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