We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照首页文档创建服务器和客户端, 服务器accept返回, 3> {ok, S} = gen_socket:accept(L). {ok,{140226430765064,<<>>}}
客户端connect一直阻塞 {ok, S} = gen_socket:connect("127.0.0.1", 10000, []). tcpdump抓包三次握手也已经建立成功。
The text was updated successfully, but these errors were encountered:
application:start(gen_socket).
Sorry, something went wrong.
No branches or pull requests
按照首页文档创建服务器和客户端,
服务器accept返回,
3> {ok, S} = gen_socket:accept(L).
{ok,{140226430765064,<<>>}}
客户端connect一直阻塞
{ok, S} = gen_socket:connect("127.0.0.1", 10000, []).
tcpdump抓包三次握手也已经建立成功。
The text was updated successfully, but these errors were encountered: