# Structs
Signal describes a message that will be sent via signalling channel to discover peers.
# Interfaces
AnswerStream is stream of responses to a discovery request.
Offer is a discovery message from a specific peer.
OfferStream is a stream of discovery messages coming from other peers.
Signalling is an interface for a signalling connection that helps to establish P2P connections.