Versions in this module Expand all Collapse all v1 v1.1.1 Feb 22, 2026 v1.1.0 Feb 19, 2026 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 + func (d *DialQueue) Wait(ctx context.Context) bool + type DialTask struct + func (dt *DialTask) GetAddrInfo() *peer.AddrInfo