Re: Linux TCP modifications

2007-07-24 Thread Stephen Hemminger
On Tue, 24 Jul 2007 12:11:39 -0400 "Pallab Dutta" <[EMAIL PROTECTED]> wrote: > Hi, > > I want to change the TCP ( for a given specific application with lots of > modifications to the basic TCP) implementation in Linux and integrate it with > the linux kernal. Since TCP comes as apart of Linux ker

Linux TCP modifications

2007-07-23 Thread Pallab Dutta
Hi, I want to change the TCP ( for a given specific application with lots of modifications to the basic TCP) implementation in Linux and integrate it with the linux kernal. Since TCP comes as apart of Linux kernal and also TCP and IP implementations in Linux are tightly coupled, please suggest how