jkorell / iperf

Automatically exported from code.google.com/p/iperf
Other
1 stars 0 forks source link

heuristic to detect end of slowstart #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Idea:

a TCP flag to: "look for plateau the then exit"

This would watch for slow start to end, and then run for N (default of 5 or 10) 
seconds and exit.

Advantages: less test traffic on clean paths

Disadvantages: How to define plateau, and what if there is a big loss event 
right after N seconds.

This is for discussion.

Original issue reported on code.google.com by bltier...@es.net on 2 Nov 2013 at 3:26

GoogleCodeExporter commented 8 years ago
discussed this, and decided it would be hard to get "right"

Original comment by bltier...@es.net on 8 Nov 2013 at 11:41