lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] TCP_ETHERNET


From: ramash
Subject: [lwip-devel] TCP_ETHERNET
Date: Mon, 11 Feb 2008 21:46:23 -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_ETHERNET-tp15426677p15426677.html
Sent from the lwip-devel mailing list archive at Nabble.com.





reply via email to

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