From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266218AbUGASpx (ORCPT ); Thu, 1 Jul 2004 14:45:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266213AbUGASpw (ORCPT ); Thu, 1 Jul 2004 14:45:52 -0400 Received: from defout.telus.net ([199.185.220.240]:27591 "EHLO priv-edtnes84.telusplanet.net") by vger.kernel.org with ESMTP id S266218AbUGASoo (ORCPT ); Thu, 1 Jul 2004 14:44:44 -0400 Subject: Re: TCP/IP Stack Programming in Linux From: Bob Gill To: Linux Kernel Mailing List Content-Type: text/plain Message-Id: <1088707846.9469.16.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Thu, 01 Jul 2004 12:50:47 -0600 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I would recommend UNIX Network Programming - Networking APIs: Sockets and XTI, and UNIX Network Programming - Interprocess Communications both by (the late and great) W. Richard Stevens. They are big, thick, very detailed and have lots of example code. A list of his books are at http://www.kohala.com/start/#books. None of them are especially for Linux, but they mostly apply except for where they don't. Good Luck. Bob