Closure for core_env_sent_cb. More...
Data Fields | |
struct CoreSentContext * | next |
Kept in a DLL to clear vl in case vl is lost. More... | |
struct CoreSentContext * | prev |
Kept in a DLL to clear vl in case vl is lost. More... | |
struct VirtualLink * | vl |
Virtual link this is about. More... | |
uint16_t | size |
How big was the message. More... | |
uint16_t | isize |
By how much should we increment vl's incoming_fc_window_size_used once we are done sending to CORE? Use to ensure we do not increment twice if there is more than one CORE client. More... | |
Closure for core_env_sent_cb.
Definition at line 1266 of file gnunet-service-transport.c.
struct CoreSentContext* CoreSentContext::next |
Kept in a DLL to clear vl in case vl is lost.
Definition at line 1271 of file gnunet-service-transport.c.
struct CoreSentContext* CoreSentContext::prev |
Kept in a DLL to clear vl in case vl is lost.
Definition at line 1276 of file gnunet-service-transport.c.
struct VirtualLink* CoreSentContext::vl |
Virtual link this is about.
Definition at line 1281 of file gnunet-service-transport.c.
Referenced by finish_handling_raw_message(), and free_virtual_link().
uint16_t CoreSentContext::size |
How big was the message.
Definition at line 1286 of file gnunet-service-transport.c.
uint16_t CoreSentContext::isize |
By how much should we increment vl's incoming_fc_window_size_used once we are done sending to CORE? Use to ensure we do not increment twice if there is more than one CORE client.
Definition at line 1294 of file gnunet-service-transport.c.