Versions in this module Expand all Collapse all v1 v1.0.3 Feb 27, 2025 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) Len() int + func (d *DialQueue) PopTask() *DialTask + type DialTask struct + func (dt *DialTask) GetAddrInfo() *peer.AddrInfo