diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-03-05 22:09:20 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-03-05 22:09:20 +0000 |
commit | 6bdf9c4a1b5351468cf3112db39a06c751a6652e (patch) | |
tree | 5c43cb4bf3da18779275c69ee6518d7d5f2f0a38 /sys | |
parent | 698a001593930fc574026f0c5d919599879a7a1a (diff) |
bump cache timeout up a bit
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/if_bridge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c index 10fee3434a2..a77eee962f0 100644 --- a/sys/net/if_bridge.c +++ b/sys/net/if_bridge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bridge.c,v 1.4 1999/03/05 21:10:52 jason Exp $ */ +/* $OpenBSD: if_bridge.c,v 1.5 1999/03/05 22:09:18 jason Exp $ */ /* * Copyright (c) 1999 Jason L. Wright (jason@thought.net) @@ -78,7 +78,7 @@ * Timeout (in seconds) for entries learned dynamically */ #ifndef BRIDGE_RTABLE_TIMEOUT -#define BRIDGE_RTABLE_TIMEOUT 30 +#define BRIDGE_RTABLE_TIMEOUT 240 #endif extern int ifqmaxlen; |