erlang网络库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
SisMaker 66e0b1dd04 ft: tcp相关修改 3 年前
include ft: tcp相关修改 3 年前
src ft: tcp相关修改 3 年前
.gitignore 初始化 5 年前
LICENSE ft: 文件名与目录修改 3 年前
README.md 重命令 4 年前
rebar.config ft: tcp相关修改 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]).