iotjs
iotjs copied to clipboard
IPv6 issue
Hello,
Currently, IoT.js is not supported IPv6 because libtuv is not supporting IPv6. (In libtuv, codes related IPv6 was deleted.)
- We need to discuss that IoT.js should support IPv6 or not.
- (Bug) If IPv6 style address is used, the application is not finished. (I will fix it in libtuv side.)
Is there any reason not supporting IPv6 in libtuv? If there isn't, I think we need to support IPv6 because it is vert important for the IoT.
Bug is fixed with https://github.com/Samsung/iotjs/pull/400.