From 65a731bed5635c7fe99228aac80e0c39df7b2b29 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 2 Jun 2005 10:16:05 +0000 Subject: [PATCH] Reduce BACKOFF_LIMIT to a hopefully more reasonable value. --- src/Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config b/src/Config index ca069c76..06d83162 100644 --- a/src/Config +++ b/src/Config @@ -295,7 +295,7 @@ CFLAGS+= -DALLOW_ONLY_ENCAPSULATED # Limit the delay on packet loss/congestion to a more bearable value. See # description above. If unset, do not limit the delay between resend. -CFLAGS+= -DBACKOFF_LIMIT=7 -DCONGESTED +CFLAGS+= -DBACKOFF_LIMIT=5 -DCONGESTED # More optional features # CFLAGS+= -DTRY_FLOPPY_FIRST=4