Details
Description
We use the throwing form of listen() with our asio sockets. We should use the nothrow version (since asio pipes error_code lvalues through anyway) and fassert on failure.
We use the throwing form of listen() with our asio sockets. We should use the nothrow version (since asio pipes error_code lvalues through anyway) and fassert on failure.