Skip to content

Commit

Permalink
Update parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
snowzjx committed Jan 12, 2017
1 parent fdb86f3 commit 314153c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tlb/model/ipv4-tlb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Ipv4TLB::Ipv4TLB ():
m_ecnSampleMin (14000),
m_ecnPortionLow (0.3), // 0.3 0.1
m_ecnPortionHigh (1.1),
m_flowRetransHigh (14000),
m_flowRetransVeryHigh (14000),
m_flowTimeoutCount (1),
m_flowRetransHigh (140000000),
m_flowRetransVeryHigh (140000000),
m_flowTimeoutCount (10),
m_betterPathEcnThresh (0),
m_betterPathRttThresh (MicroSeconds (1)), // 100 200 300
m_pathChangePoss (50),
Expand Down

0 comments on commit 314153c

Please sign in to comment.