Skip to content

Instantly share code, notes, and snippets.

@avar
Created April 19, 2016 19:30
Show Gist options
  • Save avar/f5a485f0216c744eb3712a9e075b6e15 to your computer and use it in GitHub Desktop.
Save avar/f5a485f0216c744eb3712a9e075b6e15 to your computer and use it in GitHub Desktop.
) = 1 (in [3], left {569, 430925})
accept(3, 0, NULL) = 4
fcntl(4, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(4, F_SETFL, O_RDWR) = 0
read(4, "", 1) = 0
close(4) = 0
select(4, [3], NULL, NULL, {600, 0}) = 1 (in [3], left {599, 999375})
accept(3, 0, NULL) = 4
fcntl(4, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(4, F_SETFL, O_RDWR) = 0
read(4, "p", 1) = 1
read(4, "o", 1) = 1
read(4, "k", 1) = 1
read(4, "e", 1) = 1
read(4, " ", 1) = 1
read(4, "1", 1) = 1
read(4, "2", 1) = 1
read(4, "8", 1) = 1
read(4, "4", 1) = 1
read(4, "6", 1) = 1
read(4, "\0", 1) = 1
write(4, "OK\0", 3) = 3
close(4) = 0
select(4, [3], NULL, NULL, {600, 0}) = 1 (in [3], left {599, 988340})
accept(3, 0, NULL) = 4
fcntl(4, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(4, F_SETFL, O_RDWR) = 0
read(4, "p", 1) = 1
read(4, "o", 1) = 1
read(4, "k", 1) = 1
read(4, "e", 1) = 1
read(4, " ", 1) = 1
read(4, "1", 1) = 1
read(4, "2", 1) = 1
read(4, "8", 1) = 1
read(4, "4", 1) = 1
read(4, "6", 1) = 1
read(4, "\0", 1) = 1
write(4, "OK\0", 3) = 3
close(4) = 0
select(4, [3], NULL, NULL, {600, 0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment