From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GxYZ1-0003F5-VY for qemu-devel@nongnu.org; Thu, 21 Dec 2006 19:47:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GxYYx-0003Ac-BM for qemu-devel@nongnu.org; Thu, 21 Dec 2006 19:47:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxYYx-0003AD-4C for qemu-devel@nongnu.org; Thu, 21 Dec 2006 19:47:03 -0500 Received: from [193.7.176.60] (helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GxYYw-0002t7-Jb for qemu-devel@nongnu.org; Thu, 21 Dec 2006 19:47:02 -0500 Received: from lagash (p54A47735.dip.t-dialin.net [84.164.119.53]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bawue.net (Postfix) with ESMTP id 79D78BB31B for ; Fri, 22 Dec 2006 01:42:47 +0100 (CET) Received: from ths by lagash with local (Exim 4.63) (envelope-from ) id 1GxYVV-0007x6-PQ for qemu-devel@nongnu.org; Fri, 22 Dec 2006 00:43:29 +0000 Date: Fri, 22 Dec 2006 00:43:29 +0000 Subject: Re: [Qemu-devel] qemu/slirp tcp.h tcp_subr.c Message-ID: <20061222004329.GA19904@networkno.de> References: <458B020D.90607@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <458B020D.90607@weilnetz.de> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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