Skip to content

fix wrong IP address of the server

  • Adding a mininet topology introduced bugs regarding the IP address of the server
  • The original Makefile worked well with the IP address set to loopback, but since we are using mininet now, the client and the server are no longer on the same host
  • In README it was specified the wrong server's IP address(192.168.0.1) instead of 192.168.0.2

Signed-off-by: FlaviusMazilu maziluflavius@gmail.com

Merge request reports