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 5e631ab6d8 依赖修改 il y a 4 ans
include 代码修改 il y a 5 ans
src 调试 il y a 4 ans
.gitignore 初始化 il y a 5 ans
LICENSE Initial commit il y a 5 ans
README.md 调试 il y a 4 ans
rebar.config 依赖修改 il y a 4 ans

README.md

erlNetLib

erlang网络库

{ok, Pid} = erlNetLib: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]).