Message send during burst mode. More...
#include <gnunet_nat_lib.h>
Data Fields | |
struct GNUNET_PeerIdentity | peer |
The peer who send the msg. More... | |
unsigned int | local_port |
The local port the message was send from. More... | |
Message send during burst mode.
Definition at line 61 of file gnunet_nat_lib.h.
struct GNUNET_PeerIdentity GNUNET_BurstMessage::peer |
The peer who send the msg.
Definition at line 66 of file gnunet_nat_lib.h.
Referenced by sock_read().
unsigned int GNUNET_BurstMessage::local_port |
The local port the message was send from.
Definition at line 71 of file gnunet_nat_lib.h.
Referenced by GNUNET_get_udp_socket(), read_send(), and sock_read().