|
Electroneum
|
#include <outside_network.h>

Public Attributes | |
| struct pending_tcp * | next_free |
| uint16_t | id |
| struct comm_point * | c |
| struct waiting_tcp * | query |
Pending TCP query to server.
Definition at line 249 of file outside_network.h.
| struct comm_point* pending_tcp::c |
tcp comm point it was sent on (and reply must come back on).
Definition at line 255 of file outside_network.h.
| uint16_t pending_tcp::id |
the ID for the query; checked in reply
Definition at line 253 of file outside_network.h.
| struct pending_tcp* pending_tcp::next_free |
next in list of free tcp comm points, or NULL.
Definition at line 251 of file outside_network.h.
| struct waiting_tcp* pending_tcp::query |
the query being serviced, NULL if the pending_tcp is unused.
Definition at line 257 of file outside_network.h.