how to measure TCP congestion windows using python ??

Stefan Sonnenberg-Carstens stefan.sonnenberg at pythonmeister.com
Sun Dec 19 07:02:13 EST 2010


Am 19.12.2010 11:39, schrieb plz:
> hi! i'm newbie about python and i want to measure the value of cwnd in TCP socket.
>
> I have searched from an internet and got that we could handle it from SOL_TCP, TCP_INFO...since unix had #include<netinet/tcp.h>  and we could  refer to tcp_info
> for getting the information of TCP by using this method
>
> but i don't know how to declare the tcp_info in Python..
> does anyone know how to handle this? please suggest me
>
> Thanks in advance
>
>
Which OS ?
I remember these parts not being really paltform indepentend.



More information about the Python-list mailing list