add icmp tunnel

This commit is contained in:
ginuerzh
2022-03-08 22:34:39 +08:00
parent ee72cea036
commit be374b6488
21 changed files with 769 additions and 186 deletions

View File

@ -8,7 +8,6 @@ import (
)
type quicSession struct {
conn net.Conn
session quic.Session
}