Content deleted Content added
Line 8:
Within a benign TCP flow, the sender will delay sending new packets if loss is detected (e.g., a packet is dropped). Consequently, a packet is suspected to be an attacking packet if it is sent within a short-range after a packet is dropped. This is the basic idea of the detection algorithm of Robust RED (RRED).<ref name="RRED"/>
==
<nowiki>
RRED-ENQUE(pkt)
Line 30:
*''T2'' is the arrival time of the last packet from any flow that is dropped by the [[random early detection]] (RED) block.
*''Tmax = max(f.T1, T2)''.
*''T*'' is a short time period, which is empirically choose to be
==The Simulation code of the Robust RED (RRED)==
|