Documentation
¶
Overview ¶
Package xstar implements the experimental star protocol. This sends messages out to all peers, and receives their responses. It also implicitly resends any message it receives to all of its peers, but it will not rebroadcast a message to the peer it was received from.
Index ¶
Constants ¶
View Source
const ( Self = protocol.ProtoStar Peer = protocol.ProtoStar SelfName = "star" PeerName = "star" )
Protocol identity information.
Variables ¶
This section is empty.
Functions ¶
func NewProtocol ¶
NewProtocol returns a new protocol implementation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.