|
From: | Frédéric Bernon |
Subject: | [lwip-devel] [task #7525] Implement TCP listen backlog |
Date: | Thu, 20 Dec 2007 13:55:59 +0000 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11 |
Follow-up Comment #16, task #7525 (project lwip): In opt.h: #ifndef LWIP_MAX_LISTEN_BACKLOG #define LWIP_MAX_LISTEN_BACKLOG 0xff #endif + what jifl suggests (execpt backlog type): err_t netconn_listen_with_backlog(struct netconn *conn, u8_t backlog); #define netconn_listen(conn) netconn_listen_with_backlog(conn, LWIP_MAX_LISTEN_BACKLOG); + some assert and sanity check _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/task/?7525> _______________________________________________ Message posté via/par Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |