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

package tunnel
const (
TypeNormal Type = iota
TypeRequest
TypeConnected
TypeClosed
TypeInvalid Type = 0xff
)