DFHack / clsocket

SimpleSockets is a lightweight set of classes that allow developers to implement IP based network programs.
http://sockets.carrierlabs.com/
157 stars 65 forks source link

IPv6 support #5

Open zmox opened 8 years ago

zmox commented 8 years ago

If You can add surpport IPv6, it will be awesome~

RosaryMala commented 8 years ago

It doesn't accept connections from outside at all, so I don't see how this is needed.

lethosor commented 8 years ago

This is clsocket, not DFHack.

According to https://github.com/DFHack/clsocket/pull/4#issuecomment-234176649, there are some address resolution issues with this, but there's also some rudimentary IPv6 support in clsocket already (although probably not enough to do anything useful).

hayguen commented 8 years ago

At the moment even an Initialize() with IPv6 will produce an error .. I had a look at this .. but at the moment i have no need for IPv6.