erlang网络库
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

8 lignes
294 B

il y a 4 ans
il y a 3 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
  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]).