Broadcast by peer in LAN announcing its presence. More...
Data Fields | |
struct GNUNET_PeerIdentity | sender |
Sender's peer identity. More... | |
struct GNUNET_CRYPTO_EddsaSignature | sender_sig |
Sender's signature of type GNUNET_SIGNATURE_PURPOSE_COMMUNICATOR_UDP_BROADCAST. More... | |
Broadcast by peer in LAN announcing its presence.
Unusual in that we don't pad these to full MTU, as we cannot prevent being recognized in LAN as GNUnet peers if this feature is enabled anyway. Also, the entire message is in cleartext.
Definition at line 299 of file gnunet-communicator-udp.c.
struct GNUNET_PeerIdentity UDPBroadcast::sender |
Sender's peer identity.
Definition at line 304 of file gnunet-communicator-udp.c.
Referenced by iface_proc(), ifc_broadcast(), and sock_read().
struct GNUNET_CRYPTO_EddsaSignature UDPBroadcast::sender_sig |
Sender's signature of type GNUNET_SIGNATURE_PURPOSE_COMMUNICATOR_UDP_BROADCAST.
Definition at line 310 of file gnunet-communicator-udp.c.
Referenced by iface_proc(), and sock_read().