Added nonblocking socket support for SSL_read/SSL_accept/SSL_write
This commit is contained in:
parent
698625aa65
commit
01d0ea905c
2 changed files with 113 additions and 84 deletions
|
|
@ -45,6 +45,7 @@
|
|||
#include "clixon_log.h"
|
||||
#include "clixon_netns.h"
|
||||
|
||||
#ifdef HAVE_SETNS
|
||||
/*
|
||||
* @thanks Anders Franzén
|
||||
*/
|
||||
|
|
@ -104,6 +105,7 @@ get_sock(int usock,
|
|||
done:
|
||||
return retval;
|
||||
}
|
||||
#endif /* HAVE_SETNS */
|
||||
|
||||
/*! Create and bind stream socket
|
||||
* @param[in] sa Socketaddress
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue