Get the latest tech news
Show HN: TCP "slow-start" simulation in Go
A demo of "slow-start" in TCP, a congestion control concept. Written in Go. - ritiksahni/cwnd-demo
Packet Loss: Simulated with a probability threshold, causing the congestion window to reduce by half. The server sends data packets based on the current congestion window size and waits for ACKs from the client. Start the server, which listens for incoming client connections and begins sending packets while applying TCP slow-start behavior.
Or read this on Hacker News