diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-21 05:47:52 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-01-21 05:47:52 +0100 |
commit | ceb66fb221184eb8f0136ac141ff6c2c8d3245fa (patch) | |
tree | 03f616b4ae3099092b2f5a9d22c28c2b1ef87d22 /src/fastd.h | |
parent | eece4529cbc27eb8266cd9f47cf84c0d0a6b742a (diff) | |
download | fastd-ceb66fb221184eb8f0136ac141ff6c2c8d3245fa.tar fastd-ceb66fb221184eb8f0136ac141ff6c2c8d3245fa.zip |
Always disable PMTU discovery
fastd currently can't fragment packets anyways, so it doesn't make any sense to
perform PMTU discovery. This makes the config option `pmtu' a no-op.
Diffstat (limited to 'src/fastd.h')
-rw-r--r-- | src/fastd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h index 56a099a..b4266ff 100644 --- a/src/fastd.h +++ b/src/fastd.h @@ -199,7 +199,6 @@ struct fastd_config { uint32_t packet_mark; /**< The configured packet mark (or 0) */ bool forward; /**< Specifies if packet forwarding is enable */ - fastd_tristate_t pmtu; /**< Can be set to explicitly enable or disable PMTU detection */ bool secure_handshakes; /**< Can be set to false to support connections with fastd versions before v11 */ fastd_drop_caps_t drop_caps; /**< Specifies if and when to drop capabilities */ |