红联Linux门户
Linux帮助

解决java网络编程IPv6带来的问题方法

发布时间:2006-09-25 00:05:18来源:红联作者:coolbg
以前用jgroups以及mantaray都碰到过这样的问题,蹩脚的做法禁止IPv6协议,今天学到的一招解决网络编程IPv6带来的问题!设置一个属性就可以了 -Djava.net.preferIPv4Stack=true 以后用jgroups可以设置一下就可以了,查阅sun官方文档解释如下:

java.net.preferIPv4Stack (default: false) If IPv6 is available on the operating system the underlying native socket will be an IPv6 socket. This allows Java(tm) applications to connect too, and accept connections from, both IPv4 and IPv6 hosts. If an application has a preference to only use IPv4 sockets then this property can be set to true.
文章评论

共有 0 条评论