TCP congestion window restart size

2001-05-07 Thread shreenivasa H V
Hi, If I have to make modifications to TCP congestion handling, like congestion window size where do I start? For examples if I need to modify the reset value for CWND (when a tx timeout accurs). It seems like the function tcp_enter_loss does something but I am not sure. So I was wondering if any

Re: [Re: Could clock granularity be increased????]

2001-05-05 Thread shreenivasa H V
do the trick? Sam On 05 May 2001 12:53:14 -0500, shreenivasa H V wrote: > Hi, > > Is there any way I could use a clock granularity of less than 10ms if I need > to do some hacking of the kernel TCP code? Ideally I would require the > interval of the order of 10-100 microseconds.

Could clock granularity be increased????

2001-05-05 Thread shreenivasa H V
Hi, Is there any way I could use a clock granularity of less than 10ms if I need to do some hacking of the kernel TCP code? Ideally I would require the interval of the order of 10-100 microseconds. thanks, shreeni. Get free em

TCP Timer granularity

2001-05-04 Thread shreenivasa H V
Hi, Can anyone tell me what is the granularity of the TCP timer in kernel 2.4? Can I have microsecond timers? What's the value I need to use for the field "tcp_opt.timer.expires" if I need to have something like 20 ms timer? shreeni. _

Compiling modules for kernel 2.4

2001-05-01 Thread shreenivasa H V
Hi, I am having trouble compiling the modules for kernel 2.4. The compilation doesn't go through, it just goes into each directory and says "nothing to do" and comes out. The object files are not created. Has anyone else faced the same problem? Do I have to do any other setup before doing make mr