robotdotnet / NetworkTables

FRC NetworkTables for .NET. This is all old code and should not be used anymore.
3 stars 5 forks source link

IPv6 not supported #42

Open ThadHouse opened 8 years ago

ThadHouse commented 8 years ago

I was noticing that on some systems, trying to access an IPv6 network address would throw an exception. Currently, IPv6 address from DNS are ignored, however at some point I would like to fix this, and only disable IPv6 for the systems that do not support it.