Data Fields | |
| struct GNUNET_NETWORK_Handle * | s |
| TCP socket. | |
| uint16_t | data |
| Data to transmit. | |
Closure for tcp_send.
Definition at line 112 of file gnunet-nat-server.c.
| struct GNUNET_NETWORK_Handle* TcpContext::s |
| uint16_t TcpContext::data |
Data to transmit.
Definition at line 122 of file gnunet-nat-server.c.