erlang网络库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
294 B

пре 4 година
пре 3 година
пре 4 година
пре 4 година
пре 4 година
  1. # eNet
  2. erlang网络库
  3. {ok, Pid} = eNet:addTcpLr(test11, {{127,0,0, 1}, 9010}, echo_server, [{tcpOpts, [binary, {packet, 2}, {active, false}]}]).
  4. {ok, S} = gen_tcp:connect({127,0,0, 1}, 9007, [{binary, {packet, 2}}]).
  5. {ok, S} = gen_tcp:connect({127,0,0, 1}, 9007, [binary]).