lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] Freeing pbufs in tcp_input


From: Holger Fried
Subject: [lwip-users] [lwip] Freeing pbufs in tcp_input
Date: Thu, 09 Jan 2003 01:44:31 -0000

Hello,

I think, incomming packets should be freed by the application. Or from the 
stack after the call of tcp_recved. But in tcp_input() is a call 
tcp_seg_free after passing the data to the application, which frees all 
pbufs in the seg regardless if the application has read or copied the data. 
Is this true and when isn't this wrong?

Thanks Holger
[This message was sent through the lwip discussion list.]




reply via email to

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