Created
January 28, 2020 00:13
-
-
Save tehnerd/a57a49f41063c1d53616976dfc6f7172 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <net/tcp.h> | |
| k:tcp_mtup_init { | |
| $tp = (struct tcp_sock*)arg0; | |
| @mss_hist = lhist($tp->rx_opt.mss_clamp, 1200, 1500, 10); | |
| } | |
| interval:s:60 { | |
| print(@mss_hist); | |
| clear(@mss_hist); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment