Merge pull request #38 from InvictusInnovations/revert-37-master
Revert "Set SO_REUSEADDR to avoid having to wait for network ports to be...
This commit is contained in:
commit
b0c68813cb
1 changed files with 0 additions and 1 deletions
|
|
@ -279,7 +279,6 @@ namespace fc {
|
||||||
my = new impl;
|
my = new impl;
|
||||||
try
|
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.bind(boost::asio::ip::tcp::endpoint(boost::asio::ip::address_v4(), port));
|
||||||
my->_accept.listen();
|
my->_accept.listen();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue