diff options
author | Ondrej Filip <feela@network.cz> | 2013-02-24 00:43:08 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2013-02-24 00:43:08 +0100 |
commit | a9c38203bdcad92f7ac0a8a912241d2acb483f2c (patch) | |
tree | 6fbee146c897efa6bc0f3819d476493d0691e686 /proto/rip/rip.h | |
parent | 04ddefb357b2b8759be16633f7bb1df49b0405ea (diff) |
Allow 1 sec RIP update.
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 896fab64..e0816d0e 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -162,6 +162,7 @@ struct rip_proto { int magic; #endif int tx_count; /* Do one regular update once in a while */ + int rnd_count; /* Randomize sending time */ }; #ifdef LOCAL_DEBUG |