Hi to all.<br><br>Sometimes, i see errors in rabbitmq.log "{inet_error, etimedout}" and after this rabbitmq-server close this connection. <br>But in code of rabbitmq-server, i've not found that option of socket <strong><span class="code">send_timeout</span></strong> is reset. It's means that gen_tcp:send have to try to send data infinity.<br>Why is the error "{inet_error, etimedout}" happened?<br>