diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-02-21 14:11:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-21 14:11:33 +0100 |
commit | e9b9ceba14157a10fe76f7e10850e52a73cd6ea5 (patch) | |
tree | 80b6b66fa32f80b1c418c0c53d9e3f6a2ac18288 /src/options.h | |
parent | 96bae72483b68894d53ff44add87347ef1481d0b (diff) | |
parent | 3245b7777503e1edb8e0a98d2375b3802ca29ee1 (diff) |
Merge pull request #8 from Masaq-/extended-options
command line options for protocol tuning
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 176620a..7afcfec 100644 --- a/src/options.h +++ b/src/options.h @@ -88,6 +88,11 @@ 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 */ |