More

PC conflicts

None

Submitted

TCP slow start is designed to ramp up to the network congestion point quickly, doubling the congestion window each round-trip time until the congestion point is reached, whereupon TCP exits the slow start phase. Unfortunately, the default Linux TCP slow start implementation -- TCP Cubic with HyStart [1] -- can cause premature exit from slow start, especially over wireless links, degrading link utilization. However, without HyStart, TCP exits too late, causing unnecessary packet loss. To improve TCP performance during slow start, we developed the Slow start Exit At Right CHokepoint (SEARCH) algorithm [2] where the congestion point is determined based on bytes delivered compared to the expected bytes delivered, smoothed to account for link latency variation and normalized to accommodate link capacities. In prior work, we implemented SEARCH and evaluated it over 4G LTE, low earth orbit (LEO), and geosynchronous (GEO) satellite links. In this paper, we implemented search as a Linux kernel v5.16 module, illustrate its performance over GEO satellite links by example, and evaluate SEARCH over Wi-Fi. Overall networks, SEARCH reliably exits from slow after the congestion point is reached but before inducing packet loss. Our Linux kernel module is open-source and available for general use and further evaluation.

[1] Ha, S., and Rhee, I. 2011. Taming the elephants: New tcp slow start. Computer Networks 55(9):2092–2110. [2] Kachooei, M. A.; Chung, J.; Li, F.; Peters, B.; and Claypool, M. 2023a. Search: Robust tcp slow start performance over satellite networks. In 2023 IEEE 48th Conference on Local Computer Networks (LCN), 1–4.

M. Kachooei, J. Chung, A. Cronin, B. Peters, F. Li, J. Chung, M. Claypool [details]

Maryam Ataei Kachooei (Worcester Polytechnic Institute) <mataeikachooei@wpi.edu>

Joshua Chung (Lexington Christian Academy) <joshuachung0906@gmail.com>

Amber Cronin (Worcester Polytechnic Institute) <acronin@wpi.edu>

Benjamin Peters (Viasat Inc) <Benjamin.Peters@viasat.com>

Feng Li (Viasat Inc) <feng.li@viasat.com>

Jae Won Chung (Viasat Inc) <JaeWon.Chung@viasat.com>

Mark Claypool (Worcester Polytechnic Institute) <claypool@cs.wpi.edu>

Submission Type
Talk
Submission Label
Nuts and Bolts
Estimated Length Of Time For Presentation (in minutes)
30
Attendance
Physically

To edit this submission, sign in using your email and password.