浏览代码

Reduce BACKOFF_LIMIT to a hopefully more reasonable value.

tags/v0.9.3
Michael Brown 20 年前
父节点
当前提交
65a731bed5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/Config

+ 1
- 1
src/Config 查看文件

295
 
295
 
296
 # Limit the delay on packet loss/congestion to a more bearable value. See
296
 # Limit the delay on packet loss/congestion to a more bearable value. See
297
 # description above.  If unset, do not limit the delay between resend.
297
 # description above.  If unset, do not limit the delay between resend.
298
-CFLAGS+=	-DBACKOFF_LIMIT=7 -DCONGESTED
298
+CFLAGS+=	-DBACKOFF_LIMIT=5 -DCONGESTED
299
 
299
 
300
 # More optional features
300
 # More optional features
301
 # CFLAGS+=	-DTRY_FLOPPY_FIRST=4
301
 # CFLAGS+=	-DTRY_FLOPPY_FIRST=4

正在加载...
取消
保存