Commit c8107bd4 authored by Sam Rushing's avatar Sam Rushing

Features: DNS resolver and cache

parent 78a6dc7b
...@@ -32,7 +32,7 @@ Features ...@@ -32,7 +32,7 @@ Features
* Thread synchronization primitives, like mutexes, semaphores, etc... * Thread synchronization primitives, like mutexes, semaphores, etc...
* with_timeout(): wrap any funcall with a timeout. * with_timeout(): wrap any funcall with a timeout.
* Wait on kqueue events like file/directory changes, signals, processes, etc... [kqueue only] * Wait on kqueue events like file/directory changes, signals, processes, etc... [kqueue only]
* DNS stub resolver (full-fledged resolver may be forthcoming) * DNS resolver and cache
* HTTP server and client (plus WebSocket, RFC6455 & hixie-76) * HTTP server and client (plus WebSocket, RFC6455 & hixie-76)
* Support for TLS via tlslite (openssl interface may be forthcoming) * Support for TLS via tlslite (openssl interface may be forthcoming)
* other protocols/codecs: ldap, asn1, ftp, mysql, postgres, AMQP_. * other protocols/codecs: ldap, asn1, ftp, mysql, postgres, AMQP_.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment