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.
SisMaker 488564be25 ft: 修改依赖地址 преди 3 години
include 重命令 преди 4 години
src 重命令 преди 4 години
.gitignore 初始化 преди 5 години
LICENSE Initial commit преди 5 години
README.md 重命令 преди 4 години
rebar.config ft: 修改依赖地址 преди 3 години

README.md

eNet

erlang网络库

{ok, Pid} = eNet:addTcpLr(test11, {{127,0,0, 1}, 9010}, echo_server, [{tcpOpts, [binary, {packet, 2}, {active, false}]}]).

{ok, S} = gen_tcp:connect({127,0,0, 1}, 9007, [{binary, {packet, 2}}]).
{ok, S} = gen_tcp:connect({127,0,0, 1}, 9007, [binary]).