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時間は1回かかります。