erlang网络库
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
SisMaker 7b4403f6c4 重命令 4 년 전
include 重命令 4 년 전
src 重命令 4 년 전
.gitignore 初始化 5 년 전
LICENSE Initial commit 5 년 전
README.md 重命令 4 년 전
rebar.config 重命令 4 년 전

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