mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
At least on Mono 3.2.8 (but not under Windows), one can bind multiple UDP sockets to the same port by default. Different simulators cannot demultiplex each other's messages, so a set of confusing non-obvious errors arise if this occurs. This change prevents such multiple binding.