Skip to content

Instantly share code, notes, and snippets.

@dpritchett
Created September 17, 2013 16:43
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 dpritchett/6597005 to your computer and use it in GitHub Desktop.
Save dpritchett/6597005 to your computer and use it in GitHub Desktop.
poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3, revents=POLLOUT}])
send(3, "\262\346\1\0\0\1\0\0\0\0\0\0\10rubygems\3org\0\0\1\0\1", 30, MSG_NOSIGNAL) = 30
poll([{fd=3, events=POLLIN}], 1, 5000) = 0 (Timeout)
socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 4
connect(4, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("216.136.95.2")}, 16) = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment