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

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to