Re: 2.4 kern: want to print TCP cwnd with every packet

2006-05-08 Thread Stephen Hemminger
On Sat, 6 May 2006 10:19:16 -0400 (EDT) George P Nychis [EMAIL PROTECTED] wrote: Hi, I'd like to print the TCP cwnd for the sender, with every packet before it is sent out. This way i could plot the sender window over time to show TCP's behavior in certain conditions. I see in

2.4 kern: want to print TCP cwnd with every packet

2006-05-06 Thread George P Nychis
Hi, I'd like to print the TCP cwnd for the sender, with every packet before it is sent out. This way i could plot the sender window over time to show TCP's behavior in certain conditions. I see in tcp_input.c several places where i could print the current window, but i'd have to add code in