lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] low_level_output() question


From: beach.dk
Subject: [lwip-users] low_level_output() question
Date: Mon, 23 Jan 2006 18:27:18 +0100

Hi there,

One short/quick question.
 
In the ethernetif.c module the function low_level_output() (or actually the function stored in netif->linkoutput) returns an value of the type err_t.
What happens when this is != ERR_OK?
 
Will lwip try to resend this packet later?
Will this be reported up to the 'sending' functions? (I.e.  tcp_write() and udp_send()  )
 
/Per/

reply via email to

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