Skip to content

Instantly share code, notes, and snippets.

@asonge
Created November 1, 2013 16:40
Show Gist options
  • Save asonge/7268139 to your computer and use it in GitHub Desktop.
Save asonge/7268139 to your computer and use it in GitHub Desktop.
$ nc -l 6666
Buggy?
^C
$ nc -u -l 6666
Buggy?
$ echo 'Buggy?' | nc localhost 6666
$ echo 'Buggy?' | nc -u localhost 6666
what the fuck? (I can continue to type input here. It should not continue to stay open, it could just be not closing).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment