ASPLes / nopoll

OpenSource WebSocket toolkit
http://www.aspl.es/nopoll
GNU Lesser General Public License v2.1
124 stars 74 forks source link

IPv6 Support #18

Closed schmidtw closed 7 years ago

schmidtw commented 7 years ago

A while back we proposed an IPv6 patch that wasn't accepted. @francisbrosnan mentioned that they had a mechanism in the works that would match up better. Can you share (so we can help with this effort) or similar?

Presently we're using an older fork and would like to rebase to use the latest, but we must support IPv6.

Glad to help & thanks! Wes

francisbrosnan commented 7 years ago

Hi Wes,

Ok, noPoll already supports IPv6 through API prefixed with "6". Some of them are:

...and for listeners you have:

This was included in the last stable release: http://lists.aspl.es/pipermail/nopoll/2016-December/000159.html

Best Regards

schmidtw commented 7 years ago

Fantastic - not sure how I missed this!

francisbrosnan commented 7 years ago

Hi Wes, Hehe, no problem :-) Best Regards,