Same server?Same dns/ip response?
Is there exists a erlang.hosts file?
2009/8/18 info <info@REDACTED>
> Hi all,
>
> I can execute fsockopen("www.google.com",80) with PHP but not
> gen_tcp:connect("www.google.com",80,[binary,{packet,0}]) with erlang which
> returns {error,timeout} !
> why ?
>