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 ?