lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] TCP over ethernet


From: ramash
Subject: [lwip-users] TCP over ethernet
Date: Mon, 11 Feb 2008 21:40:45 -0800 (PST)

Hi All,
        I have been using LWIP 1.2.0 code for Ethernet based transmission; I 
have
some doubts regarding Acknowledgement numbers. In the lwip code for TCP we
can call 
Lwip_accept->netconn_accept,from here it calls 
     sys_mbox_fetch(conn->acceptmbox, (void **)&newconn);

Now the client send an Acknowledgement for this accept packet. Please
clarify how is this utilized to send data packets?

Lwip_send->netconn_write,sys_mbox_fetch(conn->mbox, NULL);  
How the data, sequence number and Acknowledgement number are passed, whether
they are hard coded or retrieved from the Acknowledgement packet from VC
client code, If they are retrieved where they are done? 

-- 
View this message in context: 
http://www.nabble.com/TCP-over-ethernet-tp15426673p15426673.html
Sent from the lwip-users mailing list archive at Nabble.com.





reply via email to

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