Skip to content

Commit 99dccf9

Browse files
committed
x
1 parent d729c51 commit 99dccf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulation/src/point-to-point/model/switch-node.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ void SwitchNode::SwitchNotifyDequeue(uint32_t ifIndex, uint32_t qIndex, Ptr<Pack
234234
/**************************
235235
* approximate calc
236236
*************************/
237-
int b = 20, m = 9, l = 20; // see log2apprx's paremeters
237+
int b = 20, m = 16, l = 20; // see log2apprx's paremeters
238238
int sft = logres_shift(b,l);
239239
double fct = 1<<sft; // (multiplication factor corresponding to sft)
240240
double log_T = log2(m_maxRtt)*fct; // log2(T)*fct

0 commit comments

Comments
 (0)