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 ae5cd5d725 ft: Ppt相关修改 3 年之前
include ft: Ppt相关修改 3 年之前
priv ft: Ssl相关修改 3 年之前
src ft: Ppt相关修改 3 年之前
.gitignore 初始化 5 年之前
LICENSE ft: 文件名与目录修改 3 年之前
README.md 重命令 4 年之前
rebar.config ft: Ppt相关添加 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]).