[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [task #7421] Implement SO_RCVBUF
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [task #7421] Implement SO_RCVBUF |
Date: |
Mon, 26 Nov 2007 08:10:32 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9 |
Follow-up Comment #10, task #7421 (project lwip):
I think the idea is going in the right direction, but the macros might not be
sufficient if you want to avoid increasign a variable over a certain limit.
(for recv_avail this works since only tcpip_thread increases it, application
threads only decrease it).
But it's a good starting point to get cleaner code, I think!
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?7421>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
- [lwip-devel] [task #7421] Implement SO_RCVBUF, Kieran Mansley, 2007/11/01
- [lwip-devel] [task #7421] Implement SO_RCVBUF, Frédéric Bernon, 2007/11/01
- [lwip-devel] [task #7421] Implement SO_RCVBUF, Frédéric Bernon, 2007/11/01
- [lwip-devel] [task #7421] Implement SO_RCVBUF, Simon Goldschmidt, 2007/11/02
- [lwip-devel] [task #7421] Implement SO_RCVBUF, Frédéric Bernon, 2007/11/02
- [lwip-devel] [task #7421] Implement SO_RCVBUF, Frédéric Bernon, 2007/11/07
- [lwip-devel] [task #7421] Implement SO_RCVBUF, Simon Goldschmidt, 2007/11/07
- [lwip-devel] [task #7421] Implement SO_RCVBUF, Kieran Mansley, 2007/11/09
- [lwip-devel] [task #7421] Implement SO_RCVBUF, Frédéric Bernon, 2007/11/25
- [lwip-devel] [task #7421] Implement SO_RCVBUF,
Simon Goldschmidt <=