erlang网络库
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
SisMaker 488564be25 ft: 修改依赖地址 há 3 anos
include 重命令 há 4 anos
src 重命令 há 4 anos
.gitignore 初始化 há 5 anos
LICENSE Initial commit há 5 anos
README.md 重命令 há 4 anos
rebar.config ft: 修改依赖地址 há 3 anos

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]).