Skip to content

Instantly share code, notes, and snippets.

@sogaiu
Created November 7, 2018 07:06
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 sogaiu/fc170a4bd512fcc63a1c863cd500b190 to your computer and use it in GitHub Desktop.
Save sogaiu/fc170a4bd512fcc63a1c863cd500b190 to your computer and use it in GitHub Desktop.
arcadia repl behavior tcp4 vs tcp6?
# tcp 4
$ telnet 127.0.0.1 5555
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
014-01-02 15:28:22.957823
# tcp 6
$ telnet ::1 5555
Trying ::1...
Connected to ::1.
Escape character is '^]'.
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment