[Qemu-devel] qemu/slirp tcp.h

2006-12-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 06/12/23 00:03:15 Modified files: slirp : tcp.h Log message: Fix build warning on Windows. CVSWeb URLs:

[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 ths 06/12/21 19:10:59 Modified files: slirp : tcp.h tcp_subr.c Log message: Enable TCP_NODELAY, by Daniel Jacobowitz. CVSWeb URLs:

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 ths 06/12/21

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 stay

[Qemu-devel] qemu/slirp tcp.h

2006-05-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/05/01 11:17:27 Modified files: slirp : tcp.h Log message: set TCP_MSS to 1460 (Ed Swierk) CVSWeb URLs: