From 8cd8607510ca423089ca1b0266c22aeee685dcee Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 20 Nov 2008 19:24:06 +0000 Subject: Add support for TCP/IP connection backlog git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1294 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/poll/poll_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/examples/poll/poll_main.c') diff --git a/nuttx/examples/poll/poll_main.c b/nuttx/examples/poll/poll_main.c index 713c77e3a..dbf5eec65 100644 --- a/nuttx/examples/poll/poll_main.c +++ b/nuttx/examples/poll/poll_main.c @@ -156,7 +156,7 @@ int user_start(int argc, char *argv[]) } #ifdef HAVE_NETPOLL -#if 0 /* select doesn't work for connections yet */ +#ifdef CONFIG_NET_TCPBACKLOG message("user_start: Starting net_listener thread\n"); ret = pthread_create(&tid3, NULL, net_listener, NULL); -- cgit v1.2.3