Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设您有一个正在处理套接字 (gen_tcp/ssl) 的 Erlang 进程,并且对等方关闭了连接。
该过程需要多长时间才能收到如下消息:
{tcp_closed, Socket}
或者
{ssl_closed, Socket}
这个时间量是在 Erlang 代码中的某个地方指定的还是与系统有关?
除非出现拥塞,否则它应该需要一个网络 ping 时间。