Re: Request for comments: Bug 6306820

2007-06-01 Thread Richard Kennard
Dalibor, Fair point. I am only following the original advice of the Peabody initiative to use http://jdk-collaboration, and the more recent advice of the OpenJDK project to use the net-dev mailing list. If there is a new preference I am happy to switch to that? Richard. Dalibor Topic wrote:

Re: TTL ignored when sending Multicast UDP Datagram to IPv4 address via IPv6 socket

2007-06-01 Thread Don Coleman
-Djava.net.preferIPv4Stack=true works fine for IPv4, but my application needs to send both IPv4 and IPv6. I'd be interested to see Edward Wang's patch for this issue. On 6/1/07, Alan Bateman <[EMAIL PROTECTED]> wrote: Don Coleman wrote: > I'm have a problem setting TTL when sending Multicast pa

Re: Request for comments: Bug 6306820

2007-06-01 Thread Dalibor Topic
Richard Kennard <[EMAIL PROTECTED]> writes: > > Dear All, > > Please find the latest version of URLEncodedQueryString at... > > > https://jdk-collaboration.dev.java.net/ [snip] > Thanks again for all your help, and I look forward to hearing from you, Hi Richard, a small meta-comment: URLs

Re: Request for comments: Bug 6306820

2007-06-01 Thread Richard Kennard
Michael, Alan, Please find a new version of UrlEncodedQueryString up at: https://jdk-collaboration.dev.java.net/servlets/ProjectForumMessageView?messageID=20206&forumID=1463 Changes include: 1. Renamed to UrlEncodedQueryString instead of URLEncodedQueryString 2. Removed use of java.net.UR

Re: TTL ignored when sending Multicast UDP Datagram to IPv4 address via IPv6 socket

2007-06-01 Thread Alan Bateman
Don Coleman wrote: I'm have a problem setting TTL when sending Multicast packets to an IPv4 address over an IPv6 socket. Setting the TTL in Java has no effect when sending to an IPv4 address. It is always 1. This is only a problem on Linux, it works fine on OS X, Solaris and Windows. This pr