5 ms·
TCP solves for “when i send a message i want the other side to actually receive it” which is…fairly common
by pcai 2y ago
TCP solves for “when i send a message i want the other side to actually receive it” which is…fairly common
- adgjlsfhk1 2y agotcp enforces a much stricter ordering than desirable (head of line blocking). quic does a much better job of emulating a stream of independent tasks.