Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DialQueue ¶
DialQueue is a queue that holds dials tasks for potential peers, implemented as a min-heap
func (*DialQueue) AddTask ¶
func (d *DialQueue) AddTask( addrInfo *peer.AddrInfo, priority common.DialPriority, )
AddTask adds a new task to the dial queue
func (*DialQueue) DeleteTask ¶
DeleteTask deletes a task from the dial queue for the specified peer
Click to show internal directories.
Click to hide internal directories.