This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [MinGW] 3.4: Remove Conditional Compilation from Socket Classes


Hi Michael,

>I'm really not the one needed to approve this for 3.4. I think Tom
>should do this. And I dont really know if just removing all the #ifdef
>stuff is really correct for win32. Does really all supported win32
>systems support IPv6 ? I wonder about this but you are more an expert
>in this.

IPv6 is insluded in WinXP (and Windows Server 2003). An add-on is available
for Win2K. I figured that the inclusion of this wouldn't hurt for other
OSes if no one tried to use this stuff.

Looking at the developer documentation, though, it looks like there is
more to this than meets the eye.

My networking tests run okay on Win2K and WinXP with this turned on. I'm
thinking it might be safer to turn this off for 3.4, though, or else write
a simple IPv6 test and, if it works, rationalize that like for channels,
this new stuff wouldn't have to be perfect.

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]