소스 검색

dc: 文档说明

master
SisMaker 3 년 전
부모
커밋
478a7db116
1개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. +6
    -5
      README.md

+ 6
- 5
README.md 파일 보기

@ -1,8 +1,9 @@
# eNet
erlang网络库
erlang's net library
{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]).
# Api
eNet:openTcp/3
eNet:openSsl/3
eNet:openUdp/3
eNet:openPpt/3

불러오는 중...
취소
저장