|
|
|
|
|
by collinmanderson
2701 days ago
|
|
QUIC uses forward error correction which is pretty neat. QUIC sends an XOR sum of the last 10 or so packets or so, just in case one gets dropped. If the receiver is missing a packet, it can just XOR the last 10 packets plus the correction packet to get the missing packet. |
|