football
socket abstraction layer
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs | Variables
fb_transport.h File Reference

Football private transport layer declarations. More...

#include <config.h>
#include "fb_public.h"

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.
 

Detailed Description

Football private transport layer declarations.