summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-11-29 06:01:32 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-11-29 06:03:33 +0100
commitf04696e7451f787112e35ac184ff5057f45269eb (patch)
tree5a3e5bb2550fb1dad4bba471954f80c5c5315b14 /src/config.c
parent30016f8c828ae2d8191d5490cf599bbf006d024b (diff)
downloadfastd-f04696e7451f787112e35ac184ff5057f45269eb.tar
fastd-f04696e7451f787112e35ac184ff5057f45269eb.zip
Reorder check: avoid undefined behaviour due to negative or to long shifts
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index 8f68b41..ed4a8d7 100644
--- a/src/config.c
+++ b/src/config.c
@@ -54,7 +54,6 @@ static void default_config(fastd_config_t *conf) {
conf->peer_stale_time = 90;
conf->eth_addr_stale_time = 300;
- conf->reorder_count = 64;
conf->reorder_time = 10;
conf->min_handshake_interval = 15;