mirror of
https://github.com/boostorg/beast.git
synced 2026-04-21 08:58:56 +02:00
@@ -192,7 +192,7 @@ public:
|
||||
}
|
||||
|
||||
// Allow address reuse
|
||||
acceptor_.set_option(boost::asio::socket_base::reuse_address(true));
|
||||
acceptor_.set_option(boost::asio::socket_base::reuse_address(true), ec);
|
||||
if(ec)
|
||||
{
|
||||
fail(ec, "set_option");
|
||||
|
||||
Reference in New Issue
Block a user