swak / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

IPv6 support #175

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Yes, this should be done.

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