CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/23 00:03:15
Modified files:
slirp : tcp.h
Log message:
Fix build warning on Windows.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/slirp/tcp.h?cvsroot=qemu&r1=1.3&r2=1.4
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
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
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
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:
http://cvs.savannah.gnu.org/viewcvs/qemu