[PATCH 4.6] Teach strace about TCP_CONGESTION and TCP_MD5SIG
Rick Jones
raj at tardy.cup.hp.com
Wed Nov 30 22:49:17 UTC 2011
From: Rick Jones <rick.jones2 at hp.com>
Teach strace about the TCP_CONGESTION and TCP_MD5SIG options.
Signed-off-by: Rick Jones <rick.jones2 at hp.com>
---
*** 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 */
More information about the Strace-devel
mailing list