mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
Better reference.
git-svn-id: file:///svn/unbound/trunk@366 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
5eef2381f0
commit
a8c3d57e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
static int
|
||||
calc_rto(const struct rtt_info* rtt)
|
||||
{
|
||||
/* From Stevens, Unix Network Programming, p.598 */
|
||||
/* From Stevens, Unix Network Programming, Vol1, 3rd ed., p.598 */
|
||||
int rto = rtt->srtt + 4*rtt->rttvar;
|
||||
if(rto < RTT_MIN_TIMEOUT)
|
||||
rto = RTT_MIN_TIMEOUT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue