From owner-freebsd-hackers Fri Sep 8 09:58:15 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA17886 for hackers-outgoing; Fri, 8 Sep 1995 09:58:15 -0700 Received: from inet-gw1.cummins.com (inet-gw1.cummins.com [160.95.138.10]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA17869 for ; Fri, 8 Sep 1995 09:58:10 -0700 Received: by inet-gw1.cummins.com; id MAA16186; Fri, 8 Sep 1995 12:04:39 -0500 Received: from gatekeeper.cummins.com(160.95.120.3) by inet-gw1.cummins.com via smap (V1.3) id sma016174; Fri Sep 8 12:04:29 1995 Received: by gatekeeper.cummins.com (5.65/DEC-Ultrix/4.3) id AA16908; Fri, 8 Sep 1995 11:56:04 -0500 Message-Id: <9509081656.AA16908@gatekeeper.cummins.com> Received: from dancer.cel.cummins.com by bubba.cel.cummins.com with SMTP (5.65c/IDA-1.4.4.1-Domain/OS) id AA07045; Fri, 8 Sep 1995 11:03:53 -0500 Date: Fri, 8 Sep 1995 11:03:53 -0500 From: "William A. Gatliff" To: hackers@freebsd.org Subject: TCP/IP protocol stack Sender: hackers-owner@freebsd.org Precedence: bulk I figure you guys might know this... I'm wanting to port a TCP/IP protocol library to an embedded experimental project I'm hacking on. The binary won't be redistributable, and the product isn't for sale (only one will ever exist, and it will be _mine_. :^) ) Are any of you familiar with a fairly well-organized library that could be ported to a non-PC, non-OS-based embedded system? Or, how do you think it'd go to port the library in FreeBSD? (I'd prefer this route, if anyone thinks it's a viable alternative). Thanks! b.g.