Question
ECHO_TCP_Server (LWIP)
TCP_ECHO_Server
When I open TCP port and send some data on that port. It works fine.
But if I open 2 tcp port at same IP and same port (Max port I can have 5) .So while receiving data on both i gets the data alternatively on each port.
I want data should travel on each port irrespective of the number. Because port is same.
