Skip to content

Instantly share code, notes, and snippets.

@ferd
Created February 20, 2012 13:47
Show Gist options
  • Save ferd/1869277 to your computer and use it in GitHub Desktop.
Save ferd/1869277 to your computer and use it in GitHub Desktop.
9> gen_udp:open(8789, [binary, {active,true}]).
{ok,#Port<0.665>}
10> inet:i(udp).
Port Module Recv Sent Owner Local Address Foreign Address State Type
665 inet_udp 0 0 <0.49.0> *:8789 *:* BOUND DGRAM
ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment