config.pb.go 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  1. package kcp
  2. import proto "github.com/golang/protobuf/proto"
  3. import fmt "fmt"
  4. import math "math"
  5. import serial "v2ray.com/core/common/serial"
  6. // Reference imports to suppress errors if they are not otherwise used.
  7. var _ = proto.Marshal
  8. var _ = fmt.Errorf
  9. var _ = math.Inf
  10. // This is a compile-time assertion to ensure that this generated file
  11. // is compatible with the proto package it is being compiled against.
  12. // A compilation error at this line likely means your copy of the
  13. // proto package needs to be updated.
  14. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  15. // Maximum Transmission Unit, in bytes.
  16. type MTU struct {
  17. Value uint32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
  18. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  19. XXX_unrecognized []byte `json:"-"`
  20. XXX_sizecache int32 `json:"-"`
  21. }
  22. func (m *MTU) Reset() { *m = MTU{} }
  23. func (m *MTU) String() string { return proto.CompactTextString(m) }
  24. func (*MTU) ProtoMessage() {}
  25. func (*MTU) Descriptor() ([]byte, []int) {
  26. return fileDescriptor_config_8c4538da0fc2252f, []int{0}
  27. }
  28. func (m *MTU) XXX_Unmarshal(b []byte) error {
  29. return xxx_messageInfo_MTU.Unmarshal(m, b)
  30. }
  31. func (m *MTU) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  32. return xxx_messageInfo_MTU.Marshal(b, m, deterministic)
  33. }
  34. func (dst *MTU) XXX_Merge(src proto.Message) {
  35. xxx_messageInfo_MTU.Merge(dst, src)
  36. }
  37. func (m *MTU) XXX_Size() int {
  38. return xxx_messageInfo_MTU.Size(m)
  39. }
  40. func (m *MTU) XXX_DiscardUnknown() {
  41. xxx_messageInfo_MTU.DiscardUnknown(m)
  42. }
  43. var xxx_messageInfo_MTU proto.InternalMessageInfo
  44. func (m *MTU) GetValue() uint32 {
  45. if m != nil {
  46. return m.Value
  47. }
  48. return 0
  49. }
  50. // Transmission Time Interview, in milli-sec.
  51. type TTI struct {
  52. Value uint32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
  53. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  54. XXX_unrecognized []byte `json:"-"`
  55. XXX_sizecache int32 `json:"-"`
  56. }
  57. func (m *TTI) Reset() { *m = TTI{} }
  58. func (m *TTI) String() string { return proto.CompactTextString(m) }
  59. func (*TTI) ProtoMessage() {}
  60. func (*TTI) Descriptor() ([]byte, []int) {
  61. return fileDescriptor_config_8c4538da0fc2252f, []int{1}
  62. }
  63. func (m *TTI) XXX_Unmarshal(b []byte) error {
  64. return xxx_messageInfo_TTI.Unmarshal(m, b)
  65. }
  66. func (m *TTI) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  67. return xxx_messageInfo_TTI.Marshal(b, m, deterministic)
  68. }
  69. func (dst *TTI) XXX_Merge(src proto.Message) {
  70. xxx_messageInfo_TTI.Merge(dst, src)
  71. }
  72. func (m *TTI) XXX_Size() int {
  73. return xxx_messageInfo_TTI.Size(m)
  74. }
  75. func (m *TTI) XXX_DiscardUnknown() {
  76. xxx_messageInfo_TTI.DiscardUnknown(m)
  77. }
  78. var xxx_messageInfo_TTI proto.InternalMessageInfo
  79. func (m *TTI) GetValue() uint32 {
  80. if m != nil {
  81. return m.Value
  82. }
  83. return 0
  84. }
  85. // Uplink capacity, in MB.
  86. type UplinkCapacity struct {
  87. Value uint32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
  88. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  89. XXX_unrecognized []byte `json:"-"`
  90. XXX_sizecache int32 `json:"-"`
  91. }
  92. func (m *UplinkCapacity) Reset() { *m = UplinkCapacity{} }
  93. func (m *UplinkCapacity) String() string { return proto.CompactTextString(m) }
  94. func (*UplinkCapacity) ProtoMessage() {}
  95. func (*UplinkCapacity) Descriptor() ([]byte, []int) {
  96. return fileDescriptor_config_8c4538da0fc2252f, []int{2}
  97. }
  98. func (m *UplinkCapacity) XXX_Unmarshal(b []byte) error {
  99. return xxx_messageInfo_UplinkCapacity.Unmarshal(m, b)
  100. }
  101. func (m *UplinkCapacity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  102. return xxx_messageInfo_UplinkCapacity.Marshal(b, m, deterministic)
  103. }
  104. func (dst *UplinkCapacity) XXX_Merge(src proto.Message) {
  105. xxx_messageInfo_UplinkCapacity.Merge(dst, src)
  106. }
  107. func (m *UplinkCapacity) XXX_Size() int {
  108. return xxx_messageInfo_UplinkCapacity.Size(m)
  109. }
  110. func (m *UplinkCapacity) XXX_DiscardUnknown() {
  111. xxx_messageInfo_UplinkCapacity.DiscardUnknown(m)
  112. }
  113. var xxx_messageInfo_UplinkCapacity proto.InternalMessageInfo
  114. func (m *UplinkCapacity) GetValue() uint32 {
  115. if m != nil {
  116. return m.Value
  117. }
  118. return 0
  119. }
  120. // Downlink capacity, in MB.
  121. type DownlinkCapacity struct {
  122. Value uint32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
  123. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  124. XXX_unrecognized []byte `json:"-"`
  125. XXX_sizecache int32 `json:"-"`
  126. }
  127. func (m *DownlinkCapacity) Reset() { *m = DownlinkCapacity{} }
  128. func (m *DownlinkCapacity) String() string { return proto.CompactTextString(m) }
  129. func (*DownlinkCapacity) ProtoMessage() {}
  130. func (*DownlinkCapacity) Descriptor() ([]byte, []int) {
  131. return fileDescriptor_config_8c4538da0fc2252f, []int{3}
  132. }
  133. func (m *DownlinkCapacity) XXX_Unmarshal(b []byte) error {
  134. return xxx_messageInfo_DownlinkCapacity.Unmarshal(m, b)
  135. }
  136. func (m *DownlinkCapacity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  137. return xxx_messageInfo_DownlinkCapacity.Marshal(b, m, deterministic)
  138. }
  139. func (dst *DownlinkCapacity) XXX_Merge(src proto.Message) {
  140. xxx_messageInfo_DownlinkCapacity.Merge(dst, src)
  141. }
  142. func (m *DownlinkCapacity) XXX_Size() int {
  143. return xxx_messageInfo_DownlinkCapacity.Size(m)
  144. }
  145. func (m *DownlinkCapacity) XXX_DiscardUnknown() {
  146. xxx_messageInfo_DownlinkCapacity.DiscardUnknown(m)
  147. }
  148. var xxx_messageInfo_DownlinkCapacity proto.InternalMessageInfo
  149. func (m *DownlinkCapacity) GetValue() uint32 {
  150. if m != nil {
  151. return m.Value
  152. }
  153. return 0
  154. }
  155. type WriteBuffer struct {
  156. // Buffer size in bytes.
  157. Size uint32 `protobuf:"varint,1,opt,name=size" json:"size,omitempty"`
  158. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  159. XXX_unrecognized []byte `json:"-"`
  160. XXX_sizecache int32 `json:"-"`
  161. }
  162. func (m *WriteBuffer) Reset() { *m = WriteBuffer{} }
  163. func (m *WriteBuffer) String() string { return proto.CompactTextString(m) }
  164. func (*WriteBuffer) ProtoMessage() {}
  165. func (*WriteBuffer) Descriptor() ([]byte, []int) {
  166. return fileDescriptor_config_8c4538da0fc2252f, []int{4}
  167. }
  168. func (m *WriteBuffer) XXX_Unmarshal(b []byte) error {
  169. return xxx_messageInfo_WriteBuffer.Unmarshal(m, b)
  170. }
  171. func (m *WriteBuffer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  172. return xxx_messageInfo_WriteBuffer.Marshal(b, m, deterministic)
  173. }
  174. func (dst *WriteBuffer) XXX_Merge(src proto.Message) {
  175. xxx_messageInfo_WriteBuffer.Merge(dst, src)
  176. }
  177. func (m *WriteBuffer) XXX_Size() int {
  178. return xxx_messageInfo_WriteBuffer.Size(m)
  179. }
  180. func (m *WriteBuffer) XXX_DiscardUnknown() {
  181. xxx_messageInfo_WriteBuffer.DiscardUnknown(m)
  182. }
  183. var xxx_messageInfo_WriteBuffer proto.InternalMessageInfo
  184. func (m *WriteBuffer) GetSize() uint32 {
  185. if m != nil {
  186. return m.Size
  187. }
  188. return 0
  189. }
  190. type ReadBuffer struct {
  191. // Buffer size in bytes.
  192. Size uint32 `protobuf:"varint,1,opt,name=size" json:"size,omitempty"`
  193. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  194. XXX_unrecognized []byte `json:"-"`
  195. XXX_sizecache int32 `json:"-"`
  196. }
  197. func (m *ReadBuffer) Reset() { *m = ReadBuffer{} }
  198. func (m *ReadBuffer) String() string { return proto.CompactTextString(m) }
  199. func (*ReadBuffer) ProtoMessage() {}
  200. func (*ReadBuffer) Descriptor() ([]byte, []int) {
  201. return fileDescriptor_config_8c4538da0fc2252f, []int{5}
  202. }
  203. func (m *ReadBuffer) XXX_Unmarshal(b []byte) error {
  204. return xxx_messageInfo_ReadBuffer.Unmarshal(m, b)
  205. }
  206. func (m *ReadBuffer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  207. return xxx_messageInfo_ReadBuffer.Marshal(b, m, deterministic)
  208. }
  209. func (dst *ReadBuffer) XXX_Merge(src proto.Message) {
  210. xxx_messageInfo_ReadBuffer.Merge(dst, src)
  211. }
  212. func (m *ReadBuffer) XXX_Size() int {
  213. return xxx_messageInfo_ReadBuffer.Size(m)
  214. }
  215. func (m *ReadBuffer) XXX_DiscardUnknown() {
  216. xxx_messageInfo_ReadBuffer.DiscardUnknown(m)
  217. }
  218. var xxx_messageInfo_ReadBuffer proto.InternalMessageInfo
  219. func (m *ReadBuffer) GetSize() uint32 {
  220. if m != nil {
  221. return m.Size
  222. }
  223. return 0
  224. }
  225. type ConnectionReuse struct {
  226. Enable bool `protobuf:"varint,1,opt,name=enable" json:"enable,omitempty"`
  227. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  228. XXX_unrecognized []byte `json:"-"`
  229. XXX_sizecache int32 `json:"-"`
  230. }
  231. func (m *ConnectionReuse) Reset() { *m = ConnectionReuse{} }
  232. func (m *ConnectionReuse) String() string { return proto.CompactTextString(m) }
  233. func (*ConnectionReuse) ProtoMessage() {}
  234. func (*ConnectionReuse) Descriptor() ([]byte, []int) {
  235. return fileDescriptor_config_8c4538da0fc2252f, []int{6}
  236. }
  237. func (m *ConnectionReuse) XXX_Unmarshal(b []byte) error {
  238. return xxx_messageInfo_ConnectionReuse.Unmarshal(m, b)
  239. }
  240. func (m *ConnectionReuse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  241. return xxx_messageInfo_ConnectionReuse.Marshal(b, m, deterministic)
  242. }
  243. func (dst *ConnectionReuse) XXX_Merge(src proto.Message) {
  244. xxx_messageInfo_ConnectionReuse.Merge(dst, src)
  245. }
  246. func (m *ConnectionReuse) XXX_Size() int {
  247. return xxx_messageInfo_ConnectionReuse.Size(m)
  248. }
  249. func (m *ConnectionReuse) XXX_DiscardUnknown() {
  250. xxx_messageInfo_ConnectionReuse.DiscardUnknown(m)
  251. }
  252. var xxx_messageInfo_ConnectionReuse proto.InternalMessageInfo
  253. func (m *ConnectionReuse) GetEnable() bool {
  254. if m != nil {
  255. return m.Enable
  256. }
  257. return false
  258. }
  259. type Config struct {
  260. Mtu *MTU `protobuf:"bytes,1,opt,name=mtu" json:"mtu,omitempty"`
  261. Tti *TTI `protobuf:"bytes,2,opt,name=tti" json:"tti,omitempty"`
  262. UplinkCapacity *UplinkCapacity `protobuf:"bytes,3,opt,name=uplink_capacity,json=uplinkCapacity" json:"uplink_capacity,omitempty"`
  263. DownlinkCapacity *DownlinkCapacity `protobuf:"bytes,4,opt,name=downlink_capacity,json=downlinkCapacity" json:"downlink_capacity,omitempty"`
  264. Congestion bool `protobuf:"varint,5,opt,name=congestion" json:"congestion,omitempty"`
  265. WriteBuffer *WriteBuffer `protobuf:"bytes,6,opt,name=write_buffer,json=writeBuffer" json:"write_buffer,omitempty"`
  266. ReadBuffer *ReadBuffer `protobuf:"bytes,7,opt,name=read_buffer,json=readBuffer" json:"read_buffer,omitempty"`
  267. HeaderConfig *serial.TypedMessage `protobuf:"bytes,8,opt,name=header_config,json=headerConfig" json:"header_config,omitempty"`
  268. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  269. XXX_unrecognized []byte `json:"-"`
  270. XXX_sizecache int32 `json:"-"`
  271. }
  272. func (m *Config) Reset() { *m = Config{} }
  273. func (m *Config) String() string { return proto.CompactTextString(m) }
  274. func (*Config) ProtoMessage() {}
  275. func (*Config) Descriptor() ([]byte, []int) {
  276. return fileDescriptor_config_8c4538da0fc2252f, []int{7}
  277. }
  278. func (m *Config) XXX_Unmarshal(b []byte) error {
  279. return xxx_messageInfo_Config.Unmarshal(m, b)
  280. }
  281. func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  282. return xxx_messageInfo_Config.Marshal(b, m, deterministic)
  283. }
  284. func (dst *Config) XXX_Merge(src proto.Message) {
  285. xxx_messageInfo_Config.Merge(dst, src)
  286. }
  287. func (m *Config) XXX_Size() int {
  288. return xxx_messageInfo_Config.Size(m)
  289. }
  290. func (m *Config) XXX_DiscardUnknown() {
  291. xxx_messageInfo_Config.DiscardUnknown(m)
  292. }
  293. var xxx_messageInfo_Config proto.InternalMessageInfo
  294. func (m *Config) GetMtu() *MTU {
  295. if m != nil {
  296. return m.Mtu
  297. }
  298. return nil
  299. }
  300. func (m *Config) GetTti() *TTI {
  301. if m != nil {
  302. return m.Tti
  303. }
  304. return nil
  305. }
  306. func (m *Config) GetUplinkCapacity() *UplinkCapacity {
  307. if m != nil {
  308. return m.UplinkCapacity
  309. }
  310. return nil
  311. }
  312. func (m *Config) GetDownlinkCapacity() *DownlinkCapacity {
  313. if m != nil {
  314. return m.DownlinkCapacity
  315. }
  316. return nil
  317. }
  318. func (m *Config) GetCongestion() bool {
  319. if m != nil {
  320. return m.Congestion
  321. }
  322. return false
  323. }
  324. func (m *Config) GetWriteBuffer() *WriteBuffer {
  325. if m != nil {
  326. return m.WriteBuffer
  327. }
  328. return nil
  329. }
  330. func (m *Config) GetReadBuffer() *ReadBuffer {
  331. if m != nil {
  332. return m.ReadBuffer
  333. }
  334. return nil
  335. }
  336. func (m *Config) GetHeaderConfig() *serial.TypedMessage {
  337. if m != nil {
  338. return m.HeaderConfig
  339. }
  340. return nil
  341. }
  342. func init() {
  343. proto.RegisterType((*MTU)(nil), "v2ray.core.transport.internet.kcp.MTU")
  344. proto.RegisterType((*TTI)(nil), "v2ray.core.transport.internet.kcp.TTI")
  345. proto.RegisterType((*UplinkCapacity)(nil), "v2ray.core.transport.internet.kcp.UplinkCapacity")
  346. proto.RegisterType((*DownlinkCapacity)(nil), "v2ray.core.transport.internet.kcp.DownlinkCapacity")
  347. proto.RegisterType((*WriteBuffer)(nil), "v2ray.core.transport.internet.kcp.WriteBuffer")
  348. proto.RegisterType((*ReadBuffer)(nil), "v2ray.core.transport.internet.kcp.ReadBuffer")
  349. proto.RegisterType((*ConnectionReuse)(nil), "v2ray.core.transport.internet.kcp.ConnectionReuse")
  350. proto.RegisterType((*Config)(nil), "v2ray.core.transport.internet.kcp.Config")
  351. }
  352. func init() {
  353. proto.RegisterFile("v2ray.com/core/transport/internet/kcp/config.proto", fileDescriptor_config_8c4538da0fc2252f)
  354. }
  355. var fileDescriptor_config_8c4538da0fc2252f = []byte{
  356. // 471 bytes of a gzipped FileDescriptorProto
  357. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0x5f, 0x6f, 0xd3, 0x3e,
  358. 0x14, 0x55, 0xd7, 0xae, 0xbf, 0xfe, 0x6e, 0xf7, 0xa7, 0x44, 0x08, 0x45, 0x20, 0xa1, 0xb5, 0x12,
  359. 0xd3, 0x78, 0xc0, 0x81, 0xee, 0x85, 0xe7, 0x95, 0x97, 0x32, 0x15, 0x81, 0x95, 0x82, 0xb4, 0x97,
  360. 0xe2, 0x3a, 0xb7, 0xc5, 0x6a, 0x63, 0x5b, 0x8e, 0xb3, 0xaa, 0x7c, 0x24, 0x3e, 0x0d, 0x1f, 0x09,
  361. 0xc5, 0x6e, 0xd6, 0xae, 0x68, 0x2c, 0x6f, 0x71, 0xee, 0x39, 0xc7, 0xd6, 0x39, 0xf7, 0x40, 0xff,
  362. 0xb6, 0x6f, 0xd8, 0x9a, 0x70, 0x95, 0x46, 0x5c, 0x19, 0x8c, 0xac, 0x61, 0x32, 0xd3, 0xca, 0xd8,
  363. 0x48, 0x48, 0x8b, 0x46, 0xa2, 0x8d, 0x16, 0x5c, 0x47, 0x5c, 0xc9, 0x99, 0x98, 0x13, 0x6d, 0x94,
  364. 0x55, 0x41, 0xb7, 0xe4, 0x18, 0x24, 0x77, 0x78, 0x52, 0xe2, 0xc9, 0x82, 0xeb, 0xe7, 0x6f, 0xf7,
  365. 0x64, 0xb9, 0x4a, 0x53, 0x25, 0xa3, 0x0c, 0x8d, 0x60, 0xcb, 0xc8, 0xae, 0x35, 0x26, 0x93, 0x14,
  366. 0xb3, 0x8c, 0xcd, 0xd1, 0x8b, 0xf6, 0x5e, 0x40, 0x7d, 0x14, 0x8f, 0x83, 0xa7, 0x70, 0x78, 0xcb,
  367. 0x96, 0x39, 0x86, 0xb5, 0xb3, 0xda, 0xc5, 0x31, 0xf5, 0x87, 0x62, 0x18, 0xc7, 0xc3, 0x07, 0x86,
  368. 0xe7, 0x70, 0x32, 0xd6, 0x4b, 0x21, 0x17, 0x03, 0xa6, 0x19, 0x17, 0x76, 0xfd, 0x00, 0xee, 0x02,
  369. 0x3a, 0x1f, 0xd4, 0x4a, 0x56, 0x40, 0x76, 0xa1, 0xfd, 0xcd, 0x08, 0x8b, 0x57, 0xf9, 0x6c, 0x86,
  370. 0x26, 0x08, 0xa0, 0x91, 0x89, 0x9f, 0x25, 0xc6, 0x7d, 0xf7, 0xce, 0x00, 0x28, 0xb2, 0xe4, 0x1f,
  371. 0x88, 0xd7, 0x70, 0x3a, 0x50, 0x52, 0x22, 0xb7, 0x42, 0x49, 0x8a, 0x79, 0x86, 0xc1, 0x33, 0x68,
  372. 0xa2, 0x64, 0xd3, 0xa5, 0x07, 0xb6, 0xe8, 0xe6, 0xd4, 0xfb, 0xdd, 0x80, 0xe6, 0xc0, 0x39, 0x1c,
  373. 0xbc, 0x87, 0x7a, 0x6a, 0x73, 0x37, 0x6f, 0xf7, 0xcf, 0xc9, 0xa3, 0x4e, 0x93, 0x51, 0x3c, 0xa6,
  374. 0x05, 0xa5, 0x60, 0x5a, 0x2b, 0xc2, 0x83, 0xca, 0xcc, 0x38, 0x1e, 0xd2, 0x82, 0x12, 0xdc, 0xc0,
  375. 0x69, 0xee, 0x0c, 0x9c, 0xf0, 0x8d, 0x2f, 0x61, 0xdd, 0xa9, 0xbc, 0xab, 0xa0, 0x72, 0xdf, 0x7a,
  376. 0x7a, 0x92, 0xdf, 0x8f, 0xe2, 0x3b, 0x3c, 0x49, 0x36, 0xa6, 0x6f, 0xd5, 0x1b, 0x4e, 0xfd, 0xb2,
  377. 0x82, 0xfa, 0x7e, 0x60, 0xb4, 0x93, 0xec, 0x47, 0xf8, 0x12, 0x80, 0x2b, 0x39, 0xc7, 0xac, 0xf0,
  378. 0x39, 0x3c, 0x74, 0xc6, 0xee, 0xfc, 0x09, 0xbe, 0xc0, 0xd1, 0xaa, 0x08, 0x73, 0x32, 0x75, 0x59,
  379. 0x85, 0x4d, 0x77, 0x39, 0xa9, 0x70, 0xf9, 0xce, 0x0e, 0xd0, 0xf6, 0x6a, 0x67, 0x21, 0x3e, 0x41,
  380. 0xdb, 0x20, 0x4b, 0x4a, 0xc5, 0xff, 0x9c, 0xe2, 0x9b, 0x0a, 0x8a, 0xdb, 0x95, 0xa1, 0x60, 0xb6,
  381. 0xeb, 0x73, 0x0d, 0xc7, 0x3f, 0x90, 0x25, 0x68, 0x26, 0xbe, 0x67, 0x61, 0xeb, 0xef, 0x10, 0x7d,
  382. 0x83, 0x88, 0x6f, 0x10, 0x89, 0x8b, 0x06, 0x8d, 0x7c, 0x81, 0xe8, 0x91, 0x27, 0xfb, 0x0d, 0xfa,
  383. 0xd8, 0x68, 0xfd, 0xdf, 0x81, 0x2b, 0x0a, 0xaf, 0xb8, 0x4a, 0x1f, 0x7f, 0xd2, 0xe7, 0xda, 0x4d,
  384. 0x7d, 0xc1, 0xf5, 0xaf, 0x83, 0xee, 0xd7, 0x3e, 0x65, 0x6b, 0x32, 0x28, 0xa0, 0xf1, 0x1d, 0x74,
  385. 0x58, 0x42, 0xaf, 0xb9, 0x9e, 0x36, 0x5d, 0x53, 0x2f, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x54,
  386. 0xdd, 0xba, 0xf9, 0x34, 0x04, 0x00, 0x00,
  387. }