status-im / nim-chronos

Chronos - An efficient library for asynchronous programming
https://status-im.github.io/nim-chronos/
Apache License 2.0
362 stars 51 forks source link

allow reuse of port for UDP #379

Closed gpicron closed 1 year ago

gpicron commented 1 year ago

My use case was to have several process running on the same host listening for udp broadcast on a given port. I needed to setup the same 0.0.0.0:xxxx in each process and it works only if SO_REUSEPORT is set