erlang网络库
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
SisMaker cb7d7a3ec2 ft: Ssl相关修改 il y a 3 ans
include ft: Ssl相关修改 il y a 3 ans
priv ft: Ssl相关修改 il y a 3 ans
src ft: Ssl相关修改 il y a 3 ans
.gitignore 初始化 il y a 5 ans
LICENSE ft: 文件名与目录修改 il y a 3 ans
README.md 重命令 il y a 4 ans
rebar.config ft: tcp相关修改 il y a 3 ans

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