make Proto configurable cause I want to use the combination of reuseport.Listen(“tcp6”, “:8881"), that will listen on [::]:8881 and you can access it with [::]:8881 and 127.0.0.1:8881
IMO, this more like a bug from reuseport package? Because I think reuseport.Listen(“tcp”, “:8881") should be the right way to do this, but it's hard to change a package which isn't updated for three years.
make
Proto
configurable cause I want to use the combination ofreuseport.Listen(“tcp6”, “:8881")
, that will listen on[::]:8881
and you can access it with[::]:8881
and127.0.0.1:8881
IMO, this more like a bug from reuseport package? Because I think
reuseport.Listen(“tcp”, “:8881")
should be the right way to do this, but it's hard to change a package which isn't updated for three years.