Icmp: get tos parameter in icmp reply

This commit is contained in:
xueyunfei
2022-06-15 14:39:03 +08:00
parent b569f4069a
commit 45ad770c37
2 changed files with 7 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ typedef struct {
*/
typedef enum {
ESP_PING_PROF_SEQNO, /*!< Sequence number of a ping procedure */
ESP_PING_PROF_TOS, /*!< Type of service of a ping procedure */
ESP_PING_PROF_TTL, /*!< Time to live of a ping procedure */
ESP_PING_PROF_REQUEST, /*!< Number of request packets sent out */
ESP_PING_PROF_REPLY, /*!< Number of reply packets received */