Kernel: Print to debug log ICMP unreachable messages
These messages should be forwarded to underlying sockets
This commit is contained in:
@@ -18,6 +18,7 @@ namespace Kernel
|
||||
enum ICMPType : uint8_t
|
||||
{
|
||||
EchoReply = 0x00,
|
||||
DestinationUnreachable = 0x03,
|
||||
EchoRequest = 0x08,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user