On Tue, Feb 11, 2014 at 12:08 PM, David Ashley <w.david.ash...@gmail.com>wrote:

>
> Here are the requirements for a common library (Windows or Linux) which
> handles both IPv4 and IPv6.
>
> ...


> 2. A Windows server socket must use the setsockopt API to set the
> IPV6_V6ONLY option to zero before binding the socket to an address. This
> option is zero by default on all OSs except Windows and BSD.
>

My one suggestion is to do this internally, don't make the user do it.
 Just document that the default is 0, period.  Then if a Windows user wants
to change the default through setsockopt, she can.

--
Mark Miesfeld
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to