GNUnet 0.21.1
UDPBroadcast Struct Reference

Broadcast by peer in LAN announcing its presence. More...

Collaboration diagram for UDPBroadcast:
[legend]

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...
 

Detailed Description

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.

Field Documentation

◆ sender

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().

◆ sender_sig

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().


The documentation for this struct was generated from the following file: