forked from Telodendria/Telodendria
Jordan Bancino
e13442c122
tls_read() and tls_write() may return TLS_WANT_POLLIN or TLS_WANT_POLLOUT if data isn't ready to be read or written yet. We have to account for this by converting it to EAGAIN, which is how a typical read() or write() function should behave. Also installed a SIGPIPE handler; we do not want to be terminated by SIGPIPE, and it's safe to ignore this signal because it should be handled thoroughly in the code. |
||
---|---|---|
.. | ||
.cvsignore | ||
development.conf | ||
Makefile | ||
production.conf | ||
relayd.conf | ||
TlsImplTemplate.c | ||
Vagrantfile |