erlang网络库
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
293 B

4 년 전
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]).