obonaventure / cnp3

Computer Networking : Principles, Protocols and Practice (first and second edition, third edition is being written on https://github.com/cnp3/ebook)
https://www.computer-networking.info
508 stars 91 forks source link

Transport Layer - Data transfer #60

Open RomainVw opened 10 years ago

RomainVw commented 10 years ago

In the Figure following "Reliable transport protocols also use sequence numbers and acknowledgement numbers" ...

In this Figure, DATA.req and DATA.ind are made with data "abcde". But while sending message, only "abcd" appears. I think we should add char 'e', and if we do this, we should also change sequence number of the following message.