mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-27 14:20:27 +08:00
feat: split udp protocol to folder p2p
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package head
|
||||
|
||||
// Notify 是 map[peerip]endpoint
|
||||
type Notify = map[string]string
|
||||
// Notify 是 map[peerip]{network, endpoint}
|
||||
type Notify = map[string][2]string
|
||||
|
||||
// Query 是 peerips 组成的数组
|
||||
type Query = []string
|
||||
|
||||
Reference in New Issue
Block a user