huntlabs / hunt

A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Apache License 2.0
95 stars 15 forks source link

Error when using ipv6 on windows #18

Closed Kripth closed 6 years ago

Kripth commented 6 years ago

The error code is 122 and is thrown from https://github.com/huntlabs/hunt/blob/master/source/hunt/event/selector/iocp.d#L142

Heromyth commented 6 years ago

There is no any problem on Linux. However, the TCP server for demo over IPV6 will be failed on Windows. The TCP client works well. It needs more works to find out what happend.