Y
Hacker News
new
|
ask
|
show
|
jobs
by
jlouis
2204 days ago
UDP is as clean as you can get it. It is more or less free of any overhead. And networks know UDP already. A new IP protocol is far more likely to be rejected in the network.
1 comments
tptacek
2203 days ago
This, exactly; it's the actual reason UDP exists. It's a design smell for anything to ask for a new IP protocol number.
link