From owner-freebsd-net@FreeBSD.ORG Mon Feb 4 14:59:08 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED98116A418 for ; Mon, 4 Feb 2008 14:59:08 +0000 (UTC) (envelope-from ithilgore.fbsd@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.187]) by mx1.freebsd.org (Postfix) with ESMTP id A6F6913C4EA for ; Mon, 4 Feb 2008 14:59:08 +0000 (UTC) (envelope-from ithilgore.fbsd@gmail.com) Received: by rn-out-0910.google.com with SMTP id s42so598224rnb.13 for ; Mon, 04 Feb 2008 06:59:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=TzZcb4J0y06i4hDk+Nxnb3WOdiUbslFQPZyVzet8G+Y=; b=ueT3ocmGMgWkO/4LmAXd4f6mgF1MmbGxU3kPWg3boMaNkE+dZRIuqXCFi1czEGGzpKxCkTXYHjvX2yqlUvvNOwOBjXKqmJCx1KKs3yiYaEfXiqZL+d4YVT7uOd2cxuk97n6/JHcWF0qIAmb/muZi9xRK4NNccVSp7nDIPyNoG00= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ldAhFlWSuMaXPwI2VUZcTAfgFQeq70t9g0dvGjSN3e09T90hBFe7hDQQ1kIzKYm3vrFr9ZX7WvXHN16+N4ITSKo9f2FpE4FFp2qNhbW0mL6K0Gajl5NOuxF6b7FOp7+apVPV5307rOzzN8onOa2dOF6IwjeKlswkaiX36MbLC4A= Received: by 10.150.158.8 with SMTP id g8mr2976854ybe.94.1202135639010; Mon, 04 Feb 2008 06:33:59 -0800 (PST) Received: by 10.150.53.1 with HTTP; Mon, 4 Feb 2008 06:33:58 -0800 (PST) Message-ID: <32c178710802040633w671f8512mc3f8991dc996d3a3@mail.gmail.com> Date: Mon, 4 Feb 2008 06:33:58 -0800 From: "ithilgore --" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD network stack Vs others X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2008 14:59:09 -0000 I 'd like to learn what are the basic differences ( pros and cons ) between the FreeBSD network stack and the other OSs' ( especially linux ) I know that linux has had everything rewritten from scratch as far as the implementation of tcp-ip and the sockets are concerned and would like to know if this has made it actually more robust or state-of-the-art than FreeBSD's or the opposite. Some actual technical details and references would be appreciated.