diff options
Diffstat (limited to 'trafgen.c')
-rw-r--r-- | trafgen.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -465,8 +465,6 @@ static int xmit_smoke_probe(int icmp_sock, struct ctx *ctx) memset(outpack, 0, sizeof(outpack)); icmp = (void *) outpack; icmp->type = ICMP_ECHO; - icmp->code = 0; - icmp->checksum = 0; icmp->un.echo.id = ident; icmp->un.echo.sequence = htons(cnt++); |