this post was submitted on 11 Dec 2023
1100 points (98.5% liked)

Programmer Humor

31217 readers
669 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MooseBoys 5 points 6 months ago (1 children)

Not really a problem with UDP itself, but with some very old protocols like DNS that rely on UDP but can’t be changed because of compatibility. If you’re writing a new service that uses UDP, there’s nothing stopping you from designing it so that it doesn’t provide an opportunity for bandwidth amplification.

[–] [email protected] 3 points 6 months ago

It’s technically not a bug if it’s operating as intended