erlang网络库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
SisMaker 7b4403f6c4 重命令 4 年前
include 重命令 4 年前
src 重命令 4 年前
.gitignore 初始化 5 年前
LICENSE Initial commit 5 年前
README.md 重命令 4 年前
rebar.config 重命令 4 年前

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