mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-23 12:00:34 +08:00
feat(p2p): add ICMP backend support
This commit is contained in:
@@ -23,7 +23,7 @@ func Register(network string, initializer Initializer) (actual Initializer, hase
|
||||
type EndPoint interface {
|
||||
fmt.Stringer
|
||||
Network() string
|
||||
Euqal(EndPoint) bool
|
||||
Equal(EndPoint) bool
|
||||
Listen() (Conn, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user