One pollable resource and event masks for an SSL_poll() array entry.
Synopsis
Declared in <openssl/ssl.h>
struct ssl_poll_item_st;
Data Members
Name |
Description |
Pollable resource to query (typically an SSL via SSL_as_poll_descriptor()). |
|
Bitmask of SSL_POLL_EVENT_* conditions the caller wants to observe. |
|
Bitmask of SSL_POLL_EVENT_* conditions that actually apply after SSL_poll(). |
Created with MrDocs