s2n is a C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a priority. It is released and licensed under the Apache Software License 2.0. WWW: https://github.com/awslabs/s2n
7 lines
248 B
Text
7 lines
248 B
Text
======================================================================
|
|
|
|
If s2n fails due mlock(2) syscall try to increase vm.max_wired.
|
|
Example:
|
|
- sysctl vm.max_wired=1572864
|
|
|
|
======================================================================
|