From: Rick Jones <[email protected]> Teach strace about the TCP_CONGESTION and TCP_MD5SIG options.
Signed-off-by: Rick Jones <[email protected]> --- *** net.c.orig 2011-11-30 14:35:09.537968703 -0800 --- net.c 2011-11-30 14:43:52.016776784 -0800 *************** *** 1119,1124 **** --- 1119,1130 ---- #if defined(TCP_QUICKACK) { TCP_QUICKACK, "TCP_QUICKACK" }, #endif + #if defined(TCP_CONGESTION) + { TCP_CONGESTION, "TCP_CONGESTION" }, + #endif + #if defined(TCP_MD5SIG) + { TCP_MD5SIG, "TCP_MD5SIG"}, + #endif { 0, NULL }, }; #endif /* SOL_TCP */ ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
