mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 03:37:46 +00:00
[icmp6] ensure ICMPv6 error messages are prioritized (#4962)
This commit is contained in:
committed by
Jonathan Hui
parent
3e1bf97188
commit
7edb455330
@@ -58,11 +58,12 @@ extern "C" {
|
||||
*/
|
||||
typedef enum otIcmp6Type
|
||||
{
|
||||
OT_ICMP6_TYPE_DST_UNREACH = 1, ///< Destination Unreachable
|
||||
OT_ICMP6_TYPE_PACKET_TO_BIG = 2, ///< Packet To Big
|
||||
OT_ICMP6_TYPE_TIME_EXCEEDED = 3, ///< Time Exceeded
|
||||
OT_ICMP6_TYPE_ECHO_REQUEST = 128, ///< Echo Request
|
||||
OT_ICMP6_TYPE_ECHO_REPLY = 129, ///< Echo Reply
|
||||
OT_ICMP6_TYPE_DST_UNREACH = 1, ///< Destination Unreachable
|
||||
OT_ICMP6_TYPE_PACKET_TO_BIG = 2, ///< Packet To Big
|
||||
OT_ICMP6_TYPE_TIME_EXCEEDED = 3, ///< Time Exceeded
|
||||
OT_ICMP6_TYPE_PARAMETER_PROBLEM = 4, ///< Parameter Problem
|
||||
OT_ICMP6_TYPE_ECHO_REQUEST = 128, ///< Echo Request
|
||||
OT_ICMP6_TYPE_ECHO_REPLY = 129, ///< Echo Reply
|
||||
} otIcmp6Type;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user