Hello,
I'm having problems opening sockets with erlang R7B on IRIX 6.5. On
solaris everything works fine, but on irix gen_tcp:connect always dies
with {error,timeout}. This is how I call it:
Conn = gen_tcp:connect(Host, Port,
[list, {packet, raw},{reuseaddr,false},{active,false}]),
/Björn Wingman