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