From owner-freebsd-questions@FreeBSD.ORG Sat Dec 9 20:18:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4030516A412 for ; Sat, 9 Dec 2006 20:18:25 +0000 (UTC) (envelope-from bsd.devil@gmail.com) Received: from nz-out-0102.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id A830143C9E for ; Sat, 9 Dec 2006 20:17:18 +0000 (GMT) (envelope-from bsd.devil@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so765433nzf for ; Sat, 09 Dec 2006 12:18:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=WM7VA7JDz/vS8sxHK0jVyYUrU6+ShhC5mmatok42gUYK/vYvmWLnLD0lgGZQ+tA2vcqNtfsio5m+UHkMAT1CZlglUy2hkuSLNhbNWUOzZZ7pkhcqGvRV7N+Hifwh3rHMWQx3j5Aq4+KHGC/UtBeGqsqzBPf16RMCZyomvfWawAw= Received: by 10.65.251.1 with SMTP id d1mr8110593qbs.1165695503700; Sat, 09 Dec 2006 12:18:23 -0800 (PST) Received: by 10.65.224.17 with HTTP; Sat, 9 Dec 2006 12:18:23 -0800 (PST) Message-ID: Date: Sat, 9 Dec 2006 15:18:23 -0500 From: "Vishal Patil" To: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Example network protocol implementation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 20:18:25 -0000 Could someone point me to an example that shows a SIMPLE network protocol implemented over TCP/IP inside the FreeBSD kernel. I think I could look at the NFS client driver but is there an example simpler than that. Also is there a guide explaining how to go about developing TCP/IP based network protocols for FreeBSD. Thanks - Vishal