Re: Example network protocol implementation

2006-12-11 Thread Robert Watson
On Sat, 9 Dec 2006, Vishal Patil 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. Also is there a guide explaining how to

Re: Example network protocol implementation

2006-12-09 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Vishal Patil" <[EMAIL PROTECTED]> writes: : 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 tha

Re: Example network protocol implementation

2006-12-09 Thread Vishal Patil
For implementing iSCSI protocol as a kernel driver. On 12/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Vishal Patil" <[EMAIL PROTECTED]> 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 co

Re: Example network protocol implementation

2006-12-09 Thread Daniel Molina Wegener
On Saturday 09 December 2006 17:18, Vishal Patil 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. Also is there a guide

Re: Example network protocol implementation

2006-12-09 Thread perryh
"Vishal Patil" <[EMAIL PROTECTED]> 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 T

Example network protocol implementation

2006-12-09 Thread Vishal Patil
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 pro