uCantSeeMe
uCantSeeMe
Oh, so it's very different from the switch mechanism in NS3 like bridge module , and every port of switch is also abstract , just counts how many bytes the...
Thanks first. I study the code but i find i am confused. I see the QbbNetDevice::Receive but i can't find where to ask m_broadcom about checking space situation ,while i...
what you say the upper layer who invoke send() is refer to broadcom-node or broadcom queue? But i can't find where to invoke the send(). For implementing my algorithm ,...
yeah, i found the BroadcomNode::GetPauseClasses decides whether a priority queue should send PFC. And i also notice the dynamtic_pfc_threshold , so what's the difference between dynamtic and common pfc? what's...
hi,it's nice of you to answer me every time. Now , i want to realize the experiment you do in the DCQCN paper(2015 sigcomm), except the topology and dataRate i...
OK , i have try yo midify the flow.txt ,topology.txt trace.txt. can i know the meaning of output in mix.tr for example this is the line in mix.tr of the...
hi i want to know where to set the parameter "feedback_delay"? Is the NP_SAMPLING_INTERVAL ? or what does NP_SAMPLING_INTERVAL use for ?
hi i want get the latency of every packet , so where i should work on and how to get the timestamp of packet ? i have get the packet_id...
hi i found the this value **m_pg_shared_alpha_cell*((double)m_buffer_cell_limit_sp - m_usedIngressSPBytes[GetIngressSP(port, qIndex)]** will become negative when i have 10 40Gb flows and set QCN 0 , dynamic PFC 1.Why it become negative?...
hi I notice there are different mechanisms for packet dequeue like dequeueNIC ,dequeueQCN,dequeueRR Can i know the difference and how they work together? Thank you!