|
|
@ -235,7 +235,7 @@ void Webserver::runner(Webserver *me) |
|
|
|
typedef |
|
|
|
boost::asio::detail::socket_option::boolean<BOOST_ASIO_OS_DEF(SOL_SOCKET), |
|
|
|
SO_EXCLUSIVEADDRUSE> excluse_address; |
|
|
|
_acceptor.set_option(excluse_address(true)); |
|
|
|
me->_acceptor.set_option(excluse_address(true)); |
|
|
|
#endif
|
|
|
|
|
|
|
|
while (me->_running) |
|
|
|