mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-11-04 12:38:02 +00:00 
			
		
		
		
	don't wrap TimeoutException in ICMPException
This commit is contained in:
		@@ -93,6 +93,10 @@ int ICMPSocketImpl::receiveFrom(void*, int, SocketAddress& address, int flags)
 | 
				
			|||||||
	{
 | 
						{
 | 
				
			||||||
		throw;
 | 
							throw;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						catch (TimeoutException&)
 | 
				
			||||||
 | 
						{
 | 
				
			||||||
 | 
							throw;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
	catch (Exception&)
 | 
						catch (Exception&)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		std::string err = _icmpPacket.errorDescription(buffer.begin(), maxPacketSize);
 | 
							std::string err = _icmpPacket.errorDescription(buffer.begin(), maxPacketSize);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user