Are there any known issues regarding Netty and Ipv6?

1k Views Asked by At

Testimonial of a successful deployment of Netty application in an Ipv6 only network would be appreciated. Are there any known issues regarding Netty and Ipv6?

2

There are 2 best solutions below

0
On BEST ANSWER

I can confirm that we run an application in production that is available over IPv6 and IPv4. This application has both a TCP and UDP protocol.

As suggested, it just works :-)

0
On

I never used IPv6 only with Netty but it should just work. There are no limitations in the netty code which I'm aware of.