machinarium: update README.md

This commit is contained in:
Dmitry Simonenko 2017-07-20 18:52:01 +03:00
parent da969b1348
commit b5877e1109
1 changed files with 3 additions and 2 deletions

View File

@ -41,8 +41,9 @@ consistent with coroutine design.
#### Full-feature SSL/TLS support
Create and configure machinarium TLS object, associate it with any IO context and it will be
automatically switched to SSL/TLS usage.
Machinarium has easy-to-use Transport Layer Security (TLS) API on board, which also support work
with multiple threads. Create and configure machinarium TLS object, associate it with any existing
IO context and it will be automatically upgraded to SSL/TLS usage.
#### Timeouts everywhere