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