Advertisement
Guest User

Untitled

a guest
Feb 4th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. write(1, "a) socket()\n", 12) = 12
  2. socket(AF_INET, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP) = 3
  3. write(1, "a) close() #1\n", 14) = 14
  4. close(3) = 0
  5. write(1, "b) socket()\n", 12) = 12
  6. socket(AF_INET, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, IPPROTO_IP) = 3
  7. write(1, "a) close() #2\n", 14) = 14
  8. write(1, "b) close()\n", 11) = 11
  9. close(3) = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement