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 66e0b1dd04 ft: tcp相关修改 3 vuotta sitten
include ft: tcp相关修改 3 vuotta sitten
src ft: tcp相关修改 3 vuotta sitten
.gitignore 初始化 5 vuotta sitten
LICENSE ft: 文件名与目录修改 3 vuotta sitten
README.md 重命令 4 vuotta sitten
rebar.config ft: tcp相关修改 3 vuotta sitten

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