Tweaking TCP’s Timers
Kieran Mansley Laboratory for Communication Engineering
Tweaking TCPs Timers Kieran Mansley Laboratory for Communication - - PowerPoint PPT Presentation
Tweaking TCPs Timers Kieran Mansley Laboratory for Communication Engineering Context Researching user-level TCP for my PhD. Focusing on how to implement it efficiently at user level, particularly in a server room. Timers are a
Kieran Mansley Laboratory for Communication Engineering
trigger the check and schedule operation.
Target Bucket A Target Bucket B Empty Bucket B Empty Bucket A x x+100 x+200 x+300 x+400 x x+100 x+200 x+300 x+400
Min Max
time (ms) time (ms)
0.0001 0.001 0.01 0.1 1 10 10 100 1000 10000 100000 CPU usage (%) Connection list size CPU to iterate list (%) measured inline 0.0000754x + 0.0001191 CPU to iterate list (%) measured with ’time’ 0.0000692x + 0.001060 CPU for bucket scheme (%)
Kieran Mansley kjm25@cam.ac.uk http://www-lce.eng.cam.ac.uk/~kjm25 Available as technical report CUED/F-INFENG/TR.487