Merge pull request #3252

f689a77e Fix #602 Turn on socket keepalive (Howard Chu)
pull/95/head
Riccardo Spagni 6 years ago
commit 64fabf2eb7
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -935,6 +935,9 @@ POP_WARNINGS
boost::bind(&boosted_tcp_server<t_protocol_handler>::handle_accept, this,
boost::asio::placeholders::error));
boost::asio::socket_base::keep_alive opt(true);
conn->socket().set_option(opt);
conn->start(true, 1 < m_threads_count);
conn->save_dbg_log();
}else

Loading…
Cancel
Save