Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimulatedBiasedCachedNode ¶
type SimulatedBiasedCachedNode struct { }
func (*SimulatedBiasedCachedNode) New ¶
func (s *SimulatedBiasedCachedNode) New(util TorrentNodeUtil) TorrentNode
type SimulatedBiasedNode ¶
type SimulatedBiasedNode struct { }
func (*SimulatedBiasedNode) New ¶
func (s *SimulatedBiasedNode) New(util TorrentNodeUtil) TorrentNode
type SimulatedCachedNode ¶
type SimulatedCachedNode struct { }
func (*SimulatedCachedNode) New ¶
func (s *SimulatedCachedNode) New(util TorrentNodeUtil) TorrentNode
type SimulatedMultiNode ¶
type SimulatedMultiNode struct { }
func (*SimulatedMultiNode) New ¶
func (s *SimulatedMultiNode) New(util TorrentNodeUtil) TorrentNode
type SimulatedNode ¶
type SimulatedNode struct { }
func (*SimulatedNode) New ¶
func (s *SimulatedNode) New(util TorrentNodeUtil) TorrentNode
type Simulation ¶
type Simulation interfaces.ISimulation
func NewSimulation ¶
func NewSimulation(template interface{}, newConfig *config.Conf) Simulation
Click to show internal directories.
Click to hide internal directories.