lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Bind fails after previous server-initiated connection c


From: Sergio R. Caprile
Subject: Re: [lwip-users] Bind fails after previous server-initiated connection close
Date: Fri, 9 Jun 2017 11:06:36 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

According to major communications texts authors, due to parallel paths and some esoteric magic, some data might be in transit when you close a TCP connection. IIRC it is mandatory that it remains that way after closure.
There is a thread on this list where Simon answered (sort of) your question

If you need a faster response, you need to provide more pcbs, look at the httpd server, for example, which serves lots of short connections.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]