diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-06-02 10:16:05 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-06-02 10:16:05 +0000 |
commit | 65a731bed5635c7fe99228aac80e0c39df7b2b29 (patch) | |
tree | 7bb238c9c3bb2fcdf7462f9af2fb71f9f9c3b57c /src/Config | |
parent | 7d8adc25bc6939667339054b9315c8f00ba35946 (diff) | |
download | ipxe-65a731bed5635c7fe99228aac80e0c39df7b2b29.tar.gz |
Reduce BACKOFF_LIMIT to a hopefully more reasonable value.
Diffstat (limited to 'src/Config')
-rw-r--r-- | src/Config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |