Re: [Qemu-devel] qemu/slirp tcp.h tcp_subr.c

2006-12-21 Thread Thiemo Seufer
Stefan Weil wrote: > Hi, > > it might be better to use a system include file (netinet/tcp.h for Linux, > winsock2.h for Windows) for the declaration of TCP_NODELAY instead of a > definition in tcp.h. I don't know if TCP/IP is required to use the same numeric value across implementations, so I sta

Re: [Qemu-devel] qemu/slirp tcp.h tcp_subr.c

2006-12-21 Thread Stefan Weil
Hi, it might be better to use a system include file (netinet/tcp.h for Linux, winsock2.h for Windows) for the declaration of TCP_NODELAY instead of a definition in tcp.h. Regards Stefan Thiemo Seufer schrieb: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Thiemo Seufer 06/12/21 19:1

[Qemu-devel] qemu/slirp tcp.h tcp_subr.c

2006-12-21 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 06/12/21 19:10:59 Modified files: slirp : tcp.h tcp_subr.c Log message: Enable TCP_NODELAY, by Daniel Jacobowitz. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/slirp/tcp.h?cvsr