Package pt.unl.fct.di.novasys.babel2.channels.messages
@NullMarked
package pt.unl.fct.di.novasys.babel2.channels.messages
Network handshake and discovery messages exchanged across IP channels.
Contains protocol-level control messages such as HandshakeMessage
and DiscoveryMessage.
-
Record ClassesClassDescriptionMessage broadcast across local networks to announce a node's presence and supported protocol names.Immutable record exchanged as the very first message on a newly established TCP or QUIC connection to identify both endpoints to each other.Singleton message sent periodically over QUIC connections to prevent the underlying QUIC session from timing out due to inactivity.