Stdio.UDP: bind now has an additional no_reuseaddr parameter so that users can opt out of setting SO_REUSEADDR. It turns out that with newer Linux kernels at least, setting SO_REUSEADDR on UDP is not such a good idea. It probably never was very helpful even before the change in Linux. Setting it as a default is a bit cumbersome.