diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-03-21 12:26:04 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-03-22 18:07:44 +0100 |
commit | b96e7a6fa47ff523d14f1d1502b04cb3ad837186 (patch) | |
tree | 9e0d3f4069b62eb066879d099b8fac8fb764fc07 /src/pdesc.h | |
parent | da8f7aa18c9d3b61ee5c58eb1c641443a3b8669e (diff) |
Got rid of those non working extended options, because:removed_extended_options
* legendary spaghetti code
* did not work at all, caused several buffer overflows
* pain-in-the-ass to maintain and test
* badly reviewed from my side :/
* improved and working "extended options" may be added later
* basically reverts most of #8
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/pdesc.h')
-rw-r--r-- | src/pdesc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pdesc.h b/src/pdesc.h index 49aa733..7ff6898 100644 --- a/src/pdesc.h +++ b/src/pdesc.h @@ -159,8 +159,6 @@ typedef struct proxy_desc_t { uint16_t window_size; double ack_interval; double resend_interval; - uint16_t payload_size; - uint16_t extended_options[4]; icmp_desc_t *send_ring; forward_desc_t **recv_ring; xfer_stats_t xfer; |