|
football
socket abstraction layer
|
Football private transport layer declarations. More...
Go to the source code of this file.
Data Structures | |
| struct | fb_config_files_t |
| Structure with various I/O functions. More... | |
| struct | fb_transport_funcs_t |
Typedefs | |
| typedef struct fb_config_files_t | FB_TLS_CONFIG_FILENAMES |
| Structure with various I/O functions. | |
| typedef struct fb_transport_funcs_t | FB_TRANSPORT_FUNCS |
Variables | |
| const ssize_t | FB_TRANSPORT_CLOSED |
| Connection closed normally. Returned by read transport function only. | |
| const ssize_t | FB_TRANSPORT_INCOMPLETE |
| An action was incomplete, but can be retried in the future. | |
| const ssize_t | FB_TRANSPORT_FAILURE |
| An action failed permanently; the connection has failed and should be closed. | |
| const FB_TRANSPORT_FUNCS | fb_transport_unencrypted |
| Transport virtual method table for unenrypted connections. | |
| const FB_TRANSPORT_FUNCS | fb_transport_read_file |
| Transport virtual method table for reading from files. | |