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/options.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/options.h')
-rw-r--r-- | src/options.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/options.h b/src/options.h index b950d70..bea713b 100644 --- a/src/options.h +++ b/src/options.h @@ -94,11 +94,6 @@ struct options { int udp; /** unpriviledged mode */ int unprivileged; - uint16_t window_size; - uint16_t ack_interval; - uint16_t resend_interval; - uint16_t payload_size; - uint16_t empty_pings; #ifndef WIN32 /** run as daemon if non zero value */ |