Versions in this module Expand all Collapse all v0 v0.0.2 Dec 21, 2022 v0.0.1 Dec 21, 2022 Changes in this version + type DialQueue struct + func NewDialQueue() *DialQueue + func (d *DialQueue) AddTask(addrInfo *peer.AddrInfo, priority common.DialPriority) + func (d *DialQueue) Close() + func (d *DialQueue) DeleteTask(peer peer.ID) + func (d *DialQueue) PopTask() *DialTask + type DialTask struct + func (dt *DialTask) GetAddrInfo() *peer.AddrInfo