qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu/slirp tcp.h tcp_subr.c
@ 2006-12-21 19:10 Thiemo Seufer
  2006-12-21 21:52 ` Stefan Weil
  0 siblings, 1 reply; 3+ messages in thread
From: Thiemo Seufer @ 2006-12-21 19:10 UTC (permalink / raw)
  To: qemu-devel

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:
http://cvs.savannah.gnu.org/viewcvs/qemu/slirp/tcp.h?cvsroot=qemu&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/qemu/slirp/tcp_subr.c?cvsroot=qemu&r1=1.6&r2=1.7

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] qemu/slirp tcp.h tcp_subr.c
  2006-12-21 19:10 [Qemu-devel] qemu/slirp tcp.h tcp_subr.c Thiemo Seufer
@ 2006-12-21 21:52 ` Stefan Weil
  2006-12-22  0:43   ` Thiemo Seufer
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Weil @ 2006-12-21 21:52 UTC (permalink / raw)
  To: qemu-devel

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 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?cvsroot=qemu&r1=1.2&r2=1.3
> http://cvs.savannah.gnu.org/viewcvs/qemu/slirp/tcp_subr.c?cvsroot=qemu&r1=1.6&r2=1.7

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] qemu/slirp tcp.h tcp_subr.c
  2006-12-21 21:52 ` Stefan Weil
@ 2006-12-22  0:43   ` Thiemo Seufer
  0 siblings, 0 replies; 3+ messages in thread
From: Thiemo Seufer @ 2006-12-22  0:43 UTC (permalink / raw)
  To: qemu-devel

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 with the slirp header for slirp use.


Thiemo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-22  0:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-21 19:10 [Qemu-devel] qemu/slirp tcp.h tcp_subr.c Thiemo Seufer
2006-12-21 21:52 ` Stefan Weil
2006-12-22  0:43   ` Thiemo Seufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).