lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] raw UDP pcb issue(s)


From: Simon Goldschmidt
Subject: Re: [lwip-users] raw UDP pcb issue(s)
Date: Tue, 19 Jul 2016 12:25:58 +0200

Laurent BIERGE wrote:
> So to be sure, is there absolutly no way that lwip could trigger 
> ethernet_input with some king of delay ?

No. Any delay between packet arrival an ethernet_input can only come from your 
netif driver or from an incorrect port to your os or hardware; or by you (or 
some code) blocking the lwip thread for too long (but that won't duplicate the 
packets, just delay them, so 7* send -> 7* RX processing).


Simon



reply via email to

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