Skip to content

Instantly share code, notes, and snippets.

@Chunlin-Li
Last active June 23, 2016 15:53
Show Gist options
  • Select an option

  • Save Chunlin-Li/41b27cfdb77f223872f5576648ada5b2 to your computer and use it in GitHub Desktop.

Select an option

Save Chunlin-Li/41b27cfdb77f223872f5576648ada5b2 to your computer and use it in GitHub Desktop.

Revisions

  1. Chunlin-Li revised this gist Jun 23, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 1466694521348.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@

    echo -n "test message" | nc -4u -w1 <host> <udp port>
    echo -n "test message" | nc -4u -w1 [host] [udp port]
  2. Chunlin-Li created this gist Jun 23, 2016.
    2 changes: 2 additions & 0 deletions 1466694521348.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@

    echo -n "test message" | nc -4u -w1 <host> <udp port>