Re: T/TCP Implementation variables

2010-10-30 Thread Rajat Sharma
Richard Stevens is a good book, but it was written with only Unix versions in mind. The kernel implementation can differ from OS to OS. You can refer to this book specifically for Linux: http://oreilly.com/catalog/9780596002558 Rajat On Sun, Oct 31, 2010 at 11:11 AM, Bond wrote: > Hi, > I had

T/TCP Implementation variables

2010-10-30 Thread Bond
Hi, I had try to read man page but there are no such entries on my system and the Googled links do not seem to give me any useful information. I am trying to understand the implementation of T/TCP in kernel.The Network Programming Vol 3 of Richard Stevens Chapter 2 of that book deals with these. It

Re: Just wondering

2010-10-30 Thread Rik van Riel
On 10/30/2010 04:36 PM, Tracey Dent wrote: I thought it would be cool if instead of sending patches to people, that they could just pull from my tree. But I guess unless I'm a maintainer of something that's probably unlikely. And, I just been doing cleanups, so that might take a while to do any

Re: Just wondering

2010-10-30 Thread Tracey Dent
On 10/30/10, julie Sullivan wrote: > On Sat, Oct 30, 2010 at 6:11 PM, Anuz Pratap Singh Tomar < > chambilketha...@gmail.com> wrote: > >> #yum install git*(on ubuntu apt-get install) >> # git clone git:// >> git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6 >> >> >> >> On Sat

Re: Just wondering

2010-10-30 Thread julie Sullivan
On Sat, Oct 30, 2010 at 6:11 PM, Anuz Pratap Singh Tomar < chambilketha...@gmail.com> wrote: > #yum install git*(on ubuntu apt-get install) > # git clone git:// > git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6 > > > > On Sat, Oct 30, 2010 at 5:22 PM, Tracey Dent wrote: >

Re: Just wondering

2010-10-30 Thread Anuz Pratap Singh Tomar
#yum install git*(on ubuntu apt-get install) # git clone git:// git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6 On Sat, Oct 30, 2010 at 5:22 PM, Tracey Dent wrote: > How can u get an repository at git.kernel.org for linux kernel > development?? > > -- > To unsubscribe f

Just wondering

2010-10-30 Thread Tracey Dent
How can u get an repository at git.kernel.org for linux kernel development?? -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

looking for corrections/enhancements/omissions for LKD3

2010-10-30 Thread Robert P. J. Day
as the technical editor for robert love's book "linux kernel development (3rd ed)", i'm interested in collecting any observations related to kernel features that were introduced so recently, they never made it into LKD3, simply being too new. i follow the standard LKML list so i can keep trac