From 3918b1b050701dee217fa9bc8c4c44d47cb84124 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 10 Nov 1999 11:52:36 +0000 Subject: Added timeout for routes (which means proper expiring of routes) added few fixmes. --- proto/rip/rip.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/rip/rip.h') diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 7bf225c..2f4d037 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -123,6 +123,7 @@ struct rip_proto_config { int port; int period; int garbage_time; + int timeout_time; struct password_item *passwords; int authtype; -- cgit v1.2.3