Subject: | Ability to set V6Only from constructor |
Some socket options, most notably IPv6's V6ONLY, may need to be set
after the socket is created but before bind()ing it.
Need to consider an API and an implementation for doing this.
--
Paul Evans