From e72c52b00fed219bbb7702a5f3d972cff6ddb279 Mon Sep 17 00:00:00 2001 From: andreas Date: Tue, 17 May 2005 14:57:56 +0000 Subject: [PATCH] make default interval 20 seconds, as pppoe timeout default is 15 --- heartbeat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heartbeat b/heartbeat index d8e71ae..468c3c1 100755 --- a/heartbeat +++ b/heartbeat @@ -1,11 +1,11 @@ #!/usr/bin/env python -# $Id: heartbeat,v 1.2 2005/02/27 16:41:40 andreas Exp $ +# $Id: heartbeat,v 1.3 2005/05/17 14:57:56 andreas Exp $ import sys, time, socket, os, signal ADDR="204.29.161.33" #ADDR="10.99.1.4" PORT=50003 -INTERVAL=10 +INTERVAL=20 def handler(signum, frame): global up