On Thu, 2 Nov 2006, Asher Hoodin wrote:
> I am trying to disable the nagle algorithm, but I am getting this error.
>
> Does that mean that it is already disabled? What are the defaults?
>
> TS7260 Debian 3.1
>
> gcc -g -c bridgsvr.c
> bridgsvr.c: In function `socket_client':
> bridgsvr.c:653: error: `TCP_NODELAY' undeclared (first use in this
> function)
> bridgsvr.c:653: error: (Each undeclared identifier is reported only once
> bridgsvr.c:653: error: for each function it appears in.)
>
TCP_NODELAY is defined in <netinet/tcp.h>
You may not have it included.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|