WIP
This commit is contained in:
9
peer/ping.go
Normal file
9
peer/ping.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package peer
|
||||
|
||||
import "net/netip"
|
||||
|
||||
func (a *App) sendPing(p *Peer, id, ts int64) {
|
||||
_ = id
|
||||
_ = ts
|
||||
_ = netip.AddrPort{}
|
||||
}
|
||||
Reference in New Issue
Block a user