Research Article
Early Window Tailoring: A New Approach to Increase the Number of TCP Connections Served
Algorithm 1
EWT implementation as AQM.
| | procedure DEQUEUE | | | | | | ewt | | | return seg | | | end procedure | | | procedure EWT | | | if segment_type ! = TCP_ACK then | | | return | | | end if | | | | | | if < U then | | | return | | | end if | | | | | | | | | | | | /B | | | | | | end procedure |
|