package peer import "net/netip" func (a *App) sendPing(p *Peer, id, ts int64) { _ = id _ = ts _ = netip.AddrPort{} }