XtremeKevinChow / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPv6 support

GoogleCodeExporter opened this issue · comments

I noticed the library does not support IPv6, so I made a few small changes and 
all the unit tests passed. Is there a  plan for implementing this in the 
library?

The changes mainly consist of creating the socket with IPv6 protocol, and 
enabling DualMode for support with IPv4. Then just binding to an IPv6 address. 
I also added allowance for IPv6 interfaces in the NetUtility methods, and 
that's it.

Original issue reported on code.google.com by wiz3...@gmail.com on 29 Sep 2014 at 9:37

Yes, this should be done.

Original comment by lidg...@gmail.com on 3 Oct 2014 at 6:22

  • Changed state: Accepted