lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] tcp_output() and driver errors


From: Holger Fried
Subject: [lwip-users] [lwip] tcp_output() and driver errors
Date: Thu, 09 Jan 2003 00:34:21 -0000

Hi,

I have one questions:

Is it right, that if my ethernet driver returns an error after a write() 
call, for example its sendqueue is full, the tcp-layer will recognize this 
first, when a ACK_TIME_OUT occurs? Shouldn't the stack instead keep the 
data in the unsent-queue return the error to the application and wait until 
the driver has enough  space for the packet? Or even better the driver 
calls tcp_output after each TX Confirmation.    
[This message was sent through the lwip discussion list.]




reply via email to

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