ratchet |
The purpose of the ratchet library is to provide a generic socket control mechanism for large numbers of sockets without using threads or losing the ease of synchronous socket programming. |
ratchet.dns |
Provides a system for querying DNS for information such as A/AAAA, PTR, MX, and TXT records. |
ratchet.socket |
The socket library provides an implementation of the standard Berkeley sockets on top of the ratchet library. |
ratchet.timerfd |
The timerfd library provides an advanced timer interface using the system library of the same name. |
ratchet.zmqsocket |
The zmqsocket library provides an implementation of the ZeroMQ socket library on top of the ratchet library. |