Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 27, 2018 16:01
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 Whateverable/d5a2a62ef0f57498dcc43954068641d6 to your computer and use it in GitHub Desktop.
Save Whateverable/d5a2a62ef0f57498dcc43954068641d6 to your computer and use it in GitHub Desktop.
committable6
6ee5f7577,6ee5f7577~1 https://gist.githubusercontent.com/zoffixznet/2d35fc5f3283d9d1a72aabc3820083cf/raw/9260c61e94e6ec0d34e1abdc0ded6dbdbcd39cff/p6.p6
¦«6ee5f75»:
IO::Socket::INET $conn = IO::Socket::INET.new(host => Str, port => Int, localhost => Str, localport => Int, backlog => Int, listening => Bool, family => 2, proto => 6, type => 1, encoding => "utf8", nl-in => $["\n", "\r\n"], nl-out => "\n")
«timed out after 40 seconds» «exit signal = SIGHUP (1)»
¦«6ee5f7577~1»:
IO::Socket::INET $conn = IO::Socket::INET.new(host => Str, port => Int, localhost => Str, localport => Int, backlog => Int, listening => Bool, family => 2, proto => 6, type => 1, encoding => "utf8", nl-in => $["\n", "\r\n"], nl-out => "\n")
IO::Socket::INET $conn = IO::Socket::INET.new(host => Str, port => Int, localhost => Str, localport => Int, backlog => Int, listening => Bool, family => 2, proto => 6, type => 1, encoding => "utf8", nl-in => $["\n", "\r\n"], nl-out => "\n")
ok 1 - Server with recv on different thread responded (0)
IO::Socket::INET $conn = IO::Socket::INET.new(host => Str, port => Int, localhost => Str, localport => Int, backlog => Int, listening => Bool, family => 2, proto => 6, type => 1, encoding => "utf8", nl-in => $["\n", "\r\n"], nl-out => "\n")
IO::Socket::INET $conn = IO::Socket::INET.new(host => Str, port => Int, localhost => Str, localport => Int, backlog => Int, listening => Bool, family => 2, proto => 6, type => 1, encoding => "utf8", nl-in => $["\n", "\r\n"], nl-out => "\n")
ok 2 - Server with recv on different thread responded (1)
IO::Socket::INET $conn = IO::Socket::INET.new(host => Str, port => Int, localhost => Str, localport => Int, backlog => Int, listening => Bool, family => 2, proto => 6, type => 1, encoding => "utf8", nl-in => $["\n", "\r\n"], nl-out => "\n")
IO::Socket::INET $conn = IO::Socket::INET.new(host => Str, port => Int, localhost => Str, localport => Int, backlog => Int, listening => Bool, family => 2, proto => 6, type => 1, encoding => "utf8", nl-in => $["\n", "\r\n"], nl-out => "\n")
ok 3 - Server with recv on different thread responded (2)
IO::Socket::INET $conn = IO::Socket::INET.new(host => Str, port => Int, localhost => Str, localport => Int, backlog => Int, listening => Bool, family => 2, proto => 6, type => 1, encoding => "utf8", nl-in => $["\n", "\r\n"], nl-out => "\n")
IO::Socket::INET $conn = IO::Socket::INET.new(host => Str, port => Int, localhost => Str, localport => Int, backlog => Int, listening => Bool, family => 2, proto => 6, type => 1, encoding => "utf8", nl-in => $["\n", "\r\n"], nl-out => "\n")
ok 4 - Server with recv on different thread responded (3)
IO::Socket::INET $conn = IO::Socket::INET.new(host => Str, port => Int, localhost => Str, localport => Int, backlog => Int, listening => Bool, family => 2, proto => 6, type => 1, encoding => "utf8", nl-in => $["\n", "\r\n"], nl-out => "\n")
IO::Socket::INET $conn = IO::Socket::INET.new(host => Str, port => Int, localhost => Str, localport => Int, backlog => Int, listening => Bool, family => 2, proto => 6, type => 1, encoding => "utf8", nl-in => $["\n", "\r\n"], nl-out => "\n")
ok 5 - Server with recv on different thread responded (4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment