Revert "Set SO_REUSEADDR to avoid having to wait for network ports to be released when restarting the client"

This commit is contained in:
Nikolai Mushegian 2014-09-15 14:06:37 -04:00
parent 59c6882b03
commit 60781c532b

View file

@ -279,7 +279,6 @@ namespace fc {
my = new impl;
try
{
my->_accept.set_option(boost::asio::ip::tcp::acceptor::reuse_address(true));
my->_accept.bind(boost::asio::ip::tcp::endpoint(boost::asio::ip::address_v4(), port));
my->_accept.listen();
}