This struct is saved into the services-hashmap to represent a service this peer is specifically offering an exit for (for a specific domain name). More...
Data Fields | |
| struct SocketAddress | address |
| Remote address to use for the service. | |
| struct GNUNET_HashCode | descriptor |
| Descriptor for the service (CADET port). | |
| char * | name |
| DNS name of the service. | |
| struct GNUNET_CADET_Port * | port |
| Open port with CADET. | |
| int16_t | is_udp |
| GNUNET_YES if this is a UDP service, otherwise TCP. | |
This struct is saved into the services-hashmap to represent a service this peer is specifically offering an exit for (for a specific domain name).
Definition at line 131 of file gnunet-daemon-exit.c.
| struct SocketAddress LocalService::address |
Remote address to use for the service.
Definition at line 136 of file gnunet-daemon-exit.c.
Referenced by add_services().
| struct GNUNET_HashCode LocalService::descriptor |
Descriptor for the service (CADET port).
Definition at line 141 of file gnunet-daemon-exit.c.
| char* LocalService::name |
DNS name of the service.
Definition at line 146 of file gnunet-daemon-exit.c.
| struct GNUNET_CADET_Port* LocalService::port |
Open port with CADET.
Definition at line 151 of file gnunet-daemon-exit.c.
| int16_t LocalService::is_udp |
GNUNET_YES if this is a UDP service, otherwise TCP.
Definition at line 156 of file gnunet-daemon-exit.c.