tidwall / SwiftWebSocket

Fast Websockets in Swift for iOS and OSX
MIT License
1.53k stars 246 forks source link

IPV6 support ? #41

Closed mozinator closed 8 years ago

mozinator commented 8 years ago

Apple announced that new iOS apps should have ipv6 support. [1] Does SwiftWebSocket support ipv6 ?

[1] https://developer.apple.com/news/?id=05042016a

tidwall commented 8 years ago

Yes. SwiftWebSocket uses the IPV6 ready function CFStreamCreatePairWithSocketToHost to establish connections.