Date: Sat, 09 Dec 2006 12:53:38 -0800 From: perryh@pluto.rain.com To: bsd.devil@gmail.com Cc: freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Example network protocol implementation Message-ID: <457b2252.FSOx8QPMmmbOnRoI%perryh@pluto.rain.com> In-Reply-To: <eb7c8e2e0612091218r61bb72b4q49faee99d85c509d@mail.gmail.com> References: <eb7c8e2e0612091218r61bb72b4q49faee99d85c509d@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Vishal Patil" <gmail.com!bsd.devil@agora.rdrop.com> wrote: > 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. NFS normally runs over UDP, not TCP. Telnet is one of the simpler TCP-based applications, but it is not done in the kernel (nor are most network apps). Is there some particular reason why you need an example that is implemented inside the kernel, vs in userland?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?457b2252.FSOx8QPMmmbOnRoI%perryh>