Skip to content

Instantly share code, notes, and snippets.

@pfmooney
Created October 1, 2015 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfmooney/2d12382880e1c218c680 to your computer and use it in GitHub Desktop.
Save pfmooney/2d12382880e1c218c680 to your computer and use it in GitHub Desktop.
TCP_KEEPIDLE fix
[root@00-0c-29-18-ec-10 ~]# mdb -k -e 'tcp_propinfo_tbl+330/U'
tcp_propinfo_tbl+0x330: 10000
[root@00-0c-29-18-ec-10 ~]# mdb -kw -e 'tcp_propinfo_tbl+330/W 3e8'
tcp_propinfo_tbl+0x330: 0x2710 = 0x3e8
[root@00-0c-29-18-ec-10 ~]# mdb -k -e 'tcp_propinfo_tbl+330/U'
tcp_propinfo_tbl+0x330: 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment