aboutsummaryrefslogtreecommitdiff
path: root/src/tcp_info.c
AgeCommit message (Expand)Author
2014-10-23Retrieve RTT information on platforms supporting it.Bruce A. Mah
2014-09-29Update license and copyright text to conform to LBNL standards.Bruce A. Mah
2014-09-15Rename locale.{c,h} to iperf_locale.{c,h} to avoid filename collisionBruce A. Mah
2014-06-17Remove unnecessary inclusion of <sys/queue.h>, as well as some ifdef-edBruce A. Mah
2014-02-14Output TCP snd_cwnd (on platforms supporting it) in normal output.Bruce A. Mah
2013-12-19Follow-on to 4cfce137e89c based on some feedback and experience.Bruce A. Mah
2013-12-19Remove some (commented out) debugging code accidentally left in.Bruce A. Mah
2013-12-18Keep track of SACKs and snd_cwnd from tcp_info (Linux only for now).Bruce A. Mah
2013-10-28Fix retransmit accounting so it works right with the --omit flag.Jef Poskanzer
2013-02-07Better handling of non-exit errors in JSON.Jef Poskanzer
2013-02-01Add -J flag to produce JSON output instead.Jef Poskanzer
2012-12-13Allow API client to provide an fd for the client-side control socket.Jef Poskanzer
2012-12-03Better detection of when linux has retransmit info in tcp_info.Jef Poskanzer
2012-12-03Disable retransmit reporting for FreeBSD, it's not actuallyJef Poskanzer
2012-12-03Fix retransmit reporting for Linux.Jef Poskanzer
2012-11-28Show retransmit count for FreeBSD too. This may not actuallyjef
2012-11-13A few portability changes, now builds on OSX without warnings.jef
2012-11-09Get rid of the -T/--tcpinfo flag and show retransmits if theyjef
2012-10-05Switched interval_results to use the queue.h macros.jef
2012-09-28Some changes to the iperf3 API to work with bwctl, mostly having tojef
2011-04-20update license info for all source filesJon Dugan
2011-03-16Fixed TCP_INFO bug on linux. BSD prints nothing for now...sethdelliott
2011-03-16Added working TCP_INFO code (only displays retransmits for now)sethdelliott
2010-07-28Stream list is now managed by queue.h SLIST macrossethdelliott
2009-11-16some memory usage cleanup based on valgrind reportBrian Tierney
2009-11-16fixes for -T modeBrian Tierney
2009-11-16working on fixing TCP_INFO, in progressBrian Tierney
2009-11-13some fixes/cleanup for LinuxBrian Tierney
2009-11-02lots of code restructuringBrian Tierney
2009-10-26more better commentsBrian Tierney
2009-10-24more cleanup: separate file for main routineBrian Tierney
2009-10-23TCP_INFO seems to be working on FreeBSD nowBrian Tierney
2009-10-23some cleanup for FreeBSD, and further work on TCP_INFO (not finished)Brian Tierney