[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [task #7525] Implement TCP listen backlog
From: |
Jonathan Larmour |
Subject: |
[lwip-devel] [task #7525] Implement TCP listen backlog |
Date: |
Sun, 16 Dec 2007 21:44:24 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.8.0.12) Gecko/20071018 Red Hat/1.5.0.12-0.7.el4 Firefox/1.5.0.12 pango-text |
Follow-up Comment #2, task #7525 (project lwip):
I haven't had a chance to look closely at this patch, but why not just
integrate this support directly into the raw TCP functions, with the backlog
and current count of waiters as part of the PCB? The netconn accept function
can then directly change the count of waiters in the PCB as it accepts them.
As well as less code, the patch already needs two pointers in the TCP PCB, so
having two u8_t's (ints are overkill for lwip) would take less space.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?7525>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [task #7525] Implement TCP listen backlog, Simon Goldschmidt, 2007/12/16
- [lwip-devel] [task #7525] Implement TCP listen backlog, Frédéric Bernon, 2007/12/16
- [lwip-devel] [task #7525] Implement TCP listen backlog,
Jonathan Larmour <=
- [lwip-devel] [task #7525] Implement TCP listen backlog, Simon Goldschmidt, 2007/12/17
- [lwip-devel] [task #7525] Implement TCP listen backlog, Frédéric Bernon, 2007/12/17
- [lwip-devel] [task #7525] Implement TCP listen backlog, Frédéric Bernon, 2007/12/17
- [lwip-devel] [task #7525] Implement TCP listen backlog, Frédéric Bernon, 2007/12/17
- [lwip-devel] [task #7525] Implement TCP listen backlog, Frédéric Bernon, 2007/12/17
- [lwip-devel] [task #7525] Implement TCP listen backlog, Jonathan Larmour, 2007/12/18
- [lwip-devel] [task #7525] Implement TCP listen backlog, Frédéric Bernon, 2007/12/19
- [lwip-devel] [task #7525] Implement TCP listen backlog, Jonathan Larmour, 2007/12/19
- [lwip-devel] [task #7525] Implement TCP listen backlog, Frédéric Bernon, 2007/12/19
- [lwip-devel] [task #7525] Implement TCP listen backlog, Simon Goldschmidt, 2007/12/19