Documentation ¶
Index ¶
- Constants
- type BindLogger
- type Conduit
- type Pinecone
- func (m *Pinecone) Conduit(zone string, peertype int) (*Conduit, error)
- func (m *Pinecone) DisconnectPort(port int)
- func (m *Pinecone) DisconnectType(peertype int)
- func (m *Pinecone) DisconnectZone(zone string)
- func (m *Pinecone) PeerCount(peertype int) int
- func (m *Pinecone) PublicKey() string
- func (m *Pinecone) SetMulticastEnabled(enabled bool)
- func (m *Pinecone) SetStaticPeer(uri string)
- func (m *Pinecone) Start()
- func (m *Pinecone) Stop()
Constants ¶
View Source
const ( PeerTypeRemote = pineconeRouter.PeerTypeRemote PeerTypeMulticast = pineconeRouter.PeerTypeMulticast PeerTypeBluetooth = pineconeRouter.PeerTypeBluetooth PeerTypeBonjour = pineconeRouter.PeerTypeBonjour )
View Source
const MaxFrameSize = types.MaxFrameSize
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindLogger ¶
type BindLogger struct{}
type Pinecone ¶
type Pinecone struct { PineconeRouter *pineconeRouter.Router PineconeMulticast *pineconeMulticast.Multicast PineconeManager *pineconeConnections.ConnectionManager // contains filtered or unexported fields }
func (*Pinecone) DisconnectPort ¶
func (*Pinecone) DisconnectType ¶
func (*Pinecone) DisconnectZone ¶
func (*Pinecone) SetMulticastEnabled ¶
func (*Pinecone) SetStaticPeer ¶
Click to show internal directories.
Click to hide internal directories.