Hacker News new | ask | show | jobs
by wmf 2239 days ago
TCP/IP illustrated has one chapter on UDP and several on TCP

Because TCP does far more than UDP.

if it's possible to do everything TCP does over UDP we should do so just based on the fact that it is a simpler protocol

The complexity of TCP is mostly needed, so reimplementing the same complexity yourself on top of UDP doesn't really gain you anything. The overall result isn't simpler.