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
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
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
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
"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
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