]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Reduce BACKOFF_LIMIT to a hopefully more reasonable value.
authorMichael Brown <mcb30@etherboot.org>
Thu, 2 Jun 2005 10:16:05 +0000 (10:16 +0000)
committerMichael Brown <mcb30@etherboot.org>
Thu, 2 Jun 2005 10:16:05 +0000 (10:16 +0000)
src/Config

index ca069c76942be4d6d4f297b9556a96db736feec3..06d8316273d214841c5e1d27990a30f0dd63d863 100644 (file)
@@ -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