pub enum BindIpVersion { V4, V6, Both, }
Which version of the Internet Protocol to bind to.
Bind to IPv4
Bind to IPv6
Bind to IPv4 and IPv6