We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcd397 commit 8b424aeCopy full SHA for 8b424ae
1 file changed
api/net/ip4/icmp4_common.hpp
@@ -95,6 +95,8 @@ namespace net {
95
return "TIMESTAMP REPLY (14)";
96
case Type::NO_REPLY:
97
return "NO REPLY";
98
+ default:
99
+ return "UNKNOWN";
100
};
101
}();
102
}
0 commit comments