In TCP, bind_addr determine the local interface to bind to for the server socket, but also for all client sockets. However, sometimes we want a different bind address for client sockets.
SOLUTION:
- Add a client_bind_addr
- Also add a client_bind_port
In TCP, bind_addr determine the local interface to bind to for the server socket, but also for all client sockets. However, sometimes we want a different bind address for client sockets.
SOLUTION: