@ -231,7 +231,7 @@ void UDPSocket<Handler, MaxDatagramSize>::doWrite()
else if (_ec != boost::system::errc::success &&
_ec != boost::system::errc::address_not_available &&
_ec != boost::system::errc::host_unreachable)
return disconnectWithError(_ec); // 49: can't assign requested address
return disconnectWithError(_ec);
else
{
Guard l(x_sendQ);