1
0
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:
源文雨
2025-02-23 00:25:01 +09:00
parent 60495227fc
commit 4b60801a0f
4 changed files with 21 additions and 8 deletions

8
gold/head/hello.go Normal file
View File

@@ -0,0 +1,8 @@
package head
type Hello uint8
const (
HelloPing Hello = iota
HelloPong
)