summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
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/fastd.h
parent30016f8c828ae2d8191d5490cf599bbf006d024b (diff)
downloadfastd-f04696e7451f787112e35ac184ff5057f45269eb.tar
fastd-f04696e7451f787112e35ac184ff5057f45269eb.zip
Reorder check: avoid undefined behaviour due to negative or to long shifts
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 8ea5027..e513a1d 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -178,7 +178,6 @@ struct fastd_config {
unsigned peer_stale_time;
unsigned eth_addr_stale_time;
- unsigned reorder_count;
unsigned reorder_time;
unsigned min_handshake_interval;