diff --git a/process/connections.pb.go b/process/connections.pb.go index a3394b26..4d113585 100644 --- a/process/connections.pb.go +++ b/process/connections.pb.go @@ -875,6 +875,8 @@ type Connection struct { // remoteServiceTagsIdx is the index of the tags associated with the remote/destination service for same-host connections. // Meant to be used with CollectorConnections#encodedTags. RemoteServiceTagsIdx int32 `protobuf:"varint,64,opt,name=remoteServiceTagsIdx,proto3" json:"remoteServiceTagsIdx,omitempty"` + // Network Path metadata for this connection. + NetworkPath *NetworkPath `protobuf:"bytes,65,opt,name=networkPath,proto3" json:"networkPath,omitempty"` } func (m *Connection) Reset() { *m = Connection{} } @@ -1281,6 +1283,68 @@ func (m *Connection) GetRemoteServiceTagsIdx() int32 { return 0 } +func (m *Connection) GetNetworkPath() *NetworkPath { + if m != nil { + return m.NetworkPath + } + return nil +} + +type NetworkPath struct { + // Indicates whether this connection maps to a dynamic Network Path test that + // the Agent should maintain. + HasTest bool `protobuf:"varint,1,opt,name=hasTest,proto3" json:"hasTest,omitempty"` + // Stable derived identity for the scheduled Network Path test. + TestIdentity string `protobuf:"bytes,2,opt,name=testIdentity,proto3" json:"testIdentity,omitempty"` +} + +func (m *NetworkPath) Reset() { *m = NetworkPath{} } +func (m *NetworkPath) String() string { return proto.CompactTextString(m) } +func (*NetworkPath) ProtoMessage() {} +func (*NetworkPath) Descriptor() ([]byte, []int) { + return fileDescriptor_8f660660e88b5927, []int{3} +} +func (m *NetworkPath) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *NetworkPath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_NetworkPath.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *NetworkPath) XXX_Merge(src proto.Message) { + xxx_messageInfo_NetworkPath.Merge(m, src) +} +func (m *NetworkPath) XXX_Size() int { + return m.Size() +} +func (m *NetworkPath) XXX_DiscardUnknown() { + xxx_messageInfo_NetworkPath.DiscardUnknown(m) +} + +var xxx_messageInfo_NetworkPath proto.InternalMessageInfo + +func (m *NetworkPath) GetHasTest() bool { + if m != nil { + return m.HasTest + } + return false +} + +func (m *NetworkPath) GetTestIdentity() string { + if m != nil { + return m.TestIdentity + } + return "" +} + // ResourceMetadata only holds enough information to identify a resource in connection data type ResourceMetadata struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` @@ -1303,7 +1367,7 @@ func (m *ResourceMetadata) Reset() { *m = ResourceMetadata{} } func (m *ResourceMetadata) String() string { return proto.CompactTextString(m) } func (*ResourceMetadata) ProtoMessage() {} func (*ResourceMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{3} + return fileDescriptor_8f660660e88b5927, []int{4} } func (m *ResourceMetadata) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1385,7 +1449,7 @@ func (m *ConnectionsTelemetry) Reset() { *m = ConnectionsTelemetry{} } func (m *ConnectionsTelemetry) String() string { return proto.CompactTextString(m) } func (*ConnectionsTelemetry) ProtoMessage() {} func (*ConnectionsTelemetry) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{4} + return fileDescriptor_8f660660e88b5927, []int{5} } func (m *ConnectionsTelemetry) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1509,7 +1573,7 @@ func (m *CollectorConnectionsTelemetry) Reset() { *m = CollectorConnecti func (m *CollectorConnectionsTelemetry) String() string { return proto.CompactTextString(m) } func (*CollectorConnectionsTelemetry) ProtoMessage() {} func (*CollectorConnectionsTelemetry) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{5} + return fileDescriptor_8f660660e88b5927, []int{6} } func (m *CollectorConnectionsTelemetry) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1627,7 +1691,7 @@ func (m *RuntimeCompilationTelemetry) Reset() { *m = RuntimeCompilationT func (m *RuntimeCompilationTelemetry) String() string { return proto.CompactTextString(m) } func (*RuntimeCompilationTelemetry) ProtoMessage() {} func (*RuntimeCompilationTelemetry) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{6} + return fileDescriptor_8f660660e88b5927, []int{7} } func (m *RuntimeCompilationTelemetry) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1698,7 +1762,7 @@ func (m *AgentConfiguration) Reset() { *m = AgentConfiguration{} } func (m *AgentConfiguration) String() string { return proto.CompactTextString(m) } func (*AgentConfiguration) ProtoMessage() {} func (*AgentConfiguration) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{7} + return fileDescriptor_8f660660e88b5927, []int{8} } func (m *AgentConfiguration) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1788,7 +1852,7 @@ func (m *Route) Reset() { *m = Route{} } func (m *Route) String() string { return proto.CompactTextString(m) } func (*Route) ProtoMessage() {} func (*Route) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{8} + return fileDescriptor_8f660660e88b5927, []int{9} } func (m *Route) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1839,7 +1903,7 @@ func (m *Interface) Reset() { *m = Interface{} } func (m *Interface) String() string { return proto.CompactTextString(m) } func (*Interface) ProtoMessage() {} func (*Interface) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{9} + return fileDescriptor_8f660660e88b5927, []int{10} } func (m *Interface) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1883,7 +1947,7 @@ func (m *Subnet) Reset() { *m = Subnet{} } func (m *Subnet) String() string { return proto.CompactTextString(m) } func (*Subnet) ProtoMessage() {} func (*Subnet) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{10} + return fileDescriptor_8f660660e88b5927, []int{11} } func (m *Subnet) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1933,7 +1997,7 @@ func (m *RouteMetadata) Reset() { *m = RouteMetadata{} } func (m *RouteMetadata) String() string { return proto.CompactTextString(m) } func (*RouteMetadata) ProtoMessage() {} func (*RouteMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{11} + return fileDescriptor_8f660660e88b5927, []int{12} } func (m *RouteMetadata) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2001,7 +2065,7 @@ func (m *IPTranslation) Reset() { *m = IPTranslation{} } func (m *IPTranslation) String() string { return proto.CompactTextString(m) } func (*IPTranslation) ProtoMessage() {} func (*IPTranslation) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{12} + return fileDescriptor_8f660660e88b5927, []int{13} } func (m *IPTranslation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2078,7 +2142,7 @@ func (m *Addr) Reset() { *m = Addr{} } func (m *Addr) String() string { return proto.CompactTextString(m) } func (*Addr) ProtoMessage() {} func (*Addr) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{13} + return fileDescriptor_8f660660e88b5927, []int{14} } func (m *Addr) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2143,7 +2207,7 @@ func (m *ProtocolStack) Reset() { *m = ProtocolStack{} } func (m *ProtocolStack) String() string { return proto.CompactTextString(m) } func (*ProtocolStack) ProtoMessage() {} func (*ProtocolStack) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{14} + return fileDescriptor_8f660660e88b5927, []int{15} } func (m *ProtocolStack) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2187,7 +2251,7 @@ func (m *DNSEntry) Reset() { *m = DNSEntry{} } func (m *DNSEntry) String() string { return proto.CompactTextString(m) } func (*DNSEntry) ProtoMessage() {} func (*DNSEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{15} + return fileDescriptor_8f660660e88b5927, []int{16} } func (m *DNSEntry) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2234,7 +2298,7 @@ func (m *DNSStats) Reset() { *m = DNSStats{} } func (m *DNSStats) String() string { return proto.CompactTextString(m) } func (*DNSStats) ProtoMessage() {} func (*DNSStats) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{16} + return fileDescriptor_8f660660e88b5927, []int{17} } func (m *DNSStats) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2299,7 +2363,7 @@ func (m *DNSStatsByQueryType) Reset() { *m = DNSStatsByQueryType{} } func (m *DNSStatsByQueryType) String() string { return proto.CompactTextString(m) } func (*DNSStatsByQueryType) ProtoMessage() {} func (*DNSStatsByQueryType) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{17} + return fileDescriptor_8f660660e88b5927, []int{18} } func (m *DNSStatsByQueryType) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2346,7 +2410,7 @@ func (m *PublicIpMetadata) Reset() { *m = PublicIpMetadata{} } func (m *PublicIpMetadata) String() string { return proto.CompactTextString(m) } func (*PublicIpMetadata) ProtoMessage() {} func (*PublicIpMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_8f660660e88b5927, []int{18} + return fileDescriptor_8f660660e88b5927, []int{19} } func (m *PublicIpMetadata) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2430,6 +2494,7 @@ func init() { proto.RegisterMapType((map[int32]*DNSStats)(nil), "datadog.process_agent.Connection.DnsStatsByDomainEntry") proto.RegisterMapType((map[int32]*DNSStatsByQueryType)(nil), "datadog.process_agent.Connection.DnsStatsByDomainOffsetByQueryTypeEntry") proto.RegisterMapType((map[uint32]uint32)(nil), "datadog.process_agent.Connection.TcpFailuresByErrCodeEntry") + proto.RegisterType((*NetworkPath)(nil), "datadog.process_agent.NetworkPath") proto.RegisterType((*ResourceMetadata)(nil), "datadog.process_agent.ResourceMetadata") proto.RegisterType((*ConnectionsTelemetry)(nil), "datadog.process_agent.ConnectionsTelemetry") proto.RegisterType((*CollectorConnectionsTelemetry)(nil), "datadog.process_agent.CollectorConnectionsTelemetry") @@ -2453,235 +2518,238 @@ func init() { func init() { proto.RegisterFile("proto/process/connections.proto", fileDescriptor_8f660660e88b5927) } var fileDescriptor_8f660660e88b5927 = []byte{ - // 3635 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xcd, 0x73, 0xdc, 0x46, - 0x76, 0xd7, 0x7c, 0x90, 0x9c, 0x79, 0xe4, 0x90, 0x50, 0x8b, 0x92, 0x20, 0x4a, 0xa6, 0x46, 0x63, + // 3691 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5b, 0xcd, 0x73, 0xdc, 0x46, + 0x76, 0xd7, 0x7c, 0x90, 0x9c, 0x79, 0xc3, 0x21, 0xa1, 0x16, 0x25, 0x41, 0x94, 0x4c, 0x51, 0x63, 0xad, 0xcd, 0xa5, 0x6d, 0xca, 0xcb, 0x95, 0x65, 0xaf, 0xd7, 0xf6, 0x8a, 0xe4, 0x50, 0x4b, 0x52, 0x12, 0x35, 0xc6, 0x8c, 0xbd, 0x95, 0xad, 0xca, 0x07, 0x08, 0x34, 0x87, 0x58, 0x62, 0xd0, 0xa8, - 0xee, 0x06, 0xb5, 0xe3, 0x43, 0x2a, 0x95, 0x4a, 0x6e, 0xa9, 0x24, 0x95, 0x83, 0x53, 0xb9, 0xe5, - 0x9a, 0x7f, 0x20, 0x95, 0x73, 0x4e, 0x39, 0xee, 0x31, 0xc7, 0x94, 0xfd, 0x1f, 0xa4, 0x2a, 0x87, - 0xdc, 0x52, 0xfd, 0x1a, 0x98, 0x01, 0x66, 0x00, 0x7e, 0x38, 0xca, 0x56, 0x4e, 0x03, 0xfc, 0xde, - 0x57, 0xf7, 0xc3, 0xeb, 0x7e, 0xaf, 0x5f, 0x0f, 0xdc, 0x0f, 0x39, 0x93, 0xec, 0x51, 0xc8, 0x99, - 0x43, 0x85, 0x78, 0xe4, 0xb0, 0x20, 0xa0, 0x8e, 0xf4, 0x58, 0x20, 0x36, 0x90, 0x42, 0x6e, 0xba, - 0xb6, 0xb4, 0x5d, 0xd6, 0xdf, 0x88, 0x59, 0xfe, 0xd8, 0xee, 0xd3, 0x40, 0xae, 0xdc, 0xc9, 0xca, - 0x21, 0xa8, 0x25, 0x5a, 0x7f, 0x75, 0x0b, 0x96, 0x77, 0x98, 0xef, 0x53, 0x47, 0x32, 0xbe, 0x33, - 0x56, 0x48, 0x56, 0xa0, 0x76, 0xc2, 0x84, 0x3c, 0xb4, 0x07, 0xd4, 0x2c, 0x37, 0x4b, 0x6b, 0x75, - 0x6b, 0xf4, 0x4e, 0xee, 0x41, 0x3d, 0xa0, 0xf2, 0x35, 0xe3, 0xa7, 0xfb, 0xae, 0xb9, 0x80, 0xc4, - 0x31, 0x40, 0x76, 0x60, 0x3e, 0x35, 0x32, 0xb3, 0xd2, 0xac, 0xac, 0xcd, 0x6f, 0x3e, 0xd8, 0xc8, - 0x1d, 0xda, 0xc6, 0xd8, 0xa4, 0x95, 0x96, 0x22, 0x26, 0xcc, 0xf5, 0x39, 0x8b, 0xc2, 0x7d, 0xd7, - 0x9c, 0x69, 0x96, 0xd6, 0x66, 0xac, 0xe4, 0x55, 0x19, 0xc7, 0xc7, 0xae, 0xf7, 0x0d, 0x35, 0x67, - 0x91, 0x36, 0x06, 0x48, 0x08, 0xd7, 0x39, 0x15, 0xcc, 0x3f, 0xa3, 0xae, 0x45, 0x05, 0x8b, 0xb8, - 0x43, 0x85, 0x59, 0xc3, 0x21, 0x6c, 0x17, 0x0e, 0x61, 0x7a, 0xfa, 0x1b, 0xd6, 0xa4, 0x92, 0xdd, - 0x40, 0xf2, 0xa1, 0x35, 0xad, 0x9c, 0xfc, 0x06, 0x96, 0x1c, 0x16, 0x48, 0xdb, 0x0b, 0x28, 0x7f, - 0xc6, 0x78, 0xc7, 0x73, 0x4d, 0x40, 0x7b, 0x4f, 0xaf, 0x62, 0x6f, 0x27, 0xab, 0x42, 0x5b, 0x9b, - 0x54, 0x4c, 0x9a, 0x30, 0x4f, 0x03, 0x87, 0xb9, 0xd4, 0xed, 0xd9, 0x7d, 0x61, 0xce, 0x37, 0x4b, - 0x6b, 0x0b, 0x56, 0x1a, 0x22, 0x4f, 0xe0, 0x56, 0xfc, 0x9a, 0xd2, 0x8e, 0xcc, 0xef, 0x20, 0x73, - 0x01, 0x95, 0x7c, 0x0d, 0xd7, 0x47, 0xc6, 0xf6, 0x98, 0x90, 0xbd, 0x61, 0x48, 0xcd, 0xa5, 0x66, - 0x69, 0x6d, 0x71, 0x73, 0xad, 0xf8, 0xd3, 0x65, 0xf9, 0xad, 0x69, 0x15, 0xe4, 0xd7, 0xd0, 0x50, - 0x9f, 0xb5, 0x47, 0x7d, 0x3a, 0xa0, 0x92, 0x0f, 0x4d, 0xa3, 0x59, 0x5a, 0x9b, 0xdf, 0x7c, 0x7c, - 0x05, 0xdf, 0x8c, 0x64, 0xad, 0xac, 0x2a, 0x32, 0x00, 0x23, 0x03, 0xbc, 0xb4, 0x43, 0xf3, 0x5d, - 0x74, 0xfd, 0xd6, 0x15, 0x5d, 0x9f, 0xd1, 0xa1, 0x7d, 0x3f, 0xa5, 0x9a, 0xb4, 0x60, 0xc1, 0xe6, - 0xce, 0x89, 0x27, 0xa9, 0x23, 0x23, 0x4e, 0xcd, 0xeb, 0x18, 0xf8, 0x19, 0x8c, 0x3c, 0x84, 0xc6, - 0x29, 0xe5, 0x01, 0xf5, 0xbf, 0xa6, 0x5c, 0x78, 0x2c, 0x30, 0x09, 0x32, 0x65, 0x41, 0xb5, 0xb6, - 0x42, 0xdf, 0x96, 0xc7, 0x8c, 0x0f, 0xcc, 0x1b, 0x7a, 0x6d, 0x25, 0xef, 0x64, 0x0d, 0x96, 0x92, - 0xe7, 0x44, 0xc7, 0x32, 0xb2, 0x4c, 0xc2, 0xe4, 0xaf, 0x4b, 0x70, 0xd7, 0x61, 0x83, 0xd0, 0xf3, - 0x6d, 0x35, 0x91, 0xd1, 0x58, 0xb7, 0x87, 0x5b, 0x42, 0x50, 0x69, 0xde, 0x44, 0x57, 0xbc, 0xb8, - 0x9a, 0x2b, 0x0a, 0xd5, 0x69, 0xaf, 0x9c, 0x67, 0x90, 0x9c, 0xc0, 0x6d, 0x3d, 0xcf, 0x3d, 0x6a, - 0xbb, 0x94, 0x3f, 0xa3, 0xd2, 0x39, 0xb1, 0xa8, 0x88, 0x7c, 0x69, 0xfe, 0x18, 0x23, 0x69, 0xa3, - 0x60, 0x2c, 0xcf, 0xf3, 0xa5, 0xac, 0x22, 0x75, 0x64, 0x08, 0xcb, 0x3b, 0xaf, 0xac, 0xdd, 0xa9, - 0x29, 0xaf, 0xe3, 0x94, 0x77, 0xaf, 0x34, 0xe5, 0x1c, 0x3d, 0x7a, 0xae, 0xb9, 0x26, 0xc8, 0x06, - 0x90, 0x0e, 0xa7, 0x47, 0x91, 0xe7, 0xcb, 0xdd, 0xed, 0xce, 0x33, 0x04, 0x85, 0xf9, 0x7e, 0xb3, - 0xb2, 0x56, 0xb7, 0x72, 0x28, 0xe4, 0x31, 0xcc, 0x72, 0x16, 0x49, 0x2a, 0xcc, 0xfb, 0x38, 0xb8, - 0x7b, 0x05, 0x83, 0xb3, 0x14, 0x93, 0x15, 0xf3, 0x92, 0x03, 0x68, 0xe0, 0xd3, 0x4b, 0x2a, 0x6d, - 0xc5, 0x6f, 0xb6, 0x50, 0xf8, 0xe1, 0x79, 0xc2, 0x09, 0xaf, 0x95, 0x15, 0x25, 0x7f, 0x00, 0x04, - 0xb9, 0x76, 0x58, 0x70, 0xec, 0xf5, 0x23, 0x8e, 0x1f, 0xcf, 0x7c, 0x1b, 0xd7, 0xe1, 0x8f, 0x0b, - 0x14, 0x6e, 0x4d, 0x09, 0x58, 0x39, 0x4a, 0xc8, 0x2a, 0x40, 0xbc, 0x9f, 0xb4, 0x0f, 0xbb, 0xe6, - 0x22, 0xee, 0x30, 0x29, 0x44, 0xed, 0xe2, 0x2e, 0x1b, 0xd8, 0x5e, 0x20, 0xcc, 0x55, 0xf4, 0x50, - 0xf2, 0x4a, 0x1e, 0xc3, 0xcd, 0x84, 0x0f, 0x91, 0xb6, 0x2d, 0xed, 0x23, 0x5b, 0x50, 0xf3, 0x21, - 0x2a, 0xc9, 0x27, 0x92, 0xf7, 0xe1, 0x7a, 0x42, 0x08, 0xc4, 0x0b, 0xc6, 0x4e, 0xa3, 0x50, 0x98, - 0x3f, 0x42, 0x89, 0x69, 0x02, 0x39, 0x83, 0x1b, 0xc9, 0x76, 0xad, 0xf6, 0x23, 0xb1, 0x3d, 0xc4, - 0x6c, 0xb6, 0x86, 0xae, 0x6c, 0xff, 0x90, 0x6c, 0x90, 0x52, 0xa3, 0x63, 0x24, 0xcf, 0x80, 0x9a, - 0x35, 0x75, 0x44, 0xcf, 0x16, 0xa7, 0xe6, 0x07, 0xb8, 0x74, 0x93, 0xd7, 0x74, 0x76, 0xea, 0x44, - 0x47, 0xbe, 0xe7, 0xec, 0x87, 0xc2, 0xdc, 0xf8, 0xe1, 0xd9, 0x69, 0xa4, 0x64, 0x22, 0x3b, 0x8d, - 0x70, 0xb5, 0x21, 0xa9, 0xb4, 0xad, 0xf6, 0xf8, 0xfd, 0xc0, 0xa5, 0xbf, 0x35, 0x1f, 0x61, 0xc6, - 0xcc, 0x82, 0x2a, 0xaf, 0x68, 0x51, 0xf5, 0x79, 0x85, 0xf9, 0x21, 0x7e, 0xab, 0x34, 0xb4, 0x32, - 0x80, 0x5b, 0xf9, 0x29, 0x91, 0x18, 0x50, 0x39, 0xa5, 0x43, 0xb3, 0x84, 0x33, 0x55, 0x8f, 0xe4, - 0x73, 0x98, 0x39, 0xb3, 0xfd, 0x48, 0xd7, 0x0d, 0xf3, 0x9b, 0xef, 0x16, 0x05, 0x6d, 0xac, 0x67, - 0x14, 0xb7, 0x5a, 0xea, 0xd3, 0xf2, 0x27, 0xa5, 0x95, 0x6d, 0x55, 0x95, 0x4c, 0x67, 0xc4, 0xb4, - 0xb1, 0x19, 0x6d, 0x6c, 0x39, 0x6d, 0xac, 0x9e, 0xd6, 0xb1, 0x03, 0x37, 0x73, 0xb7, 0xf6, 0x9c, - 0x11, 0x67, 0x94, 0x54, 0xd2, 0x4a, 0xfe, 0xbc, 0x04, 0xcd, 0x8b, 0x76, 0xc5, 0x1c, 0x85, 0x7b, - 0x59, 0x17, 0x6c, 0x16, 0xb9, 0x20, 0x0a, 0xa4, 0x37, 0xa0, 0x79, 0x06, 0xd2, 0x83, 0xf8, 0x0d, - 0xdc, 0x29, 0xdc, 0xa6, 0x72, 0x8c, 0x7f, 0x9c, 0x36, 0xbe, 0x58, 0x5c, 0x7a, 0xbd, 0xb2, 0x76, - 0xe3, 0x8d, 0x36, 0x65, 0xcb, 0x01, 0xb3, 0x28, 0xda, 0x73, 0x4c, 0xfd, 0x24, 0x3b, 0xcf, 0xbb, - 0x05, 0xa6, 0x94, 0xa6, 0xb4, 0x91, 0x54, 0x34, 0x65, 0x43, 0xf8, 0x87, 0x47, 0x53, 0xa2, 0x27, - 0x27, 0x9a, 0x0e, 0xaa, 0xb5, 0x92, 0x51, 0x3e, 0xa8, 0xd6, 0xaa, 0xc6, 0xcc, 0x41, 0xb5, 0x36, - 0x67, 0xd4, 0x0e, 0xaa, 0xb5, 0xba, 0x01, 0x07, 0xd5, 0x5a, 0xc3, 0x58, 0x3c, 0xa8, 0xd6, 0x9a, - 0xc6, 0x83, 0x83, 0x6a, 0xed, 0x81, 0xd1, 0x6a, 0xfd, 0x2b, 0xc0, 0x7c, 0xba, 0x0a, 0xfe, 0x18, - 0x66, 0x54, 0x1d, 0x20, 0xcc, 0xd2, 0x65, 0xab, 0x58, 0xcd, 0x4f, 0x3e, 0x87, 0x8a, 0x1b, 0x08, - 0xb3, 0x8c, 0x62, 0xef, 0x5d, 0x28, 0x26, 0x36, 0xda, 0x41, 0xbc, 0x88, 0x95, 0x1c, 0xf9, 0x72, - 0xb2, 0x6c, 0xaa, 0xe0, 0xe4, 0x2f, 0xa1, 0xa8, 0xb0, 0x5a, 0x4a, 0xed, 0xc5, 0xd5, 0xc9, 0xbd, - 0x38, 0x49, 0x51, 0x33, 0x57, 0x48, 0x51, 0x7f, 0x79, 0x41, 0xf9, 0x31, 0x8b, 0xba, 0x76, 0x2e, - 0x31, 0xf5, 0xff, 0x5d, 0xd5, 0x91, 0x9f, 0xde, 0xe6, 0xde, 0x44, 0x7a, 0x23, 0x50, 0x95, 0xaa, - 0x74, 0xae, 0xa1, 0xbf, 0xf0, 0x99, 0xb8, 0x39, 0x45, 0x67, 0x1d, 0xa7, 0xfa, 0xc9, 0xa5, 0xa6, - 0x7a, 0xb9, 0x5a, 0xf3, 0x9c, 0x52, 0x0a, 0xde, 0x6c, 0x29, 0x15, 0x16, 0x94, 0x52, 0xf3, 0x38, - 0xa7, 0xcf, 0x2e, 0x33, 0xa7, 0x37, 0x52, 0x41, 0x2d, 0x14, 0x56, 0x50, 0x13, 0xc9, 0xa9, 0x31, - 0x9d, 0x9c, 0x7e, 0x05, 0xb5, 0x64, 0xf9, 0xe4, 0x6c, 0x20, 0x1f, 0x65, 0x37, 0x90, 0xfb, 0x05, - 0x53, 0x6a, 0x1f, 0x76, 0xf5, 0xa8, 0xff, 0xbf, 0xed, 0xfe, 0x6f, 0x24, 0x8f, 0xfd, 0x1e, 0x53, - 0x48, 0xeb, 0xef, 0x57, 0x00, 0xc6, 0x01, 0xa2, 0xb4, 0x87, 0x9e, 0x9b, 0xe4, 0xec, 0xd0, 0x73, - 0x55, 0xd6, 0xf0, 0x6d, 0xd7, 0xe5, 0x78, 0xb4, 0x2f, 0xce, 0x1a, 0x5b, 0xae, 0xcb, 0x2d, 0xcd, - 0xa9, 0x44, 0x38, 0x8a, 0xcc, 0x5e, 0x42, 0x04, 0x39, 0xc9, 0x2f, 0x60, 0xf6, 0xd8, 0x1e, 0x78, - 0xfe, 0x30, 0x5e, 0x32, 0xef, 0x5e, 0x18, 0xcb, 0xcf, 0x90, 0xdd, 0x8a, 0xc5, 0xc8, 0xcf, 0xa0, - 0x2a, 0xd5, 0x31, 0x78, 0x1e, 0xc5, 0x7f, 0x74, 0xa1, 0x38, 0x9e, 0x81, 0x51, 0x84, 0xfc, 0x21, - 0x2c, 0x7b, 0xe2, 0x05, 0x73, 0x6c, 0xbf, 0xc3, 0xb8, 0xdc, 0x0d, 0x4f, 0xe8, 0x80, 0x72, 0xdb, - 0x8f, 0xcf, 0x41, 0x45, 0xdb, 0xd2, 0x88, 0x4f, 0x09, 0x75, 0xa5, 0x2d, 0xa9, 0x95, 0xab, 0x46, - 0x55, 0x75, 0xbe, 0x2d, 0xe4, 0xf6, 0x50, 0x52, 0xd1, 0xa5, 0x81, 0xc4, 0x53, 0x75, 0xd5, 0xca, - 0x82, 0xaa, 0x5a, 0x1e, 0x01, 0x16, 0x75, 0xa8, 0x77, 0x46, 0x5d, 0x3c, 0xb5, 0x56, 0xad, 0x69, - 0x82, 0x3a, 0x78, 0x2a, 0xd0, 0xa2, 0x92, 0xdb, 0x81, 0x18, 0x78, 0x52, 0xe0, 0xe1, 0xb5, 0x61, - 0x4d, 0xc2, 0x64, 0x0f, 0xea, 0xae, 0xc7, 0xf5, 0x9c, 0xf1, 0xfc, 0xba, 0xb8, 0xb9, 0x7e, 0xa1, - 0x73, 0xda, 0x89, 0x84, 0x35, 0x16, 0x4e, 0x6c, 0x76, 0x6c, 0xe7, 0x94, 0x4a, 0x3d, 0x93, 0x77, - 0x70, 0x7c, 0x93, 0x30, 0xf9, 0x10, 0x6e, 0xa4, 0xa0, 0xd1, 0x6c, 0xde, 0x45, 0xee, 0x3c, 0x12, - 0x79, 0x0a, 0x35, 0x6c, 0x71, 0x39, 0xcc, 0x37, 0x3f, 0xc4, 0xa0, 0x29, 0x3a, 0x3d, 0x75, 0x62, - 0xb6, 0xae, 0xb4, 0x9d, 0x53, 0x6b, 0x24, 0xa5, 0x56, 0x53, 0x40, 0xe5, 0x61, 0x17, 0x0f, 0xe0, - 0x0d, 0x4b, 0xbf, 0xa8, 0x31, 0x73, 0x3a, 0x60, 0x92, 0x1e, 0x8e, 0x5a, 0x60, 0x4d, 0x7d, 0x40, - 0x9f, 0x80, 0xd5, 0x21, 0xce, 0x0b, 0x7b, 0xca, 0x6d, 0x7a, 0x75, 0x9b, 0x37, 0xcf, 0x1d, 0xc6, - 0x7e, 0x27, 0xc5, 0x6b, 0x65, 0x45, 0xd5, 0x22, 0xe2, 0x52, 0x9a, 0xb7, 0x70, 0x24, 0xea, 0x91, - 0xdc, 0x82, 0x59, 0x2e, 0xe5, 0xd7, 0x36, 0x37, 0x6f, 0x23, 0x18, 0xbf, 0x91, 0x7b, 0x50, 0xf7, - 0x02, 0xc9, 0x6d, 0x55, 0x73, 0x99, 0x66, 0xb3, 0xb4, 0x56, 0xb3, 0xc6, 0x00, 0x79, 0x02, 0xb7, - 0xdc, 0x40, 0x74, 0x23, 0x47, 0x19, 0x3e, 0x8e, 0x7c, 0x8b, 0x8a, 0x90, 0x05, 0x82, 0x0a, 0xf3, - 0x0e, 0x6a, 0x29, 0xa0, 0xaa, 0x4d, 0xdb, 0x0d, 0xc4, 0x33, 0xdb, 0xf3, 0xf1, 0x00, 0x10, 0xcb, - 0xac, 0xa0, 0x4c, 0x0e, 0x45, 0x6d, 0xda, 0x6e, 0x20, 0x7a, 0xde, 0x80, 0xb2, 0x48, 0x0a, 0xf3, - 0x2e, 0x32, 0xa6, 0x21, 0xb2, 0x09, 0xcb, 0x63, 0x5b, 0x2f, 0x6c, 0x49, 0x03, 0x67, 0xd8, 0x8d, - 0x06, 0xe6, 0x3d, 0xfc, 0xa4, 0xb9, 0xb4, 0x58, 0x46, 0xd9, 0x8a, 0x38, 0x4d, 0xc9, 0xbc, 0x35, - 0x92, 0x99, 0xa2, 0x91, 0x3f, 0x81, 0x25, 0x37, 0x10, 0x3b, 0x2c, 0x0a, 0xe4, 0xf6, 0xd0, 0x52, - 0x67, 0x44, 0xf3, 0x01, 0xe6, 0xb6, 0x27, 0x17, 0xc6, 0xac, 0x2a, 0xca, 0xd2, 0x82, 0x71, 0x57, - 0x6e, 0x42, 0x9d, 0xf2, 0x8d, 0x0a, 0xc0, 0x9e, 0x13, 0xee, 0x0a, 0x69, 0x1f, 0xf9, 0x9e, 0x38, - 0xa1, 0xae, 0xb9, 0xaa, 0x7d, 0x33, 0x4d, 0x49, 0x56, 0x6f, 0xcf, 0x09, 0x77, 0x7c, 0x26, 0xa8, - 0x6b, 0xde, 0x47, 0xd6, 0x2c, 0x48, 0x1c, 0x30, 0x94, 0x0f, 0xa4, 0xad, 0x6a, 0x70, 0x7d, 0x0e, - 0x8e, 0xbb, 0x00, 0x1f, 0x5f, 0x6a, 0xe0, 0x19, 0xc9, 0xb8, 0xce, 0x98, 0x54, 0x48, 0xfe, 0xa2, - 0x04, 0x77, 0x27, 0xc1, 0xed, 0xe1, 0x97, 0x11, 0xe5, 0x43, 0xec, 0x00, 0xae, 0x5f, 0x70, 0x36, - 0x2d, 0x34, 0x98, 0x52, 0x12, 0xd7, 0x70, 0xe7, 0x98, 0x21, 0xdf, 0x96, 0xe0, 0xc1, 0x24, 0xfd, - 0xd5, 0xf1, 0xb1, 0xa0, 0x32, 0x3d, 0x98, 0xf7, 0x70, 0x30, 0x7b, 0x57, 0x1f, 0xcc, 0x94, 0x2a, - 0x3d, 0xa4, 0x8b, 0x4d, 0x92, 0x15, 0xa8, 0x61, 0xb9, 0xbb, 0xef, 0xfe, 0x16, 0x3b, 0x13, 0x33, - 0xd6, 0xe8, 0x9d, 0xbc, 0x03, 0x8b, 0xf8, 0xdc, 0xb3, 0x79, 0x9f, 0x4a, 0xc5, 0xb1, 0x86, 0x1c, - 0x13, 0x28, 0x59, 0x07, 0xe3, 0x44, 0xca, 0x70, 0xab, 0xdf, 0xe7, 0xb4, 0x6f, 0xeb, 0xa6, 0xb8, - 0xee, 0x59, 0x4c, 0xe1, 0xe4, 0x56, 0x5c, 0x71, 0xbe, 0xdf, 0xac, 0xac, 0x35, 0xb6, 0xcb, 0xc6, - 0xb5, 0xb8, 0xea, 0x34, 0x61, 0x4e, 0xfd, 0x2a, 0x23, 0x1f, 0xe8, 0x76, 0x78, 0xfc, 0x4a, 0x5a, - 0xb0, 0xa0, 0x1e, 0x77, 0x4e, 0xa8, 0x73, 0x2a, 0xa2, 0x01, 0x9e, 0xef, 0x1b, 0x56, 0x06, 0x23, - 0xab, 0x00, 0x42, 0x65, 0x13, 0xdd, 0x01, 0xd8, 0x40, 0x8e, 0x14, 0x42, 0x3e, 0x81, 0xdb, 0xca, - 0xa7, 0x5d, 0xc9, 0xa9, 0x3d, 0x10, 0x99, 0x81, 0xfe, 0x04, 0x07, 0x5a, 0x44, 0x56, 0x29, 0x46, - 0xcd, 0x61, 0x33, 0x23, 0xb3, 0xa9, 0x1b, 0x32, 0x53, 0x04, 0x5c, 0xbe, 0x71, 0x2b, 0x27, 0x23, - 0xf0, 0x53, 0x14, 0xc8, 0xa5, 0x11, 0x06, 0xcb, 0xd2, 0x09, 0xe3, 0x65, 0x2d, 0xb6, 0x87, 0xbb, - 0x9c, 0xef, 0xa8, 0x35, 0xfc, 0x18, 0x83, 0xe1, 0xe7, 0x17, 0x07, 0x43, 0x2f, 0x47, 0x3a, 0x2e, - 0x4f, 0xf3, 0x14, 0xab, 0xd5, 0xa9, 0x37, 0xf2, 0xdd, 0xb8, 0x87, 0xf3, 0x91, 0x6e, 0xe1, 0x66, - 0x40, 0xe5, 0x32, 0x5f, 0xe5, 0xe5, 0x51, 0x97, 0x62, 0xdc, 0x61, 0x79, 0x82, 0x1f, 0xa8, 0x88, - 0xac, 0xf2, 0x87, 0x18, 0x0a, 0x49, 0x07, 0x1d, 0xce, 0x8e, 0xa8, 0x1a, 0xa8, 0xf9, 0x31, 0xee, - 0xd2, 0x93, 0xb0, 0x1e, 0x49, 0x52, 0xe5, 0xaa, 0x4f, 0xff, 0x89, 0xee, 0xdd, 0x64, 0xc0, 0x24, - 0x87, 0xf6, 0x9c, 0xd0, 0x92, 0x0c, 0xf7, 0x25, 0xf3, 0x67, 0xe3, 0xbc, 0x9d, 0x82, 0x95, 0xfb, - 0x13, 0x88, 0x3a, 0xec, 0x8c, 0xf2, 0xa1, 0x66, 0xff, 0x14, 0xd9, 0x73, 0x69, 0x2a, 0x78, 0x47, - 0x38, 0xe3, 0x6e, 0x97, 0xd2, 0xc0, 0xfc, 0x39, 0xf2, 0x4f, 0xe1, 0x49, 0xbd, 0xa1, 0x30, 0xe7, - 0xec, 0x15, 0x63, 0x2a, 0x23, 0x9b, 0x9f, 0x21, 0xf3, 0x34, 0x21, 0xb5, 0x6b, 0xb6, 0xa9, 0xef, - 0x9d, 0x51, 0x4e, 0xdd, 0x1d, 0x6a, 0x7e, 0x9e, 0xd9, 0x35, 0x53, 0x94, 0x14, 0x3f, 0x7a, 0xe8, - 0x43, 0x3d, 0xf6, 0x2f, 0x32, 0xfc, 0x29, 0x8a, 0x1a, 0xb9, 0x74, 0xc2, 0x5d, 0x27, 0x38, 0xa4, - 0x7d, 0x26, 0x3d, 0x5b, 0x52, 0xd7, 0xfc, 0x05, 0x3a, 0x7a, 0x0a, 0x57, 0x9e, 0xd1, 0x9f, 0xb7, - 0x4b, 0xf9, 0x99, 0xe7, 0xd0, 0x5e, 0xbc, 0xd6, 0x9e, 0xa2, 0xc3, 0x73, 0x69, 0x2b, 0xdb, 0xb0, - 0x9c, 0x97, 0x1e, 0xd2, 0xc5, 0x74, 0x23, 0xa7, 0x2a, 0x6f, 0xa4, 0xab, 0x72, 0x17, 0x6e, 0xe6, - 0xee, 0xd4, 0x39, 0x7d, 0xae, 0xcb, 0x9f, 0x62, 0x50, 0x5d, 0xda, 0xca, 0x37, 0xd0, 0xbc, 0x68, - 0x7b, 0xce, 0x31, 0xf8, 0x34, 0x6b, 0x70, 0xfd, 0x02, 0x83, 0x29, 0x8d, 0x69, 0xdb, 0x7f, 0x56, - 0x82, 0x77, 0x2e, 0xb7, 0x1d, 0xff, 0x9f, 0x0d, 0xe1, 0x97, 0x70, 0xa7, 0x70, 0x0f, 0xb8, 0xca, - 0xd7, 0x3a, 0xa8, 0xd6, 0xca, 0x46, 0xe5, 0xa0, 0x5a, 0xab, 0x18, 0xd5, 0x89, 0x66, 0x52, 0xcd, - 0xa8, 0x8f, 0x5a, 0x4a, 0x0b, 0x46, 0x63, 0xd4, 0x58, 0x5a, 0x34, 0x96, 0x0e, 0xaa, 0xb5, 0x25, - 0xc3, 0x38, 0xa8, 0xd6, 0xde, 0x36, 0x1e, 0xb6, 0xbe, 0x2d, 0x81, 0x31, 0xd9, 0xf6, 0x24, 0x8b, - 0x50, 0x8e, 0x8f, 0x47, 0x75, 0xab, 0xec, 0xb9, 0x6a, 0xaf, 0x3f, 0x1a, 0x4a, 0xfa, 0x9c, 0xea, - 0xae, 0xcf, 0x82, 0x95, 0xbc, 0x8e, 0xfa, 0x11, 0xd5, 0x54, 0x3f, 0x62, 0x05, 0x6a, 0xd2, 0xee, - 0xeb, 0x9d, 0x47, 0xdf, 0x94, 0x8e, 0xde, 0x93, 0xdc, 0xf0, 0x92, 0xb9, 0xde, 0xb1, 0x47, 0x5d, - 0x3c, 0x3b, 0x55, 0xac, 0x0c, 0xa6, 0x27, 0xd5, 0xfa, 0xc7, 0x19, 0x6c, 0xb8, 0x4e, 0x35, 0x91, - 0xc8, 0x67, 0x70, 0x67, 0xc0, 0x02, 0x26, 0x59, 0xe0, 0x39, 0xcf, 0x43, 0xb5, 0xbc, 0x44, 0x8f, - 0x7b, 0xfd, 0xbe, 0x5a, 0x94, 0x38, 0xe6, 0x8a, 0x55, 0xcc, 0xa0, 0xaa, 0xcd, 0x49, 0xe2, 0x4b, - 0x4f, 0xa8, 0x92, 0x47, 0x1f, 0x50, 0x0b, 0xa8, 0xe4, 0x29, 0xdc, 0x1d, 0x51, 0xd4, 0xb0, 0x24, - 0x57, 0x95, 0x39, 0xed, 0x7b, 0x42, 0x52, 0x2e, 0xd0, 0x2d, 0x15, 0xeb, 0x3c, 0x16, 0x72, 0x08, - 0xad, 0x73, 0xc8, 0x6d, 0xce, 0xc2, 0x90, 0xba, 0x66, 0x15, 0x15, 0x5d, 0x82, 0x93, 0x6c, 0xc3, - 0xbd, 0x11, 0x57, 0x3b, 0x10, 0xf1, 0x61, 0xa3, 0xa3, 0xe3, 0x90, 0xea, 0x4b, 0xea, 0x8a, 0x75, - 0x2e, 0x8f, 0xda, 0x65, 0x32, 0x96, 0x44, 0x5c, 0xfe, 0xe9, 0xcf, 0x92, 0x4b, 0x53, 0xbb, 0x3b, - 0x36, 0x14, 0xb7, 0xc3, 0xe3, 0x97, 0xb6, 0xbe, 0xf3, 0x9e, 0x43, 0xf6, 0x49, 0x98, 0x7c, 0x01, - 0x2b, 0x23, 0x0d, 0x5f, 0xb9, 0x61, 0x97, 0x06, 0x6e, 0x6a, 0x7c, 0x35, 0x14, 0x3a, 0x87, 0x43, - 0x65, 0xb4, 0x29, 0x6a, 0xfc, 0xb1, 0xea, 0x28, 0x5c, 0x44, 0x26, 0x9f, 0x82, 0xe9, 0x24, 0x8e, - 0xeb, 0xda, 0x83, 0xd0, 0xf7, 0x82, 0x7e, 0x87, 0x72, 0x47, 0x1d, 0xe7, 0x00, 0x45, 0x0b, 0xe9, - 0x6a, 0x7e, 0x49, 0x15, 0x96, 0x7c, 0x94, 0x79, 0x3d, 0xbf, 0x09, 0xb8, 0xf5, 0x0f, 0x55, 0x78, - 0xeb, 0xdc, 0xeb, 0x61, 0xb5, 0xe3, 0x9f, 0xe6, 0x87, 0xe8, 0x14, 0x8e, 0x17, 0xb5, 0x39, 0x01, - 0x99, 0x05, 0x55, 0xce, 0x71, 0x8a, 0xc2, 0x2f, 0x87, 0xa2, 0x56, 0x8b, 0x73, 0x41, 0xb0, 0x15, - 0x33, 0xa8, 0x33, 0xae, 0x5b, 0x18, 0x5a, 0x79, 0x24, 0x75, 0xca, 0x72, 0xa6, 0x02, 0x29, 0x0d, - 0x5d, 0x21, 0x7e, 0xde, 0x87, 0xeb, 0x51, 0x41, 0xd8, 0x4c, 0x13, 0x54, 0xf1, 0x1b, 0xe5, 0x05, - 0xc9, 0x04, 0xfa, 0x7b, 0x8a, 0x8d, 0xff, 0x2c, 0xc3, 0xdd, 0x73, 0xba, 0x69, 0xea, 0xbb, 0xf0, - 0x29, 0xf2, 0x6e, 0x60, 0x1f, 0xf9, 0x71, 0x88, 0xd4, 0xac, 0x62, 0x06, 0x72, 0x0a, 0xe6, 0x34, - 0x31, 0xee, 0xc6, 0xea, 0xfe, 0xd8, 0xa3, 0x4b, 0x77, 0xf8, 0xe2, 0x6e, 0x59, 0xa1, 0x42, 0xb5, - 0x8c, 0xa7, 0x69, 0xed, 0xa4, 0xad, 0xad, 0x43, 0xef, 0x1c, 0x8e, 0xf3, 0x3a, 0xc7, 0xd5, 0x37, - 0xda, 0x39, 0x6e, 0x7d, 0x5b, 0x06, 0xb2, 0x95, 0x7b, 0x27, 0x1c, 0x84, 0x83, 0xac, 0x73, 0x53, - 0x88, 0xa2, 0x47, 0x62, 0x44, 0x2f, 0x6b, 0xfa, 0x18, 0x51, 0x74, 0x77, 0x4c, 0xaf, 0x68, 0xba, - 0x9b, 0xa1, 0x3b, 0xce, 0x88, 0x5e, 0xd5, 0xf4, 0x31, 0x82, 0xf4, 0xb1, 0xfc, 0x4c, 0x4c, 0x1f, - 0xcb, 0x37, 0x61, 0x9e, 0x46, 0xee, 0x88, 0x61, 0x16, 0x19, 0xd2, 0x90, 0xfa, 0x04, 0xae, 0x27, - 0x74, 0x15, 0x1c, 0x17, 0x7d, 0xd8, 0x73, 0xd5, 0x02, 0x73, 0x28, 0x70, 0x0e, 0x47, 0xeb, 0x4f, - 0x61, 0x06, 0xaf, 0x4a, 0xc8, 0x47, 0x30, 0x2b, 0xa2, 0xa3, 0x80, 0x4a, 0x74, 0xc3, 0xfc, 0xe6, - 0x5b, 0x05, 0xae, 0xef, 0x22, 0x93, 0x15, 0x33, 0x93, 0x2f, 0xb0, 0x83, 0x43, 0xf9, 0xb1, 0xed, - 0x24, 0xa5, 0x4f, 0xb3, 0xa8, 0x67, 0x94, 0xf0, 0x59, 0x63, 0x91, 0xd6, 0x23, 0xa8, 0x8f, 0x70, - 0x55, 0x03, 0xec, 0xd9, 0xdc, 0x7d, 0x6d, 0x73, 0xba, 0xe5, 0xba, 0x3c, 0xae, 0x33, 0x32, 0x58, - 0x6b, 0x15, 0x66, 0xf5, 0x10, 0x54, 0xf1, 0x63, 0xfb, 0x9e, 0x2d, 0x62, 0x36, 0xfd, 0xd2, 0x1a, - 0x42, 0x23, 0xf3, 0x0f, 0x83, 0x7c, 0xb6, 0x4c, 0x29, 0x52, 0xbe, 0xa0, 0x14, 0xa9, 0x4c, 0x97, - 0x22, 0x79, 0xe5, 0x4d, 0xeb, 0x6f, 0x4a, 0xd0, 0xc8, 0x34, 0xc6, 0xc8, 0x3d, 0xa8, 0x73, 0x1a, - 0xfa, 0x5d, 0xee, 0xec, 0x77, 0x62, 0xfb, 0x63, 0x20, 0xa1, 0xb6, 0x85, 0xdc, 0xef, 0xc4, 0x57, - 0xc2, 0x63, 0x40, 0x5f, 0x25, 0x20, 0x6b, 0x87, 0x71, 0x89, 0x83, 0x98, 0xb1, 0xd2, 0x50, 0xc2, - 0xd1, 0x16, 0x12, 0x39, 0xaa, 0x63, 0x8e, 0x18, 0x6a, 0x7d, 0x03, 0x55, 0xe5, 0x34, 0x2c, 0xdb, - 0xc2, 0xd8, 0x44, 0xd9, 0x0b, 0xd5, 0xe8, 0xc3, 0xb1, 0x52, 0x7c, 0x8e, 0xf7, 0x67, 0x7d, 0x02, - 0x8c, 0xff, 0xc9, 0x56, 0xb7, 0xd2, 0x50, 0xe6, 0x6f, 0x76, 0x73, 0xd9, 0xbf, 0xd9, 0x4d, 0x5c, - 0x5b, 0xce, 0x1a, 0x73, 0xad, 0x43, 0x68, 0x64, 0x9a, 0x95, 0xe4, 0x73, 0x98, 0x11, 0xea, 0x01, - 0xef, 0x27, 0x17, 0x37, 0xdf, 0xbe, 0xa0, 0xc3, 0xa9, 0x4a, 0x63, 0xec, 0x2a, 0x68, 0xa9, 0x56, - 0x13, 0x6a, 0xc9, 0xb5, 0x07, 0x76, 0x3b, 0xed, 0x01, 0xd5, 0x57, 0x9d, 0x75, 0x4b, 0xbf, 0xb4, - 0xfe, 0xa5, 0x8c, 0x2c, 0xb8, 0xdb, 0x4e, 0x36, 0xf5, 0x4a, 0x97, 0x6f, 0xea, 0x95, 0x7f, 0x40, - 0x53, 0xaf, 0x72, 0x4e, 0x53, 0xef, 0x8f, 0xa6, 0x9b, 0x7a, 0x55, 0x6c, 0x08, 0x3c, 0xbe, 0xe0, - 0x8c, 0x70, 0xb9, 0x96, 0xde, 0x9b, 0x38, 0xdc, 0xb5, 0xfe, 0xab, 0x04, 0x37, 0x72, 0x8e, 0x26, - 0x24, 0xc2, 0x34, 0x3f, 0x09, 0xc7, 0x37, 0xcc, 0x3b, 0x97, 0x3f, 0xe3, 0xa4, 0xda, 0x5c, 0x13, - 0x8d, 0xad, 0x3c, 0xfd, 0x2b, 0x7d, 0x30, 0x8b, 0x04, 0xde, 0xe8, 0x71, 0xb3, 0x25, 0xc1, 0x98, - 0xbc, 0x8c, 0x8f, 0x17, 0x4b, 0x69, 0xb4, 0x58, 0x1e, 0x42, 0xc3, 0xf1, 0x59, 0xe4, 0x76, 0x38, - 0x3b, 0xf3, 0x5c, 0xca, 0xe3, 0x75, 0x94, 0x05, 0xb1, 0xc5, 0x4d, 0xfb, 0x49, 0xde, 0xab, 0x5b, - 0xf1, 0x5b, 0xde, 0x46, 0xb1, 0xfe, 0x77, 0x65, 0x30, 0x8b, 0xd2, 0x2d, 0x31, 0x60, 0xe1, 0x90, - 0xc9, 0x2d, 0x29, 0xe9, 0x20, 0x94, 0xd4, 0x35, 0xae, 0x91, 0x5b, 0x40, 0x52, 0x6c, 0x71, 0x50, - 0x1a, 0x25, 0xb2, 0x0c, 0xc6, 0xf3, 0xf4, 0x7f, 0xf5, 0x76, 0x39, 0x37, 0xca, 0xe4, 0x26, 0x5c, - 0xff, 0x9a, 0x72, 0xef, 0xd8, 0x73, 0x74, 0x61, 0xc0, 0x39, 0xe3, 0x46, 0x45, 0xa9, 0x7d, 0x15, - 0xc9, 0x30, 0x92, 0x6d, 0x8f, 0x2b, 0xc6, 0x2a, 0xb9, 0x0e, 0x0d, 0x8d, 0x3c, 0xf3, 0x7c, 0xaa, - 0xa0, 0x19, 0x42, 0x60, 0xf1, 0x90, 0xbe, 0xd6, 0xc6, 0x28, 0xb2, 0xcd, 0x2a, 0x2c, 0x5d, 0x67, - 0x70, 0x6e, 0xcc, 0x29, 0xd1, 0x38, 0xe3, 0x52, 0xdb, 0x55, 0x50, 0x4d, 0xb1, 0xa5, 0xd2, 0xae, - 0xc2, 0xea, 0xe4, 0x36, 0xdc, 0x88, 0x75, 0xb9, 0xb1, 0x25, 0x16, 0x05, 0xae, 0x01, 0x8a, 0x79, - 0x3f, 0x08, 0x23, 0xb9, 0x67, 0x8b, 0x13, 0x3d, 0xc0, 0xf9, 0xf5, 0x7f, 0x2a, 0xc3, 0xed, 0x82, - 0xbc, 0xae, 0xe6, 0x84, 0xaf, 0x39, 0x8e, 0x89, 0x84, 0x64, 0x03, 0x2d, 0x21, 0xb4, 0xfa, 0x92, - 0xb2, 0xdb, 0xa6, 0xc7, 0x76, 0xe4, 0xcb, 0x0c, 0x01, 0x7d, 0xd3, 0x1d, 0x8a, 0x63, 0x91, 0x81, - 0x2b, 0x64, 0x05, 0x6e, 0xb5, 0xd9, 0xeb, 0xc0, 0x67, 0xb6, 0x4b, 0xdd, 0x0c, 0xad, 0x4a, 0x6e, - 0xc0, 0x52, 0x42, 0x4b, 0x3c, 0x8f, 0x7e, 0xda, 0x63, 0x42, 0xa6, 0xfc, 0x3e, 0x9b, 0x66, 0x8c, - 0xf7, 0x00, 0x63, 0x0e, 0x3f, 0x86, 0xed, 0x7b, 0xae, 0xad, 0xaf, 0xec, 0x34, 0x5c, 0x23, 0x77, - 0xe0, 0xa6, 0x45, 0x43, 0x26, 0xda, 0x1e, 0xdf, 0x42, 0x9d, 0x09, 0xa9, 0x4e, 0xde, 0x86, 0xfb, - 0xf1, 0x08, 0x0e, 0x99, 0xf6, 0x57, 0xa2, 0xb5, 0xed, 0x09, 0xcc, 0xd9, 0x06, 0xac, 0xff, 0x73, - 0x09, 0x60, 0x7c, 0x9f, 0xa9, 0x02, 0x21, 0x1e, 0x9b, 0x76, 0xc7, 0x76, 0xef, 0x99, 0xf6, 0x4e, - 0x8c, 0xee, 0x0e, 0x8e, 0xa8, 0xeb, 0x52, 0x57, 0xe1, 0x25, 0x74, 0x82, 0xc6, 0x63, 0x27, 0x29, - 0xb8, 0x4c, 0x96, 0x60, 0x7e, 0x5b, 0x1e, 0x27, 0x46, 0x8d, 0x8a, 0x9a, 0x24, 0xde, 0xbb, 0xc6, - 0xdf, 0x98, 0xc5, 0x31, 0xa3, 0x83, 0x0b, 0xa3, 0x83, 0xa9, 0x98, 0x59, 0x82, 0xf9, 0x17, 0xca, - 0x71, 0x31, 0x30, 0xab, 0xbc, 0x19, 0xeb, 0xb7, 0xb0, 0x17, 0xa5, 0x4b, 0x2e, 0x65, 0x64, 0x6e, - 0xbd, 0x05, 0xc6, 0xe4, 0x15, 0x26, 0x99, 0x85, 0xf2, 0xd9, 0x63, 0xe3, 0x1a, 0xfe, 0x3e, 0x31, - 0x4a, 0xeb, 0xbf, 0x52, 0x51, 0x33, 0x75, 0x15, 0xa7, 0xec, 0x44, 0x81, 0x08, 0xa9, 0x83, 0x09, - 0xd8, 0xb8, 0x46, 0x16, 0xa0, 0xe6, 0x05, 0x0e, 0x1b, 0x78, 0x41, 0xdf, 0x28, 0xa9, 0x37, 0x16, - 0xc9, 0x3e, 0x53, 0x6f, 0x65, 0x52, 0x87, 0x19, 0xec, 0x69, 0x1a, 0x15, 0x52, 0x83, 0x6a, 0xc0, - 0x02, 0x6a, 0x54, 0xd7, 0xbf, 0x02, 0x32, 0x7d, 0x6b, 0x49, 0x4c, 0x58, 0xa6, 0x09, 0xfa, 0x55, - 0xc6, 0xc0, 0x75, 0x68, 0x8c, 0x28, 0x3d, 0x1e, 0x51, 0xa3, 0xa4, 0x7c, 0x32, 0x82, 0x9e, 0xd9, - 0xbe, 0xa0, 0x46, 0x79, 0xfd, 0xbf, 0x4b, 0xb0, 0x90, 0x4e, 0x5a, 0x4a, 0x63, 0x72, 0x2f, 0xf7, - 0x55, 0xe0, 0xf8, 0xb6, 0x10, 0x89, 0xc6, 0x1b, 0xb0, 0x34, 0xa6, 0x9c, 0x06, 0xec, 0x75, 0x60, - 0x94, 0xd4, 0xca, 0x4c, 0xc0, 0xbd, 0x5e, 0xaf, 0x63, 0x94, 0x95, 0xe1, 0x34, 0xb2, 0x69, 0x54, - 0xd4, 0xec, 0x13, 0xa8, 0xf7, 0xa2, 0xab, 0xbf, 0x44, 0x02, 0x3c, 0xb7, 0x8f, 0x4f, 0x6d, 0x63, - 0x26, 0x0d, 0xbd, 0x64, 0x41, 0x9f, 0x19, 0xb3, 0x2a, 0x32, 0x12, 0xa8, 0xc3, 0x84, 0xec, 0x73, - 0x2a, 0x8c, 0xb9, 0xb4, 0xc5, 0xad, 0x97, 0x5f, 0x76, 0x8c, 0x5a, 0x5a, 0xd4, 0xa2, 0xae, 0x27, - 0x8c, 0x7a, 0x46, 0xdb, 0xb0, 0xfb, 0xe5, 0x0b, 0x03, 0xd2, 0x72, 0xbf, 0xb4, 0x3a, 0x3b, 0xc6, - 0xfc, 0xf6, 0xee, 0xbf, 0x7d, 0xb7, 0x5a, 0xfa, 0xdd, 0x77, 0xab, 0xa5, 0xff, 0xf8, 0x6e, 0xb5, - 0xf4, 0xb7, 0xdf, 0xaf, 0x5e, 0xfb, 0xdd, 0xf7, 0xab, 0xd7, 0xfe, 0xfd, 0xfb, 0xd5, 0x6b, 0xbf, - 0x7e, 0xaf, 0xef, 0xc9, 0x93, 0xe8, 0x68, 0xc3, 0x61, 0x83, 0x47, 0x6d, 0x5b, 0xda, 0x6d, 0xd6, - 0xd7, 0x7f, 0xe6, 0xff, 0x20, 0xb4, 0x87, 0x2a, 0x9c, 0x1f, 0x9d, 0x7d, 0x94, 0xfc, 0xcb, 0xff, - 0x68, 0x16, 0xd5, 0xfe, 0xf4, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xeb, 0xac, 0xb5, 0x4e, 0x35, - 0x30, 0x00, 0x00, + 0xee, 0x06, 0xb5, 0xe3, 0x43, 0x2a, 0x95, 0x4a, 0x6e, 0xa9, 0x24, 0x95, 0x83, 0xab, 0x72, 0xcb, + 0x35, 0xff, 0x40, 0x2a, 0xe7, 0x9c, 0x72, 0xdc, 0x63, 0x2e, 0xa9, 0x4a, 0xd9, 0xff, 0x41, 0xaa, + 0x72, 0xc8, 0x2d, 0xd5, 0xaf, 0x81, 0x19, 0x60, 0x06, 0xe0, 0x87, 0xa3, 0x6c, 0xe5, 0x44, 0xe0, + 0xf7, 0xbe, 0xba, 0x1f, 0x5e, 0xf7, 0x7b, 0xfd, 0x7a, 0x08, 0xf7, 0x43, 0xce, 0x24, 0x7b, 0x14, + 0x72, 0xe6, 0x50, 0x21, 0x1e, 0x39, 0x2c, 0x08, 0xa8, 0x23, 0x3d, 0x16, 0x88, 0x0d, 0xa4, 0x90, + 0x9b, 0xae, 0x2d, 0x6d, 0x97, 0xf5, 0x37, 0x62, 0x96, 0x3f, 0xb6, 0xfb, 0x34, 0x90, 0xcb, 0x77, + 0xb2, 0x72, 0x08, 0x6a, 0x89, 0xd6, 0x5f, 0xdd, 0x82, 0xa5, 0x1d, 0xe6, 0xfb, 0xd4, 0x91, 0x8c, + 0xef, 0x8c, 0x15, 0x92, 0x65, 0xa8, 0x9d, 0x30, 0x21, 0x0f, 0xed, 0x01, 0x35, 0xcb, 0xab, 0xa5, + 0xb5, 0xba, 0x35, 0x7a, 0x27, 0xf7, 0xa0, 0x1e, 0x50, 0xf9, 0x9a, 0xf1, 0xd3, 0x7d, 0xd7, 0x9c, + 0x47, 0xe2, 0x18, 0x20, 0x3b, 0xd0, 0x48, 0x8d, 0xcc, 0xac, 0xac, 0x56, 0xd6, 0x1a, 0x9b, 0x0f, + 0x36, 0x72, 0x87, 0xb6, 0x31, 0x36, 0x69, 0xa5, 0xa5, 0x88, 0x09, 0x73, 0x7d, 0xce, 0xa2, 0x70, + 0xdf, 0x35, 0x67, 0x56, 0x4b, 0x6b, 0x33, 0x56, 0xf2, 0xaa, 0x8c, 0xe3, 0x63, 0xd7, 0xfb, 0x86, + 0x9a, 0xb3, 0x48, 0x1b, 0x03, 0x24, 0x84, 0xeb, 0x9c, 0x0a, 0xe6, 0x9f, 0x51, 0xd7, 0xa2, 0x82, + 0x45, 0xdc, 0xa1, 0xc2, 0xac, 0xe1, 0x10, 0xb6, 0x0b, 0x87, 0x30, 0x3d, 0xfd, 0x0d, 0x6b, 0x52, + 0xc9, 0x6e, 0x20, 0xf9, 0xd0, 0x9a, 0x56, 0x4e, 0x7e, 0x03, 0x8b, 0x0e, 0x0b, 0xa4, 0xed, 0x05, + 0x94, 0x3f, 0x63, 0xbc, 0xe3, 0xb9, 0x26, 0xa0, 0xbd, 0xa7, 0x57, 0xb1, 0xb7, 0x93, 0x55, 0xa1, + 0xad, 0x4d, 0x2a, 0x26, 0xab, 0xd0, 0xa0, 0x81, 0xc3, 0x5c, 0xea, 0xf6, 0xec, 0xbe, 0x30, 0x1b, + 0xab, 0xa5, 0xb5, 0x79, 0x2b, 0x0d, 0x91, 0x27, 0x70, 0x2b, 0x7e, 0x4d, 0x69, 0x47, 0xe6, 0x77, + 0x90, 0xb9, 0x80, 0x4a, 0xbe, 0x86, 0xeb, 0x23, 0x63, 0x7b, 0x4c, 0xc8, 0xde, 0x30, 0xa4, 0xe6, + 0xe2, 0x6a, 0x69, 0x6d, 0x61, 0x73, 0xad, 0xf8, 0xd3, 0x65, 0xf9, 0xad, 0x69, 0x15, 0xe4, 0xd7, + 0xd0, 0x54, 0x9f, 0xb5, 0x47, 0x7d, 0x3a, 0xa0, 0x92, 0x0f, 0x4d, 0x63, 0xb5, 0xb4, 0xd6, 0xd8, + 0x7c, 0x7c, 0x05, 0xdf, 0x8c, 0x64, 0xad, 0xac, 0x2a, 0x32, 0x00, 0x23, 0x03, 0xbc, 0xb4, 0x43, + 0xf3, 0x5d, 0x74, 0xfd, 0xd6, 0x15, 0x5d, 0x9f, 0xd1, 0xa1, 0x7d, 0x3f, 0xa5, 0x9a, 0xb4, 0x60, + 0xde, 0xe6, 0xce, 0x89, 0x27, 0xa9, 0x23, 0x23, 0x4e, 0xcd, 0xeb, 0x18, 0xf8, 0x19, 0x8c, 0x3c, + 0x84, 0xe6, 0x29, 0xe5, 0x01, 0xf5, 0xbf, 0xa6, 0x5c, 0x78, 0x2c, 0x30, 0x09, 0x32, 0x65, 0x41, + 0xb5, 0xb6, 0x42, 0xdf, 0x96, 0xc7, 0x8c, 0x0f, 0xcc, 0x1b, 0x7a, 0x6d, 0x25, 0xef, 0x64, 0x0d, + 0x16, 0x93, 0xe7, 0x44, 0xc7, 0x12, 0xb2, 0x4c, 0xc2, 0xe4, 0xaf, 0x4b, 0x70, 0xd7, 0x61, 0x83, + 0xd0, 0xf3, 0x6d, 0x35, 0x91, 0xd1, 0x58, 0xb7, 0x87, 0x5b, 0x42, 0x50, 0x69, 0xde, 0x44, 0x57, + 0xbc, 0xb8, 0x9a, 0x2b, 0x0a, 0xd5, 0x69, 0xaf, 0x9c, 0x67, 0x90, 0x9c, 0xc0, 0x6d, 0x3d, 0xcf, + 0x3d, 0x6a, 0xbb, 0x94, 0x3f, 0xa3, 0xd2, 0x39, 0xb1, 0xa8, 0x88, 0x7c, 0x69, 0xfe, 0x18, 0x23, + 0x69, 0xa3, 0x60, 0x2c, 0xcf, 0xf3, 0xa5, 0xac, 0x22, 0x75, 0x64, 0x08, 0x4b, 0x3b, 0xaf, 0xac, + 0xdd, 0xa9, 0x29, 0xaf, 0xe3, 0x94, 0x77, 0xaf, 0x34, 0xe5, 0x1c, 0x3d, 0x7a, 0xae, 0xb9, 0x26, + 0xc8, 0x06, 0x90, 0x0e, 0xa7, 0x47, 0x91, 0xe7, 0xcb, 0xdd, 0xed, 0xce, 0x33, 0x04, 0x85, 0xf9, + 0xfe, 0x6a, 0x65, 0xad, 0x6e, 0xe5, 0x50, 0xc8, 0x63, 0x98, 0xe5, 0x2c, 0x92, 0x54, 0x98, 0xf7, + 0x71, 0x70, 0xf7, 0x0a, 0x06, 0x67, 0x29, 0x26, 0x2b, 0xe6, 0x25, 0x07, 0xd0, 0xc4, 0xa7, 0x97, + 0x54, 0xda, 0x8a, 0xdf, 0x6c, 0xa1, 0xf0, 0xc3, 0xf3, 0x84, 0x13, 0x5e, 0x2b, 0x2b, 0x4a, 0xfe, + 0x00, 0x08, 0x72, 0xed, 0xb0, 0xe0, 0xd8, 0xeb, 0x47, 0x1c, 0x3f, 0x9e, 0xf9, 0x36, 0xae, 0xc3, + 0x1f, 0x17, 0x28, 0xdc, 0x9a, 0x12, 0xb0, 0x72, 0x94, 0x90, 0x15, 0x80, 0x78, 0x3f, 0x69, 0x1f, + 0x76, 0xcd, 0x05, 0xdc, 0x61, 0x52, 0x88, 0xda, 0xc5, 0x5d, 0x36, 0xb0, 0xbd, 0x40, 0x98, 0x2b, + 0xe8, 0xa1, 0xe4, 0x95, 0x3c, 0x86, 0x9b, 0x09, 0x1f, 0x22, 0x6d, 0x5b, 0xda, 0x47, 0xb6, 0xa0, + 0xe6, 0x43, 0x54, 0x92, 0x4f, 0x24, 0xef, 0xc3, 0xf5, 0x84, 0x10, 0x88, 0x17, 0x8c, 0x9d, 0x46, + 0xa1, 0x30, 0x7f, 0x84, 0x12, 0xd3, 0x04, 0x72, 0x06, 0x37, 0x92, 0xed, 0x5a, 0xed, 0x47, 0x62, + 0x7b, 0x88, 0xd9, 0x6c, 0x0d, 0x5d, 0xd9, 0xfe, 0x21, 0xd9, 0x20, 0xa5, 0x46, 0xc7, 0x48, 0x9e, + 0x01, 0x35, 0x6b, 0xea, 0x88, 0x9e, 0x2d, 0x4e, 0xcd, 0x0f, 0x70, 0xe9, 0x26, 0xaf, 0xe9, 0xec, + 0xd4, 0x89, 0x8e, 0x7c, 0xcf, 0xd9, 0x0f, 0x85, 0xb9, 0xf1, 0xc3, 0xb3, 0xd3, 0x48, 0xc9, 0x44, + 0x76, 0x1a, 0xe1, 0x6a, 0x43, 0x52, 0x69, 0x5b, 0xed, 0xf1, 0xfb, 0x81, 0x4b, 0x7f, 0x6b, 0x3e, + 0xc2, 0x8c, 0x99, 0x05, 0x55, 0x5e, 0xd1, 0xa2, 0xea, 0xf3, 0x0a, 0xf3, 0x43, 0xfc, 0x56, 0x69, + 0x68, 0x79, 0x00, 0xb7, 0xf2, 0x53, 0x22, 0x31, 0xa0, 0x72, 0x4a, 0x87, 0x66, 0x09, 0x67, 0xaa, + 0x1e, 0xc9, 0xe7, 0x30, 0x73, 0x66, 0xfb, 0x91, 0xae, 0x1b, 0x1a, 0x9b, 0xef, 0x16, 0x05, 0x6d, + 0xac, 0x67, 0x14, 0xb7, 0x5a, 0xea, 0xd3, 0xf2, 0x27, 0xa5, 0xe5, 0x6d, 0x55, 0x95, 0x4c, 0x67, + 0xc4, 0xb4, 0xb1, 0x19, 0x6d, 0x6c, 0x29, 0x6d, 0xac, 0x9e, 0xd6, 0xb1, 0x03, 0x37, 0x73, 0xb7, + 0xf6, 0x9c, 0x11, 0x67, 0x94, 0x54, 0xd2, 0x4a, 0xfe, 0xbc, 0x04, 0xab, 0x17, 0xed, 0x8a, 0x39, + 0x0a, 0xf7, 0xb2, 0x2e, 0xd8, 0x2c, 0x72, 0x41, 0x14, 0x48, 0x6f, 0x40, 0xf3, 0x0c, 0xa4, 0x07, + 0xf1, 0x1b, 0xb8, 0x53, 0xb8, 0x4d, 0xe5, 0x18, 0xff, 0x38, 0x6d, 0x7c, 0xa1, 0xb8, 0xf4, 0x7a, + 0x65, 0xed, 0xc6, 0x1b, 0x6d, 0xca, 0x96, 0x03, 0x66, 0x51, 0xb4, 0xe7, 0x98, 0xfa, 0x49, 0x76, + 0x9e, 0x77, 0x0b, 0x4c, 0x29, 0x4d, 0x69, 0x23, 0xa9, 0x68, 0xca, 0x86, 0xf0, 0x0f, 0x8f, 0xa6, + 0x44, 0x4f, 0x4e, 0x34, 0x1d, 0x54, 0x6b, 0x25, 0xa3, 0x7c, 0x50, 0xad, 0x55, 0x8d, 0x99, 0x83, + 0x6a, 0x6d, 0xce, 0xa8, 0x1d, 0x54, 0x6b, 0x75, 0x03, 0x0e, 0xaa, 0xb5, 0xa6, 0xb1, 0x70, 0x50, + 0xad, 0xad, 0x1a, 0x0f, 0x0e, 0xaa, 0xb5, 0x07, 0x46, 0xab, 0xf5, 0x2f, 0x00, 0x8d, 0x74, 0x15, + 0xfc, 0x31, 0xcc, 0xa8, 0x3a, 0x40, 0x98, 0xa5, 0xcb, 0x56, 0xb1, 0x9a, 0x9f, 0x7c, 0x0e, 0x15, + 0x37, 0x10, 0x66, 0x19, 0xc5, 0xde, 0xbb, 0x50, 0x4c, 0x6c, 0xb4, 0x83, 0x78, 0x11, 0x2b, 0x39, + 0xf2, 0xe5, 0x64, 0xd9, 0x54, 0xc1, 0xc9, 0x5f, 0x42, 0x51, 0x61, 0xb5, 0x94, 0xda, 0x8b, 0xab, + 0x93, 0x7b, 0x71, 0x92, 0xa2, 0x66, 0xae, 0x90, 0xa2, 0xfe, 0xf2, 0x82, 0xf2, 0x63, 0x16, 0x75, + 0xed, 0x5c, 0x62, 0xea, 0xff, 0xbb, 0xaa, 0x23, 0x3f, 0xbd, 0xcd, 0xbd, 0x89, 0xf4, 0x46, 0xa0, + 0x2a, 0x55, 0xe9, 0x5c, 0x43, 0x7f, 0xe1, 0x33, 0x71, 0x73, 0x8a, 0xce, 0x3a, 0x4e, 0xf5, 0x93, + 0x4b, 0x4d, 0xf5, 0x72, 0xb5, 0xe6, 0x39, 0xa5, 0x14, 0xbc, 0xd9, 0x52, 0x2a, 0x2c, 0x28, 0xa5, + 0x1a, 0x38, 0xa7, 0xcf, 0x2e, 0x33, 0xa7, 0x37, 0x52, 0x41, 0xcd, 0x17, 0x56, 0x50, 0x13, 0xc9, + 0xa9, 0x39, 0x9d, 0x9c, 0x7e, 0x05, 0xb5, 0x64, 0xf9, 0xe4, 0x6c, 0x20, 0x1f, 0x65, 0x37, 0x90, + 0xfb, 0x05, 0x53, 0x6a, 0x1f, 0x76, 0xf5, 0xa8, 0xff, 0xbf, 0xed, 0xfe, 0x6f, 0x24, 0x8f, 0xfd, + 0x1e, 0x53, 0x48, 0xeb, 0xdf, 0x97, 0x01, 0xc6, 0x01, 0xa2, 0xb4, 0x87, 0x9e, 0x9b, 0xe4, 0xec, + 0xd0, 0x73, 0x55, 0xd6, 0xf0, 0x6d, 0xd7, 0xe5, 0x78, 0xb4, 0x2f, 0xce, 0x1a, 0x5b, 0xae, 0xcb, + 0x2d, 0xcd, 0xa9, 0x44, 0x38, 0x8a, 0xcc, 0x5e, 0x42, 0x04, 0x39, 0xc9, 0x2f, 0x60, 0xf6, 0xd8, + 0x1e, 0x78, 0xfe, 0x30, 0x5e, 0x32, 0xef, 0x5e, 0x18, 0xcb, 0xcf, 0x90, 0xdd, 0x8a, 0xc5, 0xc8, + 0xcf, 0xa0, 0x2a, 0xd5, 0x31, 0xb8, 0x81, 0xe2, 0x3f, 0xba, 0x50, 0x1c, 0xcf, 0xc0, 0x28, 0x42, + 0xfe, 0x10, 0x96, 0x3c, 0xf1, 0x82, 0x39, 0xb6, 0xdf, 0x61, 0x5c, 0xee, 0x86, 0x27, 0x74, 0x40, + 0xb9, 0xed, 0xc7, 0xe7, 0xa0, 0xa2, 0x6d, 0x69, 0xc4, 0xa7, 0x84, 0xba, 0xd2, 0x96, 0xd4, 0xca, + 0x55, 0xa3, 0xaa, 0x3a, 0xdf, 0x16, 0x72, 0x7b, 0x28, 0xa9, 0xe8, 0xd2, 0x40, 0xe2, 0xa9, 0xba, + 0x6a, 0x65, 0x41, 0x55, 0x2d, 0x8f, 0x00, 0x8b, 0x3a, 0xd4, 0x3b, 0xa3, 0x2e, 0x9e, 0x5a, 0xab, + 0xd6, 0x34, 0x41, 0x1d, 0x3c, 0x15, 0x68, 0x51, 0xc9, 0xed, 0x40, 0x0c, 0x3c, 0x29, 0xf0, 0xf0, + 0xda, 0xb4, 0x26, 0x61, 0xb2, 0x07, 0x75, 0xd7, 0xe3, 0x7a, 0xce, 0x78, 0x7e, 0x5d, 0xd8, 0x5c, + 0xbf, 0xd0, 0x39, 0xed, 0x44, 0xc2, 0x1a, 0x0b, 0x27, 0x36, 0x3b, 0xb6, 0x73, 0x4a, 0xa5, 0x9e, + 0xc9, 0x3b, 0x38, 0xbe, 0x49, 0x98, 0x7c, 0x08, 0x37, 0x52, 0xd0, 0x68, 0x36, 0xef, 0x22, 0x77, + 0x1e, 0x89, 0x3c, 0x85, 0x1a, 0xb6, 0xb8, 0x1c, 0xe6, 0x9b, 0x1f, 0x62, 0xd0, 0x14, 0x9d, 0x9e, + 0x3a, 0x31, 0x5b, 0x57, 0xda, 0xce, 0xa9, 0x35, 0x92, 0x52, 0xab, 0x29, 0xa0, 0xf2, 0xb0, 0x8b, + 0x07, 0xf0, 0xa6, 0xa5, 0x5f, 0xd4, 0x98, 0x39, 0x1d, 0x30, 0x49, 0x0f, 0x47, 0x2d, 0xb0, 0x55, + 0x7d, 0x40, 0x9f, 0x80, 0xd5, 0x21, 0xce, 0x0b, 0x7b, 0xca, 0x6d, 0x7a, 0x75, 0x9b, 0x37, 0xcf, + 0x1d, 0xc6, 0x7e, 0x27, 0xc5, 0x6b, 0x65, 0x45, 0xd5, 0x22, 0xe2, 0x52, 0x9a, 0xb7, 0x70, 0x24, + 0xea, 0x91, 0xdc, 0x82, 0x59, 0x2e, 0xe5, 0xd7, 0x36, 0x37, 0x6f, 0x23, 0x18, 0xbf, 0x91, 0x7b, + 0x50, 0xf7, 0x02, 0xc9, 0x6d, 0x55, 0x73, 0x99, 0xe6, 0x6a, 0x69, 0xad, 0x66, 0x8d, 0x01, 0xf2, + 0x04, 0x6e, 0xb9, 0x81, 0xe8, 0x46, 0x8e, 0x32, 0x7c, 0x1c, 0xf9, 0x16, 0x15, 0x21, 0x0b, 0x04, + 0x15, 0xe6, 0x1d, 0xd4, 0x52, 0x40, 0x55, 0x9b, 0xb6, 0x1b, 0x88, 0x67, 0xb6, 0xe7, 0xe3, 0x01, + 0x20, 0x96, 0x59, 0x46, 0x99, 0x1c, 0x8a, 0xda, 0xb4, 0xdd, 0x40, 0xf4, 0xbc, 0x01, 0x65, 0x91, + 0x14, 0xe6, 0x5d, 0x64, 0x4c, 0x43, 0x64, 0x13, 0x96, 0xc6, 0xb6, 0x5e, 0xd8, 0x92, 0x06, 0xce, + 0xb0, 0x1b, 0x0d, 0xcc, 0x7b, 0xf8, 0x49, 0x73, 0x69, 0xb1, 0x8c, 0xb2, 0x15, 0x71, 0x9a, 0x92, + 0x79, 0x6b, 0x24, 0x33, 0x45, 0x23, 0x7f, 0x02, 0x8b, 0x6e, 0x20, 0x76, 0x58, 0x14, 0xc8, 0xed, + 0xa1, 0xa5, 0xce, 0x88, 0xe6, 0x03, 0xcc, 0x6d, 0x4f, 0x2e, 0x8c, 0x59, 0x55, 0x94, 0xa5, 0x05, + 0xe3, 0xae, 0xdc, 0x84, 0x3a, 0xe5, 0x1b, 0x15, 0x80, 0x3d, 0x27, 0xdc, 0x15, 0xd2, 0x3e, 0xf2, + 0x3d, 0x71, 0x42, 0x5d, 0x73, 0x45, 0xfb, 0x66, 0x9a, 0x92, 0xac, 0xde, 0x9e, 0x13, 0xee, 0xf8, + 0x4c, 0x50, 0xd7, 0xbc, 0x8f, 0xac, 0x59, 0x90, 0x38, 0x60, 0x28, 0x1f, 0x48, 0x5b, 0xd5, 0xe0, + 0xfa, 0x1c, 0x1c, 0x77, 0x01, 0x3e, 0xbe, 0xd4, 0xc0, 0x33, 0x92, 0x71, 0x9d, 0x31, 0xa9, 0x90, + 0xfc, 0x45, 0x09, 0xee, 0x4e, 0x82, 0xdb, 0xc3, 0x2f, 0x23, 0xca, 0x87, 0xd8, 0x01, 0x5c, 0xbf, + 0xe0, 0x6c, 0x5a, 0x68, 0x30, 0xa5, 0x24, 0xae, 0xe1, 0xce, 0x31, 0x43, 0xbe, 0x2d, 0xc1, 0x83, + 0x49, 0xfa, 0xab, 0xe3, 0x63, 0x41, 0x65, 0x7a, 0x30, 0xef, 0xe1, 0x60, 0xf6, 0xae, 0x3e, 0x98, + 0x29, 0x55, 0x7a, 0x48, 0x17, 0x9b, 0x24, 0xcb, 0x50, 0xc3, 0x72, 0x77, 0xdf, 0xfd, 0x2d, 0x76, + 0x26, 0x66, 0xac, 0xd1, 0x3b, 0x79, 0x07, 0x16, 0xf0, 0xb9, 0x67, 0xf3, 0x3e, 0x95, 0x8a, 0x63, + 0x0d, 0x39, 0x26, 0x50, 0xb2, 0x0e, 0xc6, 0x89, 0x94, 0xe1, 0x56, 0xbf, 0xcf, 0x69, 0xdf, 0xd6, + 0x4d, 0x71, 0xdd, 0xb3, 0x98, 0xc2, 0xc9, 0xad, 0xb8, 0xe2, 0x7c, 0x7f, 0xb5, 0xb2, 0xd6, 0xdc, + 0x2e, 0x1b, 0xd7, 0xe2, 0xaa, 0xd3, 0x84, 0x39, 0xf5, 0x57, 0x19, 0xf9, 0x40, 0xb7, 0xc3, 0xe3, + 0x57, 0xd2, 0x82, 0x79, 0xf5, 0xb8, 0x73, 0x42, 0x9d, 0x53, 0x11, 0x0d, 0xf0, 0x7c, 0xdf, 0xb4, + 0x32, 0x18, 0x59, 0x01, 0x10, 0x2a, 0x9b, 0xe8, 0x0e, 0xc0, 0x06, 0x72, 0xa4, 0x10, 0xf2, 0x09, + 0xdc, 0x56, 0x3e, 0xed, 0x4a, 0x4e, 0xed, 0x81, 0xc8, 0x0c, 0xf4, 0x27, 0x38, 0xd0, 0x22, 0xb2, + 0x4a, 0x31, 0x6a, 0x0e, 0x9b, 0x19, 0x99, 0x4d, 0xdd, 0x90, 0x99, 0x22, 0xe0, 0xf2, 0x8d, 0x5b, + 0x39, 0x19, 0x81, 0x9f, 0xa2, 0x40, 0x2e, 0x8d, 0x30, 0x58, 0x92, 0x4e, 0x18, 0x2f, 0x6b, 0xb1, + 0x3d, 0xdc, 0xe5, 0x7c, 0x47, 0xad, 0xe1, 0xc7, 0x18, 0x0c, 0x3f, 0xbf, 0x38, 0x18, 0x7a, 0x39, + 0xd2, 0x71, 0x79, 0x9a, 0xa7, 0x58, 0xad, 0x4e, 0xbd, 0x91, 0xef, 0xc6, 0x3d, 0x9c, 0x8f, 0x74, + 0x0b, 0x37, 0x03, 0x2a, 0x97, 0xf9, 0x2a, 0x2f, 0x8f, 0xba, 0x14, 0xe3, 0x0e, 0xcb, 0x13, 0xfc, + 0x40, 0x45, 0x64, 0x95, 0x3f, 0xc4, 0x50, 0x48, 0x3a, 0xe8, 0x70, 0x76, 0x44, 0xd5, 0x40, 0xcd, + 0x8f, 0x71, 0x97, 0x9e, 0x84, 0xf5, 0x48, 0x92, 0x2a, 0x57, 0x7d, 0xfa, 0x4f, 0x74, 0xef, 0x26, + 0x03, 0x26, 0x39, 0xb4, 0xe7, 0x84, 0x96, 0x64, 0xb8, 0x2f, 0x99, 0x3f, 0x1b, 0xe7, 0xed, 0x14, + 0xac, 0xdc, 0x9f, 0x40, 0xd4, 0x61, 0x67, 0x94, 0x0f, 0x35, 0xfb, 0xa7, 0xc8, 0x9e, 0x4b, 0x53, + 0xc1, 0x3b, 0xc2, 0x19, 0x77, 0xbb, 0x94, 0x06, 0xe6, 0xcf, 0x91, 0x7f, 0x0a, 0x4f, 0xea, 0x0d, + 0x85, 0x39, 0x67, 0xaf, 0x18, 0x53, 0x19, 0xd9, 0xfc, 0x0c, 0x99, 0xa7, 0x09, 0xa9, 0x5d, 0xb3, + 0x4d, 0x7d, 0xef, 0x8c, 0x72, 0xea, 0xee, 0x50, 0xf3, 0xf3, 0xcc, 0xae, 0x99, 0xa2, 0xa4, 0xf8, + 0xd1, 0x43, 0x1f, 0xea, 0xb1, 0x7f, 0x91, 0xe1, 0x4f, 0x51, 0xd4, 0xc8, 0xa5, 0x13, 0xee, 0x3a, + 0xc1, 0x21, 0xed, 0x33, 0xe9, 0xd9, 0x92, 0xba, 0xe6, 0x2f, 0xd0, 0xd1, 0x53, 0xb8, 0xf2, 0x8c, + 0xfe, 0xbc, 0x5d, 0xca, 0xcf, 0x3c, 0x87, 0xf6, 0xe2, 0xb5, 0xf6, 0x14, 0x1d, 0x9e, 0x4b, 0x23, + 0x6d, 0x68, 0xc4, 0x77, 0x5e, 0x1d, 0x5b, 0x9e, 0x98, 0x5b, 0x98, 0xdb, 0x5b, 0x05, 0xf1, 0x78, + 0x38, 0xe6, 0xb4, 0xd2, 0x62, 0xcb, 0xdb, 0xb0, 0x94, 0x97, 0x64, 0xd2, 0x25, 0x79, 0x33, 0xa7, + 0xb6, 0x6f, 0xa6, 0x6b, 0x7b, 0x17, 0x6e, 0xe6, 0xee, 0xf7, 0x39, 0xdd, 0xb2, 0xcb, 0x9f, 0x85, + 0x50, 0x5d, 0xda, 0xca, 0x37, 0xb0, 0x7a, 0xd1, 0x26, 0x9f, 0x63, 0xf0, 0x69, 0xd6, 0xe0, 0xfa, + 0x05, 0x06, 0x53, 0x1a, 0xd3, 0xb6, 0xff, 0xac, 0x04, 0xef, 0x5c, 0x6e, 0x53, 0xff, 0x3f, 0x1b, + 0xc2, 0x2f, 0xe1, 0x4e, 0xe1, 0x4e, 0x72, 0x95, 0xaf, 0x75, 0x50, 0xad, 0x95, 0x8d, 0xca, 0x41, + 0xb5, 0x56, 0x31, 0xaa, 0x13, 0x2d, 0xa9, 0x9a, 0x51, 0x1f, 0x35, 0xa6, 0xe6, 0x8d, 0xe6, 0xa8, + 0x3d, 0xb5, 0x60, 0x2c, 0x1e, 0x54, 0x6b, 0x8b, 0x86, 0x71, 0x50, 0xad, 0xbd, 0x6d, 0x3c, 0x6c, + 0x3d, 0x87, 0x46, 0x2a, 0x9e, 0x54, 0x6e, 0x38, 0xb1, 0x45, 0x8f, 0x0a, 0x89, 0x03, 0xa8, 0x59, + 0xc9, 0x2b, 0xe6, 0x06, 0x2a, 0xe4, 0xbe, 0x4b, 0x03, 0xe9, 0xc9, 0x61, 0xdc, 0x22, 0xcd, 0x60, + 0xad, 0x6f, 0x4b, 0x60, 0x4c, 0x76, 0x62, 0xc9, 0x02, 0x94, 0xe3, 0x13, 0x5b, 0xdd, 0x2a, 0x7b, + 0xae, 0x32, 0x71, 0x34, 0x94, 0xf4, 0x39, 0xd5, 0x8d, 0xa8, 0x79, 0x2b, 0x79, 0x1d, 0xb5, 0x48, + 0xaa, 0xa9, 0x16, 0xc9, 0x32, 0xd4, 0xa4, 0xdd, 0xd7, 0x9b, 0xa1, 0xbe, 0xbc, 0x1d, 0xbd, 0x27, + 0xe9, 0xea, 0x25, 0x73, 0xbd, 0x63, 0x8f, 0xba, 0x78, 0x9c, 0xab, 0x58, 0x19, 0x4c, 0x7b, 0xa8, + 0xf5, 0x0f, 0x33, 0xd8, 0x03, 0x9e, 0xea, 0x6b, 0x91, 0xcf, 0xe0, 0xce, 0x80, 0x05, 0x4c, 0xb2, + 0xc0, 0x73, 0x9e, 0x87, 0x6a, 0xc5, 0x8b, 0x1e, 0xf7, 0xfa, 0x7d, 0xb5, 0x4f, 0xe0, 0x98, 0x2b, + 0x56, 0x31, 0x83, 0x2a, 0x80, 0x27, 0x89, 0x2f, 0x3d, 0xa1, 0xaa, 0x30, 0x7d, 0x66, 0x2e, 0xa0, + 0x92, 0xa7, 0x70, 0x77, 0x44, 0x51, 0xc3, 0x92, 0x5c, 0x1d, 0x16, 0x68, 0xdf, 0x13, 0x92, 0x72, + 0x81, 0x6e, 0xa9, 0x58, 0xe7, 0xb1, 0x90, 0x43, 0x68, 0x9d, 0x43, 0x6e, 0x73, 0x16, 0x86, 0xd4, + 0x35, 0xab, 0xa8, 0xe8, 0x12, 0x9c, 0x64, 0x1b, 0xee, 0x8d, 0xb8, 0xda, 0x81, 0x88, 0xcf, 0x3f, + 0x1d, 0x1d, 0xd4, 0x54, 0xdf, 0x9b, 0x57, 0xac, 0x73, 0x79, 0xd4, 0xc6, 0x97, 0xb1, 0x24, 0xe2, + 0x8a, 0x54, 0x7f, 0x96, 0x5c, 0x9a, 0x4a, 0x38, 0xd8, 0xe3, 0xdc, 0x0e, 0x8f, 0x5f, 0xda, 0xfa, + 0x1a, 0x7e, 0x0e, 0xd9, 0x27, 0x61, 0xf2, 0x05, 0x2c, 0x8f, 0x34, 0x7c, 0xe5, 0x86, 0x5d, 0x1a, + 0xb8, 0xa9, 0xf1, 0xd5, 0x50, 0xe8, 0x1c, 0x0e, 0x95, 0x64, 0xa7, 0xa8, 0xf1, 0xc7, 0xaa, 0xa3, + 0x70, 0x11, 0x99, 0x7c, 0x0a, 0xa6, 0x93, 0x38, 0xae, 0x6b, 0x0f, 0x42, 0xdf, 0x0b, 0xfa, 0x1d, + 0xca, 0x1d, 0x75, 0xc2, 0x04, 0x14, 0x2d, 0xa4, 0xab, 0xf9, 0x25, 0x85, 0x61, 0xf2, 0x51, 0x1a, + 0x7a, 0x7e, 0x13, 0x70, 0xeb, 0xef, 0xab, 0xf0, 0xd6, 0xb9, 0x37, 0xd6, 0x2a, 0x09, 0x9d, 0xe6, + 0x87, 0xe8, 0x14, 0x8e, 0x77, 0xc7, 0x39, 0x01, 0x99, 0x05, 0x55, 0x1a, 0x74, 0x8a, 0xc2, 0x2f, + 0x87, 0xa2, 0x56, 0x8b, 0x73, 0x41, 0xb0, 0x15, 0x33, 0xa8, 0x63, 0xb7, 0x5b, 0x18, 0x5a, 0x79, + 0x24, 0x75, 0xf0, 0x73, 0xa6, 0x02, 0x29, 0x0d, 0x5d, 0x21, 0x7e, 0xde, 0x87, 0xeb, 0x51, 0x41, + 0xd8, 0x4c, 0x13, 0x54, 0x3d, 0x1e, 0xe5, 0x05, 0xc9, 0x04, 0xfa, 0x7b, 0x8a, 0x8d, 0xff, 0x2c, + 0xc3, 0xdd, 0x73, 0x1a, 0x7c, 0xea, 0xbb, 0xf0, 0x29, 0xf2, 0x6e, 0x60, 0x1f, 0xf9, 0x71, 0x88, + 0xd4, 0xac, 0x62, 0x06, 0x72, 0x0a, 0xe6, 0x34, 0x31, 0x6e, 0x10, 0xeb, 0x96, 0xdd, 0xa3, 0x4b, + 0x37, 0x1d, 0xe3, 0x06, 0x5e, 0xa1, 0x42, 0xb5, 0x8c, 0xa7, 0x69, 0xed, 0xa4, 0xd3, 0xae, 0x43, + 0xef, 0x1c, 0x8e, 0xf3, 0x9a, 0xd9, 0xd5, 0x37, 0xda, 0xcc, 0x6e, 0x7d, 0x5b, 0x06, 0xb2, 0x95, + 0x7b, 0x4d, 0x1d, 0x84, 0x83, 0xac, 0x73, 0x53, 0x88, 0xa2, 0x47, 0x62, 0x44, 0x2f, 0x6b, 0xfa, + 0x18, 0x51, 0x74, 0x77, 0x4c, 0xaf, 0x68, 0xba, 0x9b, 0xa1, 0x3b, 0xce, 0x88, 0x5e, 0xd5, 0xf4, + 0x31, 0x82, 0xf4, 0xb1, 0xfc, 0x4c, 0x4c, 0x1f, 0xcb, 0xaf, 0x42, 0x83, 0x46, 0xee, 0x88, 0x61, + 0x16, 0x19, 0xd2, 0x90, 0xfa, 0x04, 0xae, 0x27, 0x74, 0x61, 0x1e, 0xd7, 0xa1, 0xd8, 0x06, 0xd6, + 0x02, 0x73, 0x28, 0x70, 0x0e, 0x47, 0xeb, 0x4f, 0x61, 0x06, 0x6f, 0x6f, 0xc8, 0x47, 0x30, 0x2b, + 0xa2, 0xa3, 0x80, 0xea, 0x5a, 0xa1, 0xb1, 0xf9, 0x56, 0x81, 0xeb, 0xbb, 0xc8, 0x64, 0xc5, 0xcc, + 0xe4, 0x0b, 0x6c, 0x2a, 0x51, 0x7e, 0x6c, 0x3b, 0x49, 0x1d, 0xb5, 0x5a, 0xd4, 0xc6, 0x4a, 0xf8, + 0xac, 0xb1, 0x48, 0xeb, 0x11, 0xd4, 0x47, 0xb8, 0xaa, 0x01, 0xf6, 0x6c, 0xee, 0xbe, 0xb6, 0x39, + 0xdd, 0x72, 0x5d, 0x1e, 0xd7, 0x19, 0x19, 0xac, 0xb5, 0x02, 0xb3, 0x7a, 0x08, 0xaa, 0x92, 0xb2, + 0x7d, 0xcf, 0x16, 0x31, 0x9b, 0x7e, 0x69, 0x0d, 0xa1, 0x99, 0xf9, 0xd1, 0x43, 0x3e, 0x5b, 0xa6, + 0x14, 0x29, 0x5f, 0x50, 0x8a, 0x54, 0xa6, 0x4b, 0x91, 0xbc, 0xf2, 0xa6, 0xf5, 0x37, 0x25, 0x68, + 0x66, 0x7a, 0x75, 0xe4, 0x1e, 0xd4, 0x39, 0x0d, 0xfd, 0x2e, 0x77, 0xf6, 0x3b, 0xb1, 0xfd, 0x31, + 0x90, 0x50, 0xdb, 0x42, 0xee, 0x77, 0xe2, 0x12, 0x6c, 0x0c, 0xe8, 0xdb, 0x0d, 0x64, 0xed, 0x30, + 0x2e, 0x71, 0x10, 0x33, 0x56, 0x1a, 0x4a, 0x38, 0xda, 0x42, 0x22, 0x47, 0x75, 0xcc, 0x11, 0x43, + 0xad, 0x6f, 0xa0, 0xaa, 0x9c, 0x86, 0x65, 0x5b, 0x18, 0x9b, 0x28, 0x7b, 0xa1, 0x1a, 0x7d, 0x38, + 0x56, 0x8a, 0xcf, 0xf1, 0xfe, 0xac, 0x0f, 0xa5, 0xf1, 0x8f, 0xeb, 0xea, 0x56, 0x1a, 0xca, 0xfc, + 0xf2, 0x6f, 0x2e, 0xfb, 0xcb, 0xbf, 0x89, 0x9b, 0xd4, 0x59, 0x63, 0xae, 0x75, 0x08, 0xcd, 0x4c, + 0xff, 0x94, 0x7c, 0x0e, 0x33, 0x42, 0x3d, 0xe0, 0x95, 0xe9, 0xc2, 0xe6, 0xdb, 0x17, 0x34, 0x5d, + 0x55, 0x9d, 0x8d, 0x8d, 0x0e, 0x2d, 0xd5, 0x5a, 0x85, 0x5a, 0x72, 0x13, 0x83, 0x0d, 0x58, 0x7b, + 0x40, 0xf5, 0xed, 0x6b, 0xdd, 0xd2, 0x2f, 0xad, 0x7f, 0x2e, 0x23, 0x0b, 0xee, 0xb6, 0x93, 0x7d, + 0xc6, 0xd2, 0xe5, 0xfb, 0x8c, 0xe5, 0x1f, 0xd0, 0x67, 0xac, 0x9c, 0xd3, 0x67, 0xfc, 0xa3, 0xe9, + 0x3e, 0x63, 0x15, 0x7b, 0x14, 0x8f, 0x2f, 0x38, 0x70, 0x5c, 0xae, 0xcb, 0xf8, 0x26, 0x4e, 0x8a, + 0xad, 0xff, 0x2a, 0xc1, 0x8d, 0x9c, 0x73, 0x0e, 0x89, 0x30, 0xcd, 0x4f, 0xc2, 0xf1, 0xa5, 0xf7, + 0xce, 0xe5, 0x0f, 0x4c, 0xa9, 0xce, 0xdb, 0x44, 0xaf, 0x2d, 0x4f, 0xff, 0x72, 0x1f, 0xcc, 0x22, + 0x81, 0x37, 0x7a, 0x76, 0x6d, 0x49, 0x30, 0x26, 0x7f, 0x1f, 0x10, 0x2f, 0x96, 0xd2, 0x68, 0xb1, + 0x3c, 0x84, 0xa6, 0xe3, 0xb3, 0xc8, 0xed, 0x70, 0x76, 0xe6, 0xb9, 0x94, 0xc7, 0xeb, 0x28, 0x0b, + 0x62, 0xd7, 0x9d, 0xf6, 0x93, 0xbc, 0x57, 0xb7, 0xe2, 0xb7, 0xbc, 0x8d, 0x62, 0xfd, 0xef, 0xca, + 0x60, 0x16, 0xa5, 0x5b, 0x62, 0xc0, 0xfc, 0x21, 0x93, 0x5b, 0x52, 0xd2, 0x41, 0x28, 0xa9, 0x6b, + 0x5c, 0x23, 0xb7, 0x80, 0xa4, 0xd8, 0xe2, 0xa0, 0x34, 0x4a, 0x64, 0x09, 0x8c, 0xe7, 0xe9, 0x9f, + 0x0f, 0xee, 0x72, 0x6e, 0x94, 0xc9, 0x4d, 0xb8, 0xfe, 0x35, 0xe5, 0xde, 0xb1, 0xe7, 0xe8, 0xc2, + 0x80, 0x73, 0xc6, 0x8d, 0x8a, 0x52, 0xfb, 0x2a, 0x92, 0x61, 0x24, 0xdb, 0x1e, 0x57, 0x8c, 0x55, + 0x72, 0x1d, 0x9a, 0x1a, 0x79, 0xe6, 0xf9, 0x54, 0x41, 0x33, 0x84, 0xc0, 0xc2, 0x21, 0x7d, 0xad, + 0x8d, 0x51, 0x64, 0x9b, 0x55, 0x58, 0xba, 0xce, 0xe0, 0xdc, 0x98, 0x53, 0xa2, 0x71, 0xc6, 0xa5, + 0xb6, 0xab, 0xa0, 0x9a, 0x62, 0x4b, 0xa5, 0x5d, 0x85, 0xd5, 0xc9, 0x6d, 0xb8, 0x11, 0xeb, 0x72, + 0x63, 0x4b, 0x2c, 0x0a, 0x5c, 0x03, 0x14, 0xf3, 0x7e, 0x10, 0x46, 0x72, 0xcf, 0x16, 0x27, 0x7a, + 0x80, 0x8d, 0xf5, 0x7f, 0x2c, 0xc3, 0xed, 0x82, 0xbc, 0xae, 0xe6, 0x84, 0xaf, 0x39, 0x8e, 0x89, + 0x84, 0x64, 0x03, 0x2d, 0x21, 0xb4, 0xfa, 0x92, 0xb2, 0xdb, 0xa6, 0xc7, 0x76, 0xe4, 0xcb, 0x0c, + 0x01, 0x7d, 0xd3, 0x1d, 0x8a, 0x63, 0x91, 0x81, 0x2b, 0x64, 0x19, 0x6e, 0xb5, 0xd9, 0xeb, 0xc0, + 0x67, 0xb6, 0x4b, 0xdd, 0x0c, 0xad, 0x4a, 0x6e, 0xc0, 0x62, 0x42, 0x4b, 0x3c, 0x8f, 0x7e, 0xda, + 0x63, 0x42, 0xa6, 0xfc, 0x3e, 0x9b, 0x66, 0x8c, 0xf7, 0x00, 0x63, 0x0e, 0x3f, 0x86, 0xed, 0x7b, + 0xae, 0xad, 0x6f, 0x11, 0x35, 0x5c, 0x23, 0x77, 0xe0, 0xa6, 0x45, 0x43, 0x26, 0xda, 0x1e, 0xdf, + 0x42, 0x9d, 0x09, 0xa9, 0x4e, 0xde, 0x86, 0xfb, 0xf1, 0x08, 0x0e, 0x99, 0xf6, 0x57, 0xa2, 0xb5, + 0xed, 0x09, 0xcc, 0xd9, 0x06, 0xac, 0xff, 0x53, 0x09, 0x60, 0x7c, 0xc5, 0xaa, 0x02, 0x21, 0x1e, + 0x9b, 0x76, 0xc7, 0x76, 0xef, 0x99, 0xf6, 0x4e, 0x8c, 0xee, 0x0e, 0x8e, 0xa8, 0xeb, 0x52, 0x57, + 0xe1, 0x25, 0x74, 0x82, 0xc6, 0x63, 0x27, 0x29, 0xb8, 0x4c, 0x16, 0xa1, 0xb1, 0x2d, 0x8f, 0x13, + 0xa3, 0x46, 0x45, 0x4d, 0x12, 0xaf, 0x82, 0xe3, 0x6f, 0xcc, 0xe2, 0x98, 0xd1, 0xc1, 0x85, 0xd1, + 0xc1, 0x54, 0xcc, 0x2c, 0x42, 0xe3, 0x85, 0x72, 0x5c, 0x0c, 0xcc, 0x2a, 0x6f, 0xc6, 0xfa, 0x2d, + 0x6c, 0x8f, 0xe9, 0x92, 0x4b, 0x19, 0x99, 0x5b, 0x6f, 0x81, 0x31, 0x79, 0xab, 0x4a, 0x66, 0xa1, + 0x7c, 0xf6, 0xd8, 0xb8, 0x86, 0x7f, 0x9f, 0x18, 0xa5, 0xf5, 0x5f, 0xa9, 0xa8, 0x99, 0xba, 0x1d, + 0x54, 0x76, 0xa2, 0x40, 0x84, 0xd4, 0xc1, 0x04, 0x6c, 0x5c, 0x23, 0xf3, 0x50, 0xf3, 0x02, 0x87, + 0x0d, 0xbc, 0xa0, 0x6f, 0x94, 0xd4, 0x1b, 0x8b, 0x64, 0x9f, 0xa9, 0xb7, 0x32, 0xa9, 0xc3, 0x0c, + 0xb6, 0x59, 0x8d, 0x0a, 0xa9, 0x41, 0x35, 0x60, 0x01, 0x35, 0xaa, 0xeb, 0x5f, 0x01, 0x99, 0xbe, + 0x48, 0x25, 0x26, 0x2c, 0xd1, 0x04, 0xfd, 0x2a, 0x63, 0xe0, 0x3a, 0x34, 0x47, 0x94, 0x1e, 0x8f, + 0xa8, 0x51, 0x52, 0x3e, 0x19, 0x41, 0xcf, 0x6c, 0x5f, 0x50, 0xa3, 0xbc, 0xfe, 0xdf, 0x25, 0x98, + 0x4f, 0x27, 0x2d, 0xa5, 0x31, 0xb9, 0x2a, 0xfc, 0x2a, 0x70, 0x7c, 0x5b, 0x88, 0x44, 0xe3, 0x0d, + 0x58, 0x1c, 0x53, 0x4e, 0x03, 0xf6, 0x3a, 0x30, 0x4a, 0x6a, 0x65, 0x26, 0xe0, 0x5e, 0xaf, 0xd7, + 0x31, 0xca, 0xca, 0x70, 0x1a, 0xd9, 0x34, 0x2a, 0x6a, 0xf6, 0x09, 0xd4, 0x7b, 0xd1, 0xd5, 0x5f, + 0x22, 0x01, 0x9e, 0xdb, 0xc7, 0xa7, 0xb6, 0x31, 0x93, 0x86, 0x5e, 0xb2, 0xa0, 0xcf, 0x8c, 0x59, + 0x15, 0x19, 0x09, 0xd4, 0x61, 0x42, 0xf6, 0x39, 0x15, 0xc6, 0x5c, 0xda, 0xe2, 0xd6, 0xcb, 0x2f, + 0x3b, 0x46, 0x2d, 0x2d, 0x6a, 0x51, 0xd7, 0x13, 0x46, 0x3d, 0xa3, 0x6d, 0xd8, 0xfd, 0xf2, 0x85, + 0x01, 0x69, 0xb9, 0x5f, 0x5a, 0x9d, 0x1d, 0xa3, 0xb1, 0xbd, 0xfb, 0xaf, 0xdf, 0xad, 0x94, 0x7e, + 0xf7, 0xdd, 0x4a, 0xe9, 0x3f, 0xbe, 0x5b, 0x29, 0xfd, 0xed, 0xf7, 0x2b, 0xd7, 0x7e, 0xf7, 0xfd, + 0xca, 0xb5, 0x7f, 0xfb, 0x7e, 0xe5, 0xda, 0xaf, 0xdf, 0xeb, 0x7b, 0xf2, 0x24, 0x3a, 0xda, 0x70, + 0xd8, 0xe0, 0x51, 0xdb, 0x96, 0x76, 0x9b, 0xf5, 0xf5, 0xff, 0x17, 0x7c, 0x10, 0xda, 0x43, 0x15, + 0xce, 0x8f, 0xce, 0x3e, 0x4a, 0xfe, 0xf1, 0xe0, 0x68, 0x16, 0xd5, 0xfe, 0xf4, 0x7f, 0x02, 0x00, + 0x00, 0xff, 0xff, 0xbe, 0xbd, 0x77, 0xf3, 0xc8, 0x30, 0x00, 0x00, } func (m *CollectorConnections) Marshal() (dAtA []byte, err error) { @@ -3330,6 +3398,20 @@ func (m *Connection) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.NetworkPath != nil { + { + size, err := m.NetworkPath.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConnections(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x4 + i-- + dAtA[i] = 0x8a + } if m.RemoteServiceTagsIdx != 0 { i = encodeVarintConnections(dAtA, i, uint64(m.RemoteServiceTagsIdx)) i-- @@ -3828,6 +3910,46 @@ func (m *Connection) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *NetworkPath) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *NetworkPath) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *NetworkPath) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if len(m.TestIdentity) > 0 { + i -= len(m.TestIdentity) + copy(dAtA[i:], m.TestIdentity) + i = encodeVarintConnections(dAtA, i, uint64(len(m.TestIdentity))) + i-- + dAtA[i] = 0x12 + } + if m.HasTest { + i-- + if m.HasTest { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil +} + func (m *ResourceMetadata) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -5166,6 +5288,26 @@ func (m *Connection) Size() (n int) { if m.RemoteServiceTagsIdx != 0 { n += 2 + sovConnections(uint64(m.RemoteServiceTagsIdx)) } + if m.NetworkPath != nil { + l = m.NetworkPath.Size() + n += 2 + l + sovConnections(uint64(l)) + } + return n +} + +func (m *NetworkPath) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.HasTest { + n += 2 + } + l = len(m.TestIdentity) + if l > 0 { + n += 1 + l + sovConnections(uint64(l)) + } return n } @@ -9741,6 +9883,144 @@ func (m *Connection) Unmarshal(dAtA []byte) error { break } } + case 65: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field NetworkPath", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowConnections + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthConnections + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthConnections + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.NetworkPath == nil { + m.NetworkPath = &NetworkPath{} + } + if err := m.NetworkPath.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipConnections(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthConnections + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *NetworkPath) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowConnections + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: NetworkPath: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: NetworkPath: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field HasTest", wireType) + } + var v int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowConnections + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.HasTest = bool(v != 0) + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TestIdentity", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowConnections + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthConnections + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthConnections + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.TestIdentity = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipConnections(dAtA[iNdEx:]) diff --git a/process/connections.proto_builder.go b/process/connections.proto_builder.go index 51cc1b93..a663a560 100644 --- a/process/connections.proto_builder.go +++ b/process/connections.proto_builder.go @@ -867,6 +867,7 @@ type ConnectionBuilder struct { connection_DnsStatsByDomainByQueryTypeEntryBuilder Connection_DnsStatsByDomainByQueryTypeEntryBuilder connection_DnsStatsByDomainOffsetByQueryTypeEntryBuilder Connection_DnsStatsByDomainOffsetByQueryTypeEntryBuilder connection_TcpFailuresByErrCodeEntryBuilder Connection_TcpFailuresByErrCodeEntryBuilder + networkPathBuilder NetworkPathBuilder } func NewConnectionBuilder(writer io.Writer) *ConnectionBuilder { @@ -1362,6 +1363,16 @@ func (x *ConnectionBuilder) SetRemoteServiceTagsIdx(v int32) { x.scratch = protowire.AppendVarint(x.scratch, uint64(v)) x.writer.Write(x.scratch) } +func (x *ConnectionBuilder) SetNetworkPath(cb func(w *NetworkPathBuilder)) { + x.buf.Reset() + x.networkPathBuilder.writer = &x.buf + x.networkPathBuilder.scratch = x.scratch + cb(&x.networkPathBuilder) + x.scratch = protowire.AppendVarint(x.scratch[:0], 0x20a) + x.scratch = protowire.AppendVarint(x.scratch, uint64(x.buf.Len())) + x.writer.Write(x.scratch) + x.writer.Write(x.buf.Bytes()) +} type Connection_DnsCountByRcodeEntryBuilder struct { writer io.Writer @@ -1539,6 +1550,39 @@ func (x *Connection_TcpFailuresByErrCodeEntryBuilder) SetValue(v uint32) { x.writer.Write(x.scratch) } +type NetworkPathBuilder struct { + writer io.Writer + buf bytes.Buffer + scratch []byte +} + +func NewNetworkPathBuilder(writer io.Writer) *NetworkPathBuilder { + return &NetworkPathBuilder{ + writer: writer, + } +} +func (x *NetworkPathBuilder) Reset(writer io.Writer) { + x.buf.Reset() + x.writer = writer +} +func (x *NetworkPathBuilder) SetHasTest(v bool) { + if !v { + return + } + x.scratch = protowire.AppendVarint(x.scratch[:0], 0x8) + x.scratch = protowire.AppendVarint(x.scratch, 1) + x.writer.Write(x.scratch) +} +func (x *NetworkPathBuilder) SetTestIdentity(v string) { + if v == "" { + return + } + x.scratch = x.scratch[:0] + x.scratch = protowire.AppendVarint(x.scratch, 0x12) + x.scratch = protowire.AppendString(x.scratch, v) + x.writer.Write(x.scratch) +} + type ResourceMetadataBuilder struct { writer io.Writer buf bytes.Buffer diff --git a/proto/process/connections.proto b/proto/process/connections.proto index 4837ebb9..73a91d30 100644 --- a/proto/process/connections.proto +++ b/proto/process/connections.proto @@ -136,7 +136,7 @@ message Connections { message Connection { reserved 2, 3, 4, 7, 8, 9, 12, 13, 14, 15, 35; // Please update when adding fields - // next identifier: 65 + // next identifier: 66 int32 pid = 1; Addr laddr = 5; // Local address @@ -252,6 +252,18 @@ message Connection { // remoteServiceTagsIdx is the index of the tags associated with the remote/destination service for same-host connections. // Meant to be used with CollectorConnections#encodedTags. int32 remoteServiceTagsIdx = 64; + + // Network Path metadata for this connection. + NetworkPath networkPath = 65; +} + +message NetworkPath { + // Indicates whether this connection maps to a dynamic Network Path test that + // the Agent should maintain. + bool hasTest = 1; + + // Stable derived identity for the scheduled Network Path test. + string testIdentity = 2; } // ResourceMetadata only holds enough information to identify a resource in connection data