lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] TCP Out-Of-Order/Retransmission/Connection closed issue


From: Sergio R. Caprile
Subject: Re: [lwip-users] TCP Out-Of-Order/Retransmission/Connection closed issue
Date: Mon, 28 Aug 2017 13:26:11 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

David,
I hope you are also calling all other lwIP functions from the very same ISR you are calling tcp_tmr()... which you shouldn't be calling but sys_check_timeouts() instead; and as frequently as possible (like at the head of the main loop and no calls from ISRs...) Unless you have the resources to avoid reentrancy on non-reentrant lwIP functions, of course.



reply via email to

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