Sockets on IRIX

Björn Wingman bjowi@REDACTED
Sat Nov 4 00:26:26 CET 2000


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



More information about the erlang-questions mailing list