Go Back N Protocol
原文:Go back N protocol
原文:Go back N protocol
I m trying to implement the Go back N protocol on two separate client and server applications. Say my sequence numbers must fit 3 bits, so 2^3 = 8 max numbers, and 2^3 - 1 = 7 window size. I ...