维基百科 滑动窗口词条 里说停等协议是最简单的滑动窗口协议,如下:
The simplest sliding window: stop-and-wait
Although commonly distinguished from the sliding-window protocol, the stop-and-wait ARQ protocol is actually the simplest possible implementation of it. The transmit window is 1 packet, and the receive window is 1 packet. Thus, N = 2 possible sequence numbers (conveniently represented by a single bit) are required.
但是现在好像大家都把停等协议和滑动窗口协议区别开来说?所以想问下中文语境下的滑动窗口协议是不是不包括停等协议?