|
Oh, yes, I must not implement NAKs in this project, only ACKs. Acknowledgements are cumulative, i.e. if three packets were received, then I'll send ACK for the last (third) packet, which will mean that all tree packets got through.
As for congestion: there's a receiver buffer and ACKs have a special field that tell how much more packets the sender can supply to receiver.
|