UDP, a Disclaimer, and QUIC

(ronf.bearblog.dev)

4 points | by friedhar 11 hours ago ago

1 comments

  • theandrewbailey 11 hours ago ago

    > UDP Does not guarantee packets will arrive uncorrupted

    > TCP does, (mostly) guarantees all of the above, with the help of sequence numbers (ordering), checksums (data corruption), and ACKs (successful transmission).

    UDP uses (nearly?) the same checksum algorithm that TCP does. To say that one is reliable because of checksums but the other isn't is disingenuous.