Y
Hacker News
new
|
ask
|
show
|
jobs
by
pcai
767 days ago
TCP solves for “when i send a message i want the other side to actually receive it” which is…fairly common
1 comments
adgjlsfhk1
767 days ago
tcp enforces a much stricter ordering than desirable (head of line blocking). quic does a much better job of emulating a stream of independent tasks.
link