This repository has been archived on 2022-09-10. You can view files and clone it, but cannot push or open issues or pull requests.
tunnel/consts.go

10 lines
115 B
Go
Raw Permalink Normal View History

2022-09-09 06:05:20 +00:00
package tunnel
const (
TypeNormal Type = iota
TypeRequest
TypeConnected
TypeClosed
TypeInvalid Type = 0xff
)