lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Connection abort due to max SYN retries reached


From: goldsimon
Subject: Re: [lwip-users] Connection abort due to max SYN retries reached
Date: Thu, 23 Mar 2017 15:57:25 +0100
User-agent: K-9 Mail for Android

After looking at the changelog, I also guess it must be your test. What's 
changed there is that slowtmr checked for == max retries and I've changed it to 
>=. The old code had the assumption that nrtx was increased in the timer only, 
but in SYN_SENT, it is increased asynchronously as well.

Simon


D.C. van Moolenbroek wrote:
>If that is indeed the case, behavior would definitely differ between 
>1.4.1 and 2.0.x due to patch #9039 and bug #50498, although it would 
>then be a matter of perspective as to whether the issue is with lwIP or
>
>your test..



reply via email to

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