Came across this good article on writing a TCP server in Erlang. Author forgot to mention one thing here. connect(Listen) -> {ok, Socket} = gen_tcp:accept(Listen), inet:setopts(Socket, ?TCP_OPTS),… more →
Dudefrommangalore's Weblogwrote 1 year ago: Today I am going to write a brief article about Erlang gen_tcp usage. Probably the reader already ha … more →
wrote 4 years ago: Came across this good article on writing a TCP server in Erlang. Author forgot to mention one thing … more →