Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. import socket
  2. s = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_RAW)
  3. timeouts = s.getsockopt(socket.SOL_IP, 0x486, 12)
  4. print struct.unpack('@iii', timeouts)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement