Opaque handle to a port. More...
Data Fields | |
struct GNUNET_HashCode | id |
Port "number". More... | |
struct GNUNET_CADET_Handle * | cadet |
Handle to the CADET session this port belongs to. More... | |
void * | cls |
Closure for handler. More... | |
GNUNET_CADET_ConnectEventHandler | connects |
Handler for incoming channels on this port. More... | |
void * | connects_cls |
Closure for connects. More... | |
GNUNET_CADET_WindowSizeEventHandler | window_changes |
Window size change handler. More... | |
GNUNET_CADET_DisconnectEventHandler | disconnects |
Handler called when an incoming channel is destroyed. More... | |
struct GNUNET_MQ_MessageHandler * | handlers |
Payload handlers for incoming channels. More... | |
Opaque handle to a port.
Definition at line 79 of file cadet_api.c.
struct GNUNET_HashCode GNUNET_CADET_Port::id |
Port "number".
Definition at line 84 of file cadet_api.c.
struct GNUNET_CADET_Handle* GNUNET_CADET_Port::cadet |
Handle to the CADET session this port belongs to.
Definition at line 89 of file cadet_api.c.
void* GNUNET_CADET_Port::cls |
GNUNET_CADET_ConnectEventHandler GNUNET_CADET_Port::connects |
Handler for incoming channels on this port.
Definition at line 99 of file cadet_api.c.
void* GNUNET_CADET_Port::connects_cls |
Closure for connects.
Definition at line 104 of file cadet_api.c.
GNUNET_CADET_WindowSizeEventHandler GNUNET_CADET_Port::window_changes |
Window size change handler.
Definition at line 109 of file cadet_api.c.
GNUNET_CADET_DisconnectEventHandler GNUNET_CADET_Port::disconnects |
Handler called when an incoming channel is destroyed.
Definition at line 114 of file cadet_api.c.
struct GNUNET_MQ_MessageHandler* GNUNET_CADET_Port::handlers |
Payload handlers for incoming channels.
Definition at line 119 of file cadet_api.c.