On Thu, 3 Dec 2009 10:29:13 -0800 (PST),
Ashwin Rao <[email protected]> wrote:
> tcp_info = sock.getsockopt(socket.SOL_SOCKET, socket.TCP_INFO, 104)
In C, to get tcp_info, SOL_SOCKET should be IPPROTO_TCP. I'm assuming
it's the same in Python, although I've never tried it.
Martien
--
|
Martien Verbruggen | Never hire a poor lawyer. Never buy
[email protected] | from a rich salesperson.
|
--
http://mail.python.org/mailman/listinfo/python-list
