Re: tcp_info struct

2007-02-26 Thread Arnaldo Carvalho de Melo
On 2/26/07, Michael Faber <[EMAIL PROTECTED]> wrote: Hi, i want to use the tcp_info struct to keep track of some tcp related information. This works fine so far, however i'm wondering how to interpret some of the values delivered. I would expect values like cwnd and sst to be g

tcp_info struct

2007-02-26 Thread Michael Faber
Hi, i want to use the tcp_info struct to keep track of some tcp related information. This works fine so far, however i'm wondering how to interpret some of the values delivered. I would expect values like cwnd and sst to be given out in packets regarding the source code. Can anyone give me