mirror of
https://github.com/pocoproject/poco.git
synced 2025-07-05 01:50:01 +02:00
re-add special handling for TimeoutException
This commit is contained in:
parent
de0f5a6b76
commit
e5f71bb085
@ -72,6 +72,10 @@ int ICMPSocketImpl::receiveFrom(void*, int, SocketAddress& address, int flags)
|
|||||||
}
|
}
|
||||||
while (!_icmpPacket.validReplyID(buffer.begin(), maxPacketSize));
|
while (!_icmpPacket.validReplyID(buffer.begin(), maxPacketSize));
|
||||||
}
|
}
|
||||||
|
catch (TimeoutException&)
|
||||||
|
{
|
||||||
|
throw;
|
||||||
|
}
|
||||||
catch (Exception&)
|
catch (Exception&)
|
||||||
{
|
{
|
||||||
std::string err = _icmpPacket.errorDescription(buffer.begin(), maxPacketSize);
|
std::string err = _icmpPacket.errorDescription(buffer.begin(), maxPacketSize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user