/**
* encapsulation of the data
*/
-
struct GNUNET_SERVER_MessageStreamTokenizer * datatoken;
/**
* peer mac address
*/
-
char addr[6];
-
/**
* Address of the other peer (either based on our 'connect'
* call or on our 'accept' call).
/**
* number of message, to distinguish between the messages
*/
-
uint16_t message_num_in;
/**
* number of message, to distinguish between the messages
*/
-
uint16_t message_num_out;
/**
* Cls for transmit_cont
*/
-
void * transmit_cont_cls;
/**
uint32_t message_id GNUNET_PACKED;
/**
- * number of this fragment, for fragmentation/segmentation
+ * Offset or number of this fragment, for fragmentation/segmentation (design choice, TBD)
*/
- uint16_t fragment_num GNUNET_PACKED;
+ uint16_t fragment_off_or_num GNUNET_PACKED;
/**
* CRC of fragment (for error checking)
* @return GNUNET_YES if process was started, GNUNET_SYSERR on error
*/
static int
-wlan_transport_start_wlan_helper(struct Plugin *plugin)
+wlan_transport_start_wlan_helper (struct Plugin *plugin)
{
plugin->server_stdout = GNUNET_DISK_pipe (GNUNET_YES, GNUNET_NO, GNUNET_YES);