Cross-platform asynchronous I/O
* Renamed test_connection_fail to connection_fail following the conventions. * Mapped Windows error ERROR_CONNECTION_REFUSED to OIO_ECONNREFUSED. * Asserting that the oio_err in connection_fail is OIO_ECONNREFUSED. |
||
|---|---|---|
| ev | ||
| test | ||
| .gitignore | ||
| AUTHORS | ||
| iocp-links.html | ||
| liboio-benchmark.vcxproj | ||
| liboio-test.vcxproj | ||
| liboio.sln | ||
| liboio.vcxproj | ||
| LICENSE | ||
| Makefile | ||
| ngx-queue.h | ||
| oio-unix.c | ||
| oio-unix.h | ||
| oio-win.c | ||
| oio-win.h | ||
| oio.h | ||
| README | ||
| tree.h | ||
This is the new networking layer for Node. Its purpose is to abstract IOCP on windows and libev on Unix systems. We intend to eventually contain all platform differences in this library. http://nodejs.org/