From b96e7a6fa47ff523d14f1d1502b04cb3ad837186 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sat, 21 Mar 2020 12:26:04 +0100 Subject: Got rid of those non working extended options, because: * 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 --- src/options.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/options.h') 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 */ -- cgit v1.2.3