search for: tcp_info

Displaying 3 results from an estimated 3 matches for "tcp_info".

2004 Jun 08
18
[ANNOUCE] iproute2 update
...* Included most of the vendor patches (except for the stupid ones). * Got rid of lots of the glibc workarounds, I intend this to build and run on 2.6 (and 2.4) only. * Fixed some parsing and formatting bugs. * Added gigabit as a rate. * Added HTB and delay scheduler * Added support for new tcp_info extensions to ss The website is: http://developer.osdl.org/dev/iproute2 and the download is in: http://developer.osdl.org/dev/iproute2/download This version builds with 2.6.7 as the kernel include files, so either have the files in /usr/include/linux up to date or modify the top level Makefile...
2005 May 02
4
How to read the TCP congestion window (cwnd) on Linux?
Hi everybody. Do you know about any way to read the TCP cwnd value (congestion window) on Linux? I have read that on Linux it is not possible to enable a socket option (to read to cwnd using the program trpt). Any way to read the cwnd would be good for me. thanks Antonio
2011 Jun 16
7
[PATCH] replace fchmod()-based heartbeat with raindrops
...--- I just pushed this out to git://bogomips.org/unicorn.git and it''ll be in Unicorn 4.x. The subset of raindrops used by Unicorn should work on all machines with mmap(2) + MAP_ANON/MAP_ANONYMOUS support, so *BSDs shouldn''t be left out. Obviously the Linux-only INET_DIAG/TCP_INFO statistics support in raindrops won''t ever be a requirement in Unicorn. If you''re not using gcc 4+, you might need to install libatomic_ops http://www.hpl.hp.com/research/linux/atomic_ops/ to build raindrops. For more information on raindrops, see the raindrops website htt...