hello,

We have used lwip in chip to communicate with server which use Netty( one
Java library for TCP/IP programming ).

There is one problem: when the chip client restart very fast, in just 4-5
seconds, connected to sever successfully, and could send heart beat data to
server, but the server CAN NOT send data to client. Did this problem caused
by the "*REUSE PORT*" on client side? Because the last TCP port is in one
invalid Status, and then the client use the same port intend to build one
new TCP connection, and the server send data to client failed.

Am I right?

BR,
One Java developer
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to