TCP Tahoe was an early version of TCP that used slow start and congestion avoidance to control congestion, but had drawbacks. It set the congestion window size (cwnd) and slow start threshold (ssthresh) to control transmission. On a timeout, it set ssthresh to half the cwnd and reset cwnd to 1, slowing recovery. This drained the connection and required slow start to refill it, decreasing efficiency.
TCP Tahoe was an early version of TCP that used slow start and congestion avoidance to control congestion, but had drawbacks. It set the congestion window size (cwnd) and slow start threshold (ssthresh) to control transmission. On a timeout, it set ssthresh to half the cwnd and reset cwnd to 1, slowing recovery. This drained the connection and required slow start to refill it, decreasing efficiency.