Data Fields | |
| size_t | off |
| size_t | size |
| Capacity of tgnas, so that a drift between the cached ‘number_of_addresses’ / ‘size_of_global_addresses’ counters and what is actually in the map cannot turn into a heap overflow. | |
| char * | tgnas |
Definition at line 6144 of file gnunet-service-transport.c.
| size_t AddGlobalAddressesContext::off |
Definition at line 6146 of file gnunet-service-transport.c.
Referenced by consider_sending_fc().
| size_t AddGlobalAddressesContext::size |
Capacity of tgnas, so that a drift between the cached ‘number_of_addresses’ / ‘size_of_global_addresses’ counters and what is actually in the map cannot turn into a heap overflow.
Definition at line 6153 of file gnunet-service-transport.c.
| char* AddGlobalAddressesContext::tgnas |
Definition at line 6155 of file gnunet-service-transport.c.
Referenced by consider_sending_fc().