Remove unused TCPTV_SRTTDFLT. We initialize srtt with TCPTV_SRTTBASE when we
don't have any rtt estimate. Differential Revision: D3334 Sponsored by: Limelight Networks
This commit is contained in:
parent
7bd6f3d060
commit
ad389a8c3b
@ -76,7 +76,6 @@
|
||||
#define TCPTV_SRTTBASE 0 /* base roundtrip time;
|
||||
if 0, no idea yet */
|
||||
#define TCPTV_RTOBASE ( 3*hz) /* assumed RTO if no info */
|
||||
#define TCPTV_SRTTDFLT ( 3*hz) /* assumed RTT if no info */
|
||||
|
||||
#define TCPTV_PERSMIN ( 5*hz) /* retransmit persistence */
|
||||
#define TCPTV_PERSMAX ( 60*hz) /* maximum persist interval */
|
||||
|
Loading…
x
Reference in New Issue
Block a user