mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-30 07:40:25 +08:00
fix(nat): hello packet dead loop
This commit is contained in:
8
gold/head/hello.go
Normal file
8
gold/head/hello.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package head
|
||||
|
||||
type Hello uint8
|
||||
|
||||
const (
|
||||
HelloPing Hello = iota
|
||||
HelloPong
|
||||
)
|
||||
Reference in New Issue
Block a user