RFC 3542 or RFC 2292 - Advanced Sockets Application Program Interface (API) for IPv6

2007-11-22 Thread cormac mullally
Hello all, I'm working on a project at the moment that needs's access to the "type 0 routing header" in an IPv6 packet. RFC 2292 describes a nice API, which allows you access to the routing header, see http://tools.ietf.org/html/rfc2292#section-8.9 I see that JavaSE supports RFC 2553 Basic Socket

Re: RFC 3542 or RFC 2292 - Advanced Sockets Application Program Interface (API) for IPv6

2007-11-22 Thread cormac mullally
tually doing any work on > trying to support it. > It seems like a fairly specialised requirement, that the majority of > IPv6 applications would > not use. > > Have you looked at Linux or Solaris? I think these operating systems > have good support > for the advanced Ipv6

Re: RFC 3542 or RFC 2292 - Advanced Sockets Application Program Interface (API) for IPv6

2007-11-23 Thread cormac mullally
them over the raw socket using winsock2? All help appreciated, Cormac On Nov 22, 2007 2:42 PM, cormac mullally <[EMAIL PROTECTED]> wrote: > Hi Michael, > > I aggree it is quite specialised, but I think it would be good for > java to support this. Yes I would love to use Linu

Re: RFC 3542 or RFC 2292 - Advanced Sockets Application Program Interface (API) for IPv6

2007-11-26 Thread cormac mullally
t built on the POSIX interfaces? Thanks, Cormac On Nov 23, 2007 4:22 PM, cormac mullally <[EMAIL PROTECTED]> wrote: > Hi all, > > I had a quick look at openJDK and i see that on windows it uses > winsock2 as is expected. > > I also see that in some paces it tries to use Raw

Re: RFC 3542 or RFC 2292 - Advanced Sockets Application Program Interface (API) for IPv6

2007-11-26 Thread cormac mullally
It's defined in the hotspot workspace. > > Max > > On Nov 26, 2007, at 6:23 PM, cormac mullally wrote: > > > JVM_Socket > >