libp2p / go-reuseport

reuse tcp/udp ports in golang
ISC License
767 stars 109 forks source link

use reuseport/reuseaddr constants from sys/unix #36

Closed Stebalien closed 6 years ago

Stebalien commented 6 years ago

SO_REUSEPORT wasn't previously defined upstream but this has been fixed.