bugfix: fix ICMP specify length issue

This commit is contained in:
ronghulin
2020-06-23 16:30:28 +08:00
parent 7c5a5617a8
commit 9230e0d26d
2 changed files with 4 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ typedef struct {
.count = 5, \
.interval_ms = 1000, \
.timeout_ms = 1000, \
.data_size = 56, \
.data_size = 64, \
.tos = 0, \
.target_addr = ip_addr_any_type, \
.task_stack_size = 2048, \