mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Reduce BACKOFF_LIMIT to a hopefully more reasonable value.
This commit is contained in:
@@ -295,7 +295,7 @@ CFLAGS+= -DALLOW_ONLY_ENCAPSULATED
|
|||||||
|
|
||||||
# Limit the delay on packet loss/congestion to a more bearable value. See
|
# Limit the delay on packet loss/congestion to a more bearable value. See
|
||||||
# description above. If unset, do not limit the delay between resend.
|
# description above. If unset, do not limit the delay between resend.
|
||||||
CFLAGS+= -DBACKOFF_LIMIT=7 -DCONGESTED
|
CFLAGS+= -DBACKOFF_LIMIT=5 -DCONGESTED
|
||||||
|
|
||||||
# More optional features
|
# More optional features
|
||||||
# CFLAGS+= -DTRY_FLOPPY_FIRST=4
|
# CFLAGS+= -DTRY_FLOPPY_FIRST=4
|
||||||
|
|||||||
Reference in New Issue
Block a user