Skip to content

Ethernet - client.connect connects to host every second call #2266

Closed Answered by fpistm
xRadx asked this question in Libraries
Discussion options

You must be logged in to vote

Hi @xRadx
Well, my guess is that opening, closing take more time you think. The LwIP set the cocket at TCP_CLOSING state and it does not close immediately.
There some other mechanism in LwIP using the TCP_WAIT and other.
So you have to take in account.... having a connect each 10s is not really usefull... simply stay connected.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@fpistm
Comment options

Answer selected by fpistm
@xRadx
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants