about summary refs log tree commit homepage
path: root/test/test_linux_tcp_info.rb
DateCommit message (Collapse)
2013-04-11Linux::TCP_Info: implement #get! instance method
This allows reusing existing Linux::TCP_Info objects to avoid generating garbage.
2011-11-14Test suite fix for non-linux users
Most other linux-specific test files have this, but test_linux_tcp_info.rb does not. With this patch, gmake test passes on OpenBSD.
2011-06-15test_linux_tcp_info: fix test for higher HZ systems
The last_data_recv field is dependent on the CONFIG_HZ of the kernel, so the stock 250 HZ kernel can change the timing on us.
2011-03-04test_linux_tcp_info: add test for last_data_recv
2011-03-01test_linux_tcp_info: workaround for ancient kernels
UGH...
2011-02-23linux: add support for TCP_INFO reporting
This returns a Raindrops::TCP_Info object that wraps a tcp_info struct.