How does one specify the ipadress or domain-name of the
host in the following construct?
{ok, Listen} = gen_tcp:listen(5901, [binary, {packet, 4},
{reuseaddr, true}, {active, true}]),
As above defaults to "localhost"
-ishwar