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 5974 of file gnunet-service-transport.c.
| size_t AddGlobalAddressesContext::off |
Definition at line 5976 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 5983 of file gnunet-service-transport.c.
| char* AddGlobalAddressesContext::tgnas |
Definition at line 5985 of file gnunet-service-transport.c.
Referenced by consider_sending_fc().