diff options
author | Masaq- <tilt@techie.com> | 2019-02-08 04:17:50 +0000 |
---|---|---|
committer | Masaq- <tilt@techie.com> | 2019-02-08 04:17:50 +0000 |
commit | dfb47d868a46b8d3aacc8ee1446fa9302e047a79 (patch) | |
tree | a3b557307ade2df9120e179e9301340cd2b10710 /src/pdesc.h | |
parent | 18e57efacab2be387a42ea566125ee65c915cc78 (diff) |
command line option -y payload size
Diffstat (limited to 'src/pdesc.h')
-rw-r--r-- | src/pdesc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pdesc.h b/src/pdesc.h index d4c463d..a537b9a 100644 --- a/src/pdesc.h +++ b/src/pdesc.h @@ -159,7 +159,8 @@ typedef struct proxy_desc_t { uint16_t window_size; double ack_interval; double resend_interval; - uint16_t extended_options[3]; + uint16_t payload_size; + uint16_t extended_options[4]; icmp_desc_t *send_ring; forward_desc_t **recv_ring; xfer_stats_t xfer; |