syncthing/lib/config/optionsconfiguration.pb.go

510 lines
35 KiB
Go

// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: lib/config/optionsconfiguration.proto
package config
import (
fmt "fmt"
proto "github.com/gogo/protobuf/proto"
_ "github.com/syncthing/syncthing/proto/ext"
math "math"
math_bits "math/bits"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
type OptionsConfiguration struct {
RawListenAddresses []string `protobuf:"bytes,1,rep,name=listen_addresses,json=listenAddresses,proto3" json:"listenAddresses" xml:"listenAddress" default:"default"`
RawGlobalAnnServers []string `protobuf:"bytes,2,rep,name=global_discovery_servers,json=globalDiscoveryServers,proto3" json:"globalAnnounceServers" xml:"globalAnnounceServer" default:"default"`
GlobalAnnEnabled bool `protobuf:"varint,3,opt,name=global_discovery_enabled,json=globalDiscoveryEnabled,proto3" json:"globalAnnounceEnabled" xml:"globalAnnounceEnabled" default:"true"`
LocalAnnEnabled bool `protobuf:"varint,4,opt,name=local_discovery_enabled,json=localDiscoveryEnabled,proto3" json:"localAnnounceEnabled" xml:"localAnnounceEnabled" default:"true"`
LocalAnnPort int `protobuf:"varint,5,opt,name=local_announce_port,json=localAnnouncePort,proto3,casttype=int" json:"localAnnouncePort" xml:"localAnnouncePort" default:"21027"`
LocalAnnMCAddr string `protobuf:"bytes,6,opt,name=local_announce_multicast_address,json=localAnnounceMulticastAddress,proto3" json:"localAnnounceMCAddr" xml:"localAnnounceMCAddr" default:"[ff12::8384]:21027"`
MaxSendKbps int `protobuf:"varint,7,opt,name=max_send_kbps,json=maxSendKbps,proto3,casttype=int" json:"maxSendKbps" xml:"maxSendKbps"`
MaxRecvKbps int `protobuf:"varint,8,opt,name=max_recv_kbps,json=maxRecvKbps,proto3,casttype=int" json:"maxRecvKbps" xml:"maxRecvKbps"`
ReconnectIntervalS int `protobuf:"varint,9,opt,name=reconnection_interval_s,json=reconnectionIntervalS,proto3,casttype=int" json:"reconnectionIntervalS" xml:"reconnectionIntervalS" default:"60"`
RelaysEnabled bool `protobuf:"varint,10,opt,name=relays_enabled,json=relaysEnabled,proto3" json:"relaysEnabled" xml:"relaysEnabled" default:"true"`
RelayReconnectIntervalM int `protobuf:"varint,11,opt,name=relays_reconnect_interval_m,json=relaysReconnectIntervalM,proto3,casttype=int" json:"relayReconnectIntervalM" xml:"relayReconnectIntervalM" default:"10"`
StartBrowser bool `protobuf:"varint,12,opt,name=start_browser,json=startBrowser,proto3" json:"startBrowser" xml:"startBrowser" default:"true"`
NATEnabled bool `protobuf:"varint,14,opt,name=nat_traversal_enabled,json=natTraversalEnabled,proto3" json:"natEnabled" xml:"natEnabled" default:"true"`
NATLeaseM int `protobuf:"varint,15,opt,name=nat_traversal_lease_m,json=natTraversalLeaseM,proto3,casttype=int" json:"natLeaseMinutes" xml:"natLeaseMinutes" default:"60"`
NATRenewalM int `protobuf:"varint,16,opt,name=nat_traversal_renewal_m,json=natTraversalRenewalM,proto3,casttype=int" json:"natRenewalMinutes" xml:"natRenewalMinutes" default:"30"`
NATTimeoutS int `protobuf:"varint,17,opt,name=nat_traversal_timeout_s,json=natTraversalTimeoutS,proto3,casttype=int" json:"natTimeoutSeconds" xml:"natTimeoutSeconds" default:"10"`
URAccepted int `protobuf:"varint,18,opt,name=usage_reporting_accepted,json=usageReportingAccepted,proto3,casttype=int" json:"urAccepted" xml:"urAccepted"`
URSeen int `protobuf:"varint,19,opt,name=usage_reporting_seen,json=usageReportingSeen,proto3,casttype=int" json:"urSeen" xml:"urSeen"`
URUniqueID string `protobuf:"bytes,20,opt,name=usage_reporting_unique_id,json=usageReportingUniqueId,proto3" json:"urUniqueId" xml:"urUniqueID"`
URURL string `protobuf:"bytes,21,opt,name=usage_reporting_url,json=usageReportingUrl,proto3" json:"urURL" xml:"urURL" default:"https://data.syncthing.net/newdata"`
URPostInsecurely bool `protobuf:"varint,22,opt,name=usage_reporting_post_insecurely,json=usageReportingPostInsecurely,proto3" json:"urPostInsecurely" xml:"urPostInsecurely" default:"false"`
URInitialDelayS int `protobuf:"varint,23,opt,name=usage_reporting_initial_delay_s,json=usageReportingInitialDelayS,proto3,casttype=int" json:"urInitialDelayS" xml:"urInitialDelayS" default:"1800"`
RestartOnWakeup bool `protobuf:"varint,24,opt,name=restart_on_wakeup,json=restartOnWakeup,proto3" json:"restartOnWakeup" xml:"restartOnWakeup" default:"true"`
AutoUpgradeIntervalH int `protobuf:"varint,25,opt,name=auto_upgrade_interval_h,json=autoUpgradeIntervalH,proto3,casttype=int" json:"autoUpgradeIntervalH" xml:"autoUpgradeIntervalH" default:"12"`
UpgradeToPreReleases bool `protobuf:"varint,26,opt,name=upgrade_to_pre_releases,json=upgradeToPreReleases,proto3" json:"upgradeToPreReleases" xml:"upgradeToPreReleases"`
KeepTemporariesH int `protobuf:"varint,27,opt,name=keep_temporaries_h,json=keepTemporariesH,proto3,casttype=int" json:"keepTemporariesH" xml:"keepTemporariesH" default:"24"`
CacheIgnoredFiles bool `protobuf:"varint,28,opt,name=cache_ignored_files,json=cacheIgnoredFiles,proto3" json:"cacheIgnoredFiles" xml:"cacheIgnoredFiles" default:"false"`
ProgressUpdateIntervalS int `protobuf:"varint,29,opt,name=progress_update_interval_s,json=progressUpdateIntervalS,proto3,casttype=int" json:"progressUpdateIntervalS" xml:"progressUpdateIntervalS" default:"5"`
LimitBandwidthInLan bool `protobuf:"varint,30,opt,name=limit_bandwidth_in_lan,json=limitBandwidthInLan,proto3" json:"limitBandwidthInLan" xml:"limitBandwidthInLan" default:"false"`
MinHomeDiskFree Size `protobuf:"bytes,31,opt,name=min_home_disk_free,json=minHomeDiskFree,proto3" json:"minHomeDiskFree" xml:"minHomeDiskFree" default:"1 %"`
ReleasesURL string `protobuf:"bytes,32,opt,name=releases_url,json=releasesUrl,proto3" json:"releasesURL" xml:"releasesURL" default:"https://upgrades.syncthing.net/meta.json"`
AlwaysLocalNets []string `protobuf:"bytes,33,rep,name=always_local_nets,json=alwaysLocalNets,proto3" json:"alwaysLocalNets" xml:"alwaysLocalNet"`
OverwriteRemoteDevNames bool `protobuf:"varint,34,opt,name=overwrite_remote_device_names_on_connect,json=overwriteRemoteDeviceNamesOnConnect,proto3" json:"overwriteRemoteDeviceNamesOnConnect" xml:"overwriteRemoteDeviceNamesOnConnect" default:"false"`
TempIndexMinBlocks int `protobuf:"varint,35,opt,name=temp_index_min_blocks,json=tempIndexMinBlocks,proto3,casttype=int" json:"tempIndexMinBlocks" xml:"tempIndexMinBlocks" default:"10"`
UnackedNotificationIDs []string `protobuf:"bytes,36,rep,name=unacked_notification_ids,json=unackedNotificationIds,proto3" json:"unackedNotificationIDs" xml:"unackedNotificationID"`
TrafficClass int `protobuf:"varint,37,opt,name=traffic_class,json=trafficClass,proto3,casttype=int" json:"trafficClass" xml:"trafficClass"`
DefaultFolderPath string `protobuf:"bytes,38,opt,name=default_folder_path,json=defaultFolderPath,proto3" json:"defaultFolderPath" xml:"defaultFolderPath" default:"~"`
SetLowPriority bool `protobuf:"varint,39,opt,name=set_low_priority,json=setLowPriority,proto3" json:"setLowPriority" xml:"setLowPriority" default:"true"`
RawMaxFolderConcurrency int `protobuf:"varint,40,opt,name=max_folder_concurrency,json=maxFolderConcurrency,proto3,casttype=int" json:"maxFolderConcurrency" xml:"maxFolderConcurrency"`
CRURL string `protobuf:"bytes,41,opt,name=crash_reporting_url,json=crashReportingUrl,proto3" json:"crURL" xml:"crashReportingURL" default:"https://crash.syncthing.net/newcrash"`
CREnabled bool `protobuf:"varint,42,opt,name=crash_reporting_enabled,json=crashReportingEnabled,proto3" json:"crashReportingEnabled" xml:"crashReportingEnabled" default:"true"`
StunKeepaliveStartS int `protobuf:"varint,43,opt,name=stun_keepalive_start_s,json=stunKeepaliveStartS,proto3,casttype=int" json:"stunKeepaliveStartS" xml:"stunKeepaliveStartS" default:"180"`
StunKeepaliveMinS int `protobuf:"varint,44,opt,name=stun_keepalive_min_s,json=stunKeepaliveMinS,proto3,casttype=int" json:"stunKeepaliveMinS" xml:"stunKeepaliveMinS" default:"20"`
RawStunServers []string `protobuf:"bytes,45,rep,name=stun_servers,json=stunServers,proto3" json:"stunServers" xml:"stunServer" default:"default"`
DatabaseTuning Tuning `protobuf:"varint,46,opt,name=database_tuning,json=databaseTuning,proto3,enum=config.Tuning" json:"databaseTuning" xml:"databaseTuning" restart:"true"`
RawMaxCIRequestKiB int `protobuf:"varint,47,opt,name=max_concurrent_incoming_request_kib,json=maxConcurrentIncomingRequestKib,proto3,casttype=int" json:"maxConcurrentIncomingRequestKiB" xml:"maxConcurrentIncomingRequestKiB"`
AnnounceLANAddresses bool `protobuf:"varint,48,opt,name=announce_lan_addresses,json=announceLanAddresses,proto3" json:"announceLANAddresses" xml:"announceLANAddresses" default:"true"`
// Legacy deprecated
DeprecatedUPnPEnabled bool `protobuf:"varint,9000,opt,name=upnp_enabled,json=upnpEnabled,proto3" json:"-" xml:"upnpEnabled,omitempty"` // Deprecated: Do not use.
DeprecatedUPnPLeaseM int `protobuf:"varint,9001,opt,name=upnp_lease_m,json=upnpLeaseM,proto3,casttype=int" json:"-" xml:"upnpLeaseMinutes,omitempty"` // Deprecated: Do not use.
DeprecatedUPnPRenewalM int `protobuf:"varint,9002,opt,name=upnp_renewal_m,json=upnpRenewalM,proto3,casttype=int" json:"-" xml:"upnpRenewalMinutes,omitempty"` // Deprecated: Do not use.
DeprecatedUPnPTimeoutS int `protobuf:"varint,9003,opt,name=upnp_timeout_s,json=upnpTimeoutS,proto3,casttype=int" json:"-" xml:"upnpTimeoutSeconds,omitempty"` // Deprecated: Do not use.
DeprecatedRelayServers []string `protobuf:"bytes,9004,rep,name=relay_servers,json=relayServers,proto3" json:"-" xml:"relayServer,omitempty"` // Deprecated: Do not use.
DeprecatedMinHomeDiskFreePct float64 `protobuf:"fixed64,9005,opt,name=min_home_disk_free_pct,json=minHomeDiskFreePct,proto3" json:"-" xml:"minHomeDiskFreePct,omitempty"` // Deprecated: Do not use.
DeprecatedMaxConcurrentScans int `protobuf:"varint,9006,opt,name=max_concurrent_scans,json=maxConcurrentScans,proto3,casttype=int" json:"-" xml:"maxConcurrentScans,omitempty"` // Deprecated: Do not use.
}
func (m *OptionsConfiguration) Reset() { *m = OptionsConfiguration{} }
func (m *OptionsConfiguration) String() string { return proto.CompactTextString(m) }
func (*OptionsConfiguration) ProtoMessage() {}
func (*OptionsConfiguration) Descriptor() ([]byte, []int) {
return fileDescriptor_d09882599506ca03, []int{0}
}
func (m *OptionsConfiguration) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_OptionsConfiguration.Unmarshal(m, b)
}
func (m *OptionsConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_OptionsConfiguration.Marshal(b, m, deterministic)
}
func (m *OptionsConfiguration) XXX_Merge(src proto.Message) {
xxx_messageInfo_OptionsConfiguration.Merge(m, src)
}
func (m *OptionsConfiguration) XXX_Size() int {
return xxx_messageInfo_OptionsConfiguration.Size(m)
}
func (m *OptionsConfiguration) XXX_DiscardUnknown() {
xxx_messageInfo_OptionsConfiguration.DiscardUnknown(m)
}
var xxx_messageInfo_OptionsConfiguration proto.InternalMessageInfo
func init() {
proto.RegisterType((*OptionsConfiguration)(nil), "config.OptionsConfiguration")
}
func init() {
proto.RegisterFile("lib/config/optionsconfiguration.proto", fileDescriptor_d09882599506ca03)
}
var fileDescriptor_d09882599506ca03 = []byte{
// 3054 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x5a, 0x5b, 0x6c, 0x1d, 0x47,
0x19, 0xce, 0x26, 0x4d, 0xda, 0x6c, 0x1c, 0x3b, 0x5e, 0xdf, 0xb6, 0x49, 0xea, 0x75, 0x4f, 0x4e,
0x5a, 0xf7, 0xe6, 0x5b, 0xda, 0x10, 0x22, 0x21, 0xf0, 0xa5, 0x6e, 0x4d, 0x6d, 0xc7, 0x1a, 0xdb,
0x2a, 0x2a, 0x42, 0xab, 0x39, 0x7b, 0xc6, 0xf6, 0xe2, 0x3d, 0xb3, 0x27, 0xbb, 0xb3, 0xbe, 0x14,
0x54, 0xaa, 0x22, 0x2e, 0x6f, 0x80, 0xc5, 0x45, 0x02, 0x09, 0x15, 0x51, 0x24, 0x4a, 0x29, 0x42,
0x42, 0x42, 0x82, 0x17, 0x10, 0x12, 0x52, 0x05, 0x0f, 0xf6, 0x23, 0x12, 0x65, 0x51, 0x9d, 0x3e,
0xa0, 0xf3, 0xc0, 0xc3, 0x79, 0x34, 0x2f, 0xe8, 0x9f, 0xbd, 0xcd, 0xee, 0xce, 0x69, 0xf2, 0x76,
0xf6, 0xff, 0xfe, 0xf9, 0xe7, 0xfb, 0xe7, 0xf2, 0xcf, 0xff, 0xcf, 0x1c, 0xf5, 0xba, 0x63, 0xd7,
0xc6, 0x2d, 0x97, 0x6e, 0xd8, 0x9b, 0xe3, 0x6e, 0x93, 0xd9, 0x2e, 0xf5, 0xa3, 0xaf, 0xc0, 0xc3,
0xf0, 0x35, 0xd6, 0xf4, 0x5c, 0xe6, 0x6a, 0xe7, 0x22, 0xe1, 0xe5, 0x21, 0x41, 0x9d, 0x05, 0xd4,
0xa6, 0x9b, 0x91, 0xc2, 0xe5, 0x01, 0x01, 0xf0, 0xed, 0xd7, 0x49, 0x2c, 0x3e, 0x4f, 0xf6, 0x58,
0xf4, 0xb3, 0xf2, 0xce, 0x8b, 0x6a, 0xff, 0x9d, 0xa8, 0x87, 0x59, 0xb1, 0x07, 0xed, 0xa7, 0x8a,
0x7a, 0xc9, 0xb1, 0x7d, 0x46, 0xa8, 0x89, 0xeb, 0x75, 0x8f, 0xf8, 0x3e, 0xf1, 0x75, 0x65, 0xe4,
0xcc, 0xe8, 0xf9, 0x19, 0xff, 0x38, 0x34, 0x34, 0x84, 0x77, 0x17, 0x39, 0x3c, 0x9d, 0xa0, 0xad,
0xd0, 0xe8, 0x71, 0xf2, 0xa2, 0x76, 0x68, 0x5c, 0xdf, 0x6b, 0x38, 0xb7, 0x2b, 0x39, 0x79, 0x65,
0xa4, 0x4e, 0x36, 0x70, 0xe0, 0xb0, 0xdb, 0x95, 0xf8, 0x47, 0xe5, 0xe4, 0xb0, 0xfa, 0x70, 0xfc,
0xfb, 0xe0, 0xa8, 0x2a, 0x31, 0x8e, 0x8a, 0xa6, 0xb5, 0xff, 0x2a, 0xaa, 0xbe, 0xe9, 0xb8, 0x35,
0xec, 0x98, 0x75, 0xdb, 0xb7, 0xdc, 0x1d, 0xe2, 0xed, 0x9b, 0x3e, 0xf1, 0x76, 0x88, 0xe7, 0xeb,
0xa7, 0x39, 0xd1, 0xdf, 0x29, 0xc7, 0xa1, 0xd1, 0x87, 0xf0, 0xee, 0x4b, 0x5c, 0x6f, 0x9a, 0xd2,
0xd5, 0x08, 0x6f, 0x85, 0xc6, 0xc0, 0x66, 0x22, 0x73, 0x03, 0x6a, 0x91, 0x18, 0x68, 0x87, 0xc6,
0xb3, 0x9c, 0xb0, 0x0c, 0x95, 0xf0, 0x6e, 0x1d, 0x56, 0xfb, 0x65, 0xaa, 0xed, 0xc3, 0xaa, 0xbc,
0x83, 0xbc, 0xa3, 0x32, 0x6e, 0x68, 0x30, 0x6a, 0x38, 0x97, 0x38, 0x15, 0xcb, 0xb5, 0x8f, 0x65,
0x0e, 0x13, 0x8a, 0x6b, 0x0e, 0xa9, 0xeb, 0x67, 0x46, 0x94, 0xd1, 0x47, 0x66, 0xde, 0x05, 0x87,
0x2f, 0xa5, 0x16, 0x5f, 0x8c, 0xc0, 0xb2, 0xb7, 0x31, 0xd0, 0x0e, 0x8d, 0xa7, 0x25, 0xde, 0xc6,
0xa8, 0xe0, 0x2e, 0xf3, 0x02, 0x02, 0xbe, 0x76, 0x30, 0xd3, 0x09, 0x38, 0x39, 0xac, 0x3e, 0x04,
0x4d, 0x0f, 0x8e, 0xaa, 0x25, 0x52, 0x25, 0x37, 0x63, 0xb9, 0xf6, 0xa1, 0xa2, 0x0e, 0x39, 0xae,
0x25, 0xf5, 0xf2, 0x21, 0xee, 0xe5, 0xcf, 0xc1, 0xcb, 0x9e, 0x45, 0xd0, 0xc9, 0x39, 0xd9, 0xef,
0xc4, 0xa2, 0x82, 0x8f, 0x4f, 0x45, 0x4b, 0x50, 0x02, 0x4a, 0x5c, 0x94, 0x1b, 0xe9, 0x20, 0x17,
0x1c, 0x2c, 0xf2, 0x41, 0x03, 0xbc, 0x41, 0xc9, 0xbd, 0xbf, 0x2b, 0x6a, 0x5f, 0xe4, 0x1e, 0x8e,
0x6d, 0x99, 0x4d, 0xd7, 0x63, 0xfa, 0xd9, 0x11, 0x65, 0xf4, 0xec, 0xcc, 0x8f, 0xc1, 0xb5, 0xae,
0xc4, 0xd4, 0x8a, 0xeb, 0xb1, 0x56, 0x68, 0xf4, 0xe6, 0xba, 0x06, 0x61, 0x3b, 0x34, 0x9e, 0x2c,
0x3b, 0x05, 0x88, 0xe0, 0xd1, 0xd4, 0xe4, 0xc4, 0xd4, 0xa7, 0x2a, 0x27, 0xa1, 0x71, 0xc6, 0xa6,
0xac, 0x75, 0x58, 0x95, 0x98, 0x91, 0x09, 0x4f, 0x0e, 0xab, 0x67, 0x79, 0xd3, 0x83, 0xa3, 0x6a,
0x8e, 0x09, 0x2a, 0xeb, 0x6a, 0x5f, 0x3f, 0xad, 0x8e, 0x14, 0xbc, 0x69, 0x04, 0x0e, 0xb3, 0x2d,
0xec, 0xb3, 0x24, 0x6e, 0xe8, 0xe7, 0x46, 0x94, 0xd1, 0xf3, 0x33, 0x7f, 0x00, 0xd7, 0xba, 0x13,
0x83, 0x4b, 0xb3, 0xb0, 0x93, 0x5b, 0xa1, 0xd1, 0x97, 0x33, 0x1a, 0x89, 0xdb, 0xa1, 0x71, 0xb3,
0xec, 0x5e, 0x84, 0x09, 0x0e, 0x7e, 0x71, 0x63, 0x63, 0x72, 0xea, 0xf6, 0xed, 0x5b, 0x37, 0x6e,
0x3d, 0xff, 0xa5, 0xdb, 0x91, 0xb7, 0xad, 0xc3, 0xaa, 0xd4, 0xa0, 0x5c, 0x7c, 0x72, 0x58, 0xd5,
0xca, 0x46, 0x0e, 0x8e, 0xaa, 0x05, 0x9a, 0xe8, 0xb1, 0x7c, 0xe3, 0xc4, 0xc3, 0x38, 0x18, 0x69,
0x77, 0xd4, 0x8b, 0x0d, 0xbc, 0x67, 0xfa, 0x84, 0xd6, 0xcd, 0xed, 0x5a, 0xd3, 0xd7, 0x1f, 0xe6,
0x93, 0xf9, 0x4c, 0x2b, 0x34, 0x2e, 0x34, 0xf0, 0xde, 0x2a, 0xa1, 0xf5, 0x57, 0x6a, 0x4d, 0x08,
0x2e, 0xbd, 0xdc, 0x2d, 0x41, 0x96, 0xcc, 0x0f, 0x12, 0x15, 0x13, 0x83, 0x1e, 0xb1, 0x76, 0x22,
0x83, 0x8f, 0xe4, 0x0c, 0x22, 0x62, 0xed, 0x14, 0x0d, 0x26, 0xb2, 0x9c, 0xc1, 0x44, 0xa8, 0xfd,
0x5e, 0x51, 0x87, 0x3c, 0x62, 0xb9, 0x94, 0x12, 0x0b, 0xc2, 0xbb, 0x69, 0x53, 0x46, 0xbc, 0x1d,
0xec, 0x98, 0xbe, 0x7e, 0x9e, 0xdb, 0x7e, 0x83, 0x07, 0xf5, 0x44, 0x65, 0x21, 0x86, 0x57, 0x21,
0x76, 0x88, 0x0d, 0x53, 0xa0, 0x1d, 0x1a, 0xa3, 0xbc, 0x6f, 0x29, 0x2a, 0xcc, 0xd2, 0xcd, 0x89,
0x84, 0xd2, 0xc9, 0x61, 0xf5, 0xf4, 0xcd, 0x09, 0x1e, 0xdf, 0x4b, 0xfd, 0x20, 0x79, 0x2f, 0xda,
0x86, 0xda, 0xed, 0x11, 0x07, 0xef, 0xfb, 0x69, 0x0c, 0x50, 0x79, 0x0c, 0xf8, 0x6c, 0x2b, 0x34,
0x2e, 0x46, 0x48, 0xb6, 0xd1, 0x2b, 0x31, 0x21, 0x41, 0x5a, 0xdc, 0xe1, 0xc9, 0x8e, 0x45, 0xf9,
0xc6, 0xda, 0x5b, 0xa7, 0xd5, 0x2b, 0x71, 0x47, 0x29, 0x91, 0x6c, 0x90, 0x1a, 0xfa, 0x05, 0x3e,
0x48, 0x7f, 0x81, 0x35, 0x3c, 0x84, 0x40, 0xaf, 0xe4, 0xc2, 0x52, 0x2b, 0x34, 0x86, 0x3c, 0x39,
0x94, 0x06, 0xda, 0x0e, 0xb8, 0xc0, 0x72, 0x72, 0x42, 0xd8, 0xb2, 0x1d, 0xed, 0x75, 0x86, 0x60,
0x90, 0x27, 0x61, 0x90, 0x3b, 0xd1, 0x44, 0x7a, 0xe4, 0x67, 0x19, 0xd1, 0x6a, 0xea, 0x45, 0x9f,
0x61, 0x8f, 0x99, 0x35, 0xcf, 0xdd, 0xf5, 0x89, 0xa7, 0x77, 0xf1, 0xb1, 0xfe, 0x4c, 0x2b, 0x34,
0xba, 0x38, 0x30, 0x13, 0xc9, 0xdb, 0xa1, 0xf1, 0x38, 0x77, 0x47, 0x14, 0x76, 0x1c, 0xe9, 0x5c,
0x53, 0xed, 0x17, 0x8a, 0x3a, 0x40, 0x31, 0x33, 0x99, 0x87, 0xe1, 0x54, 0xc3, 0x4e, 0x3a, 0xb1,
0xdd, 0xbc, 0xb3, 0xbb, 0xc7, 0xa1, 0xa1, 0x2e, 0x4f, 0xaf, 0x65, 0x61, 0x5d, 0xa5, 0x98, 0x65,
0x73, 0x6c, 0xf0, 0x8e, 0x33, 0x91, 0x24, 0x84, 0x8b, 0x0d, 0x72, 0x5f, 0x42, 0xb8, 0x16, 0xba,
0x40, 0x7d, 0x14, 0xb3, 0xb5, 0x84, 0x4e, 0xb2, 0x20, 0xfe, 0x58, 0xe2, 0xe9, 0x10, 0xec, 0x13,
0xb3, 0xa1, 0xf7, 0xf0, 0xa5, 0xf0, 0x4d, 0x58, 0x0a, 0xe7, 0x97, 0xa7, 0xd7, 0x16, 0x41, 0x0c,
0x93, 0xdf, 0x43, 0x31, 0x8b, 0x3e, 0x6c, 0x1a, 0x30, 0x9e, 0xfc, 0x54, 0x12, 0xb2, 0xa2, 0x5c,
0xba, 0x37, 0x5a, 0x87, 0xd5, 0x52, 0xfb, 0xb2, 0x28, 0xdd, 0x41, 0x59, 0xc7, 0x48, 0x13, 0xd9,
0x47, 0x32, 0xed, 0x6f, 0x8a, 0x3a, 0x94, 0x27, 0xef, 0x11, 0x4a, 0x76, 0xf9, 0x4a, 0xbe, 0xc4,
0xe9, 0x1f, 0x00, 0xfd, 0x0b, 0xcb, 0xd3, 0x6b, 0x28, 0x02, 0xc0, 0x81, 0x5e, 0x8a, 0x59, 0xf2,
0x99, 0xba, 0x50, 0x4d, 0x5c, 0xc8, 0x23, 0x82, 0x13, 0x37, 0x44, 0x27, 0x24, 0x36, 0x64, 0x42,
0x70, 0xe4, 0x06, 0x38, 0x22, 0x52, 0x40, 0xfd, 0xa2, 0x2b, 0x89, 0x54, 0xe2, 0x0c, 0xb3, 0x1b,
0xc4, 0x0d, 0x98, 0xe9, 0xeb, 0xbd, 0x79, 0x67, 0xd6, 0x22, 0x60, 0x35, 0x76, 0x26, 0xf9, 0x84,
0x95, 0x5e, 0xcf, 0x39, 0x93, 0x47, 0x3a, 0x6d, 0x3f, 0x89, 0x0d, 0x99, 0x30, 0xdd, 0x72, 0x22,
0x85, 0xbc, 0x33, 0x89, 0x54, 0xfb, 0x89, 0xa2, 0xea, 0x81, 0x8f, 0x37, 0x89, 0xe9, 0x11, 0x38,
0xf7, 0x6d, 0xba, 0x69, 0x62, 0xcb, 0x22, 0x4d, 0x46, 0xea, 0xba, 0xc6, 0xbd, 0xc1, 0xb0, 0x03,
0xd6, 0xd1, 0x74, 0x2c, 0x85, 0x1d, 0x10, 0x78, 0xc9, 0x57, 0x3b, 0x34, 0x2e, 0x71, 0x27, 0x32,
0x91, 0x40, 0x58, 0x54, 0xcc, 0x7d, 0xc1, 0x8a, 0xcf, 0x4c, 0xa2, 0x41, 0x4e, 0x01, 0x25, 0x0c,
0x12, 0xb9, 0xf6, 0x15, 0xb5, 0xbf, 0x48, 0xce, 0x27, 0x84, 0xea, 0x7d, 0x9c, 0xd8, 0xc2, 0x71,
0x68, 0x9c, 0x5b, 0x47, 0xab, 0x84, 0xd0, 0x56, 0x68, 0x9c, 0x0b, 0x3c, 0xf8, 0xd5, 0x0e, 0x8d,
0xae, 0x98, 0x10, 0x7c, 0x0a, 0x64, 0x12, 0x85, 0xf4, 0xd7, 0xc1, 0x51, 0x35, 0x6e, 0x8e, 0xb4,
0x3c, 0x01, 0x90, 0x69, 0x3f, 0x50, 0xd4, 0x47, 0x8b, 0xbd, 0x07, 0xd4, 0xbe, 0x1b, 0x10, 0xd3,
0xae, 0xeb, 0xfd, 0x3c, 0x89, 0x78, 0x2d, 0x1a, 0x9b, 0x75, 0x2e, 0x5e, 0x98, 0x8b, 0xc6, 0x26,
0xfe, 0x12, 0xc7, 0x26, 0x51, 0xa8, 0x44, 0x83, 0x92, 0x7c, 0xb6, 0xc5, 0xaf, 0x78, 0x50, 0x12,
0xac, 0x38, 0x28, 0x89, 0x96, 0xf6, 0x67, 0x45, 0xed, 0x2b, 0xf1, 0xf2, 0x1c, 0x7d, 0x80, 0x33,
0xfa, 0x0e, 0xac, 0xbd, 0xb3, 0xeb, 0x68, 0x1d, 0x2d, 0xb6, 0x42, 0xe3, 0x6c, 0xe0, 0xad, 0xa3,
0xc5, 0x76, 0x68, 0xdc, 0x4a, 0x88, 0xa0, 0x45, 0x61, 0x75, 0x6d, 0x31, 0xd6, 0xf4, 0x6f, 0x8f,
0x8f, 0xd7, 0x31, 0xc3, 0x63, 0xfe, 0x3e, 0xb5, 0xd8, 0x16, 0x14, 0x6b, 0x94, 0xb0, 0x71, 0x4a,
0x76, 0x41, 0x0a, 0x84, 0x63, 0x23, 0xc9, 0x8f, 0x93, 0xc3, 0xea, 0x03, 0x34, 0x3c, 0x38, 0xaa,
0x46, 0x2c, 0x50, 0x6f, 0xc1, 0x0f, 0xcf, 0xd1, 0xfe, 0xad, 0xa8, 0x46, 0xd1, 0x85, 0xa6, 0xeb,
0xc3, 0x09, 0xe7, 0x13, 0x2b, 0xf0, 0x88, 0xb3, 0xaf, 0x0f, 0xf2, 0xf0, 0xfb, 0x23, 0x5e, 0x41,
0xac, 0xa3, 0x15, 0xd7, 0x67, 0x0b, 0x29, 0xd8, 0x0a, 0x8d, 0x4b, 0x81, 0x97, 0x97, 0xb5, 0x43,
0xe3, 0x89, 0xd8, 0xc9, 0x3c, 0x20, 0xf8, 0xbb, 0x81, 0x1d, 0x9f, 0x87, 0xe4, 0x72, 0x6b, 0x89,
0x0c, 0x32, 0x4f, 0xde, 0x02, 0xea, 0x85, 0x22, 0x05, 0x74, 0x35, 0xef, 0x56, 0x1e, 0xd5, 0xfe,
0x25, 0xf1, 0xd0, 0xa6, 0x36, 0xb3, 0xa1, 0x8e, 0x80, 0xf3, 0xce, 0xf4, 0xf5, 0x21, 0xbe, 0x8a,
0x7f, 0xc8, 0xab, 0x87, 0x75, 0xb4, 0x10, 0xa1, 0x73, 0x00, 0x42, 0xc0, 0xe8, 0x09, 0xbc, 0x9c,
0x28, 0x0d, 0x17, 0x05, 0xb9, 0x18, 0x2c, 0x6e, 0x4d, 0xe4, 0x02, 0x78, 0xd1, 0x42, 0x59, 0x04,
0x27, 0x10, 0xb4, 0x82, 0x82, 0xa1, 0x40, 0x01, 0x5d, 0xc9, 0x3b, 0x98, 0x03, 0x35, 0x57, 0xed,
0xf5, 0x48, 0x74, 0x38, 0xbb, 0xd4, 0xdc, 0xc5, 0xdb, 0x24, 0x68, 0xea, 0x3a, 0x9f, 0xb2, 0x59,
0x20, 0x1f, 0x83, 0x77, 0xe8, 0xab, 0x1c, 0x4a, 0xc9, 0x17, 0xe4, 0x1d, 0x0f, 0xe9, 0xa2, 0x01,
0xed, 0x5b, 0x8a, 0x3a, 0x84, 0x03, 0xe6, 0x9a, 0x41, 0x73, 0xd3, 0xc3, 0x75, 0x92, 0x25, 0x43,
0x5b, 0xfa, 0xa3, 0x7c, 0x20, 0x57, 0xa0, 0xe4, 0x02, 0x95, 0xf5, 0x48, 0x23, 0xc9, 0x23, 0x5e,
0x4e, 0xab, 0x13, 0x19, 0x28, 0x0e, 0xdf, 0x94, 0x98, 0x19, 0x4e, 0x4e, 0x21, 0xa9, 0x35, 0xad,
0xa1, 0x0e, 0x25, 0x1c, 0x98, 0x6b, 0x36, 0x3d, 0x98, 0x62, 0x7e, 0x16, 0xfb, 0xfa, 0x65, 0x3e,
0x00, 0x37, 0x81, 0x48, 0xac, 0xb2, 0xe6, 0xae, 0x78, 0x04, 0xc5, 0x78, 0x3b, 0x34, 0x2e, 0x47,
0x53, 0x28, 0x01, 0x2b, 0x48, 0xda, 0x46, 0xdb, 0x51, 0xb5, 0x6d, 0x42, 0x9a, 0x26, 0x23, 0x8d,
0xa6, 0xeb, 0x61, 0xcf, 0x26, 0xbe, 0xb9, 0xa5, 0x5f, 0xe1, 0x2e, 0xbf, 0x0c, 0x1b, 0x01, 0xd0,
0xb5, 0x0c, 0x04, 0x77, 0xaf, 0xf1, 0x5e, 0x8a, 0x80, 0x58, 0x8b, 0x3d, 0x2f, 0xba, 0x3a, 0xf5,
0x3c, 0x2a, 0x59, 0xd1, 0xf6, 0xd5, 0x3e, 0x0b, 0x5b, 0x5b, 0xc4, 0xb4, 0x37, 0xa9, 0xeb, 0x91,
0xba, 0xb9, 0x61, 0x3b, 0xc4, 0xd7, 0xaf, 0x72, 0x17, 0x17, 0xe0, 0x44, 0xe3, 0xf0, 0x42, 0x84,
0xce, 0x03, 0x98, 0x0e, 0x74, 0x09, 0x29, 0xed, 0xc1, 0x74, 0x6f, 0xa1, 0xb2, 0x19, 0xed, 0x7b,
0x8a, 0x7a, 0xb9, 0xe9, 0xb9, 0x9b, 0x50, 0xcc, 0x98, 0x41, 0xb3, 0x8e, 0x19, 0x11, 0x0b, 0x84,
0xc7, 0xb8, 0xef, 0x6b, 0x90, 0xdf, 0x26, 0x5a, 0xeb, 0x5c, 0x49, 0x2c, 0x06, 0xa2, 0x22, 0xbb,
0x03, 0x2e, 0xd0, 0x79, 0x41, 0x18, 0x08, 0xe5, 0x05, 0xd4, 0xc9, 0xa2, 0xf6, 0x96, 0xa2, 0x0e,
0x3a, 0x76, 0xc3, 0x66, 0x66, 0x0d, 0xd3, 0xfa, 0xae, 0x5d, 0x67, 0x5b, 0xa6, 0x4d, 0x4d, 0x07,
0x53, 0x7d, 0x98, 0x0f, 0xc9, 0x12, 0x2f, 0x1e, 0x41, 0x63, 0x26, 0x51, 0x58, 0xa0, 0x8b, 0x98,
0x66, 0x05, 0x7f, 0x19, 0xfb, 0x84, 0x61, 0x91, 0x99, 0xd2, 0xde, 0x54, 0x54, 0xad, 0x61, 0x53,
0x73, 0xcb, 0x6d, 0x10, 0xb3, 0x6e, 0xfb, 0xdb, 0xe6, 0x86, 0x47, 0x88, 0x6e, 0x8c, 0x28, 0xa3,
0x17, 0xa6, 0xba, 0xc6, 0xa2, 0x9b, 0xb5, 0xb1, 0x55, 0xfb, 0x75, 0x32, 0xf3, 0xe2, 0x07, 0xa1,
0x71, 0x0a, 0x76, 0x62, 0xc3, 0xa6, 0x2f, 0xbb, 0x0d, 0x32, 0x67, 0xfb, 0xdb, 0xf3, 0x1e, 0x21,
0xe9, 0xea, 0x28, 0xc8, 0xc5, 0x7d, 0x30, 0x72, 0x1d, 0x88, 0x9c, 0x99, 0x1c, 0xb9, 0x8e, 0x8a,
0xcd, 0xb5, 0x7b, 0x8a, 0xda, 0x95, 0xac, 0x77, 0x7e, 0xec, 0x8c, 0xf0, 0x63, 0xe7, 0x4f, 0x3c,
0xe5, 0x49, 0x16, 0x6d, 0x74, 0xf8, 0x5c, 0xf0, 0xb2, 0xcf, 0x76, 0x68, 0xcc, 0x25, 0x15, 0x47,
0x22, 0x93, 0x1c, 0x44, 0xf1, 0x0e, 0xf0, 0x0b, 0x67, 0x4a, 0x83, 0x30, 0x3c, 0xf6, 0x65, 0xdf,
0xa5, 0x10, 0xbb, 0x73, 0x66, 0xf3, 0x9f, 0x27, 0x87, 0xd5, 0xd1, 0x07, 0x35, 0x05, 0xf9, 0x91,
0xc0, 0x17, 0x65, 0x76, 0x3c, 0x47, 0x7b, 0x55, 0xed, 0xc5, 0xce, 0x2e, 0x54, 0x5f, 0xd1, 0x6d,
0x02, 0x25, 0xcc, 0xd7, 0x1f, 0xe7, 0x97, 0x78, 0x50, 0xf4, 0xf6, 0x44, 0x20, 0xaf, 0xca, 0x97,
0x09, 0x83, 0x85, 0xdf, 0x1f, 0x45, 0x98, 0x9c, 0xbc, 0x82, 0x8a, 0x8a, 0xda, 0xff, 0x14, 0x75,
0xd4, 0xdd, 0x21, 0xde, 0xae, 0x67, 0x33, 0x08, 0x1c, 0x0d, 0x97, 0x11, 0xb3, 0x4e, 0x76, 0x6c,
0x8b, 0x98, 0x14, 0x37, 0x88, 0x0f, 0xe1, 0x34, 0x2e, 0x84, 0xf4, 0x4a, 0x76, 0xbd, 0x34, 0x74,
0x27, 0x69, 0x84, 0x78, 0x9b, 0x39, 0xb2, 0xb3, 0x0c, 0xea, 0xad, 0xd0, 0xb8, 0xe6, 0x96, 0x20,
0xdb, 0x22, 0x1c, 0xbd, 0x43, 0x67, 0x23, 0x53, 0xed, 0xd0, 0xf8, 0x34, 0x27, 0xf8, 0x00, 0xba,
0x9d, 0x17, 0x25, 0x54, 0x71, 0x1d, 0x78, 0xa0, 0x07, 0x61, 0xa1, 0x7d, 0x4d, 0x1d, 0x80, 0x30,
0x66, 0xda, 0xb4, 0x4e, 0xf6, 0x4c, 0x58, 0xc9, 0x35, 0xc7, 0xb5, 0xb6, 0x7d, 0xfd, 0x1a, 0xdf,
0xd2, 0xb0, 0x68, 0x34, 0x50, 0x58, 0x00, 0x7c, 0xc9, 0xa6, 0x33, 0x1c, 0x4d, 0x6f, 0x6d, 0xcb,
0x90, 0x34, 0x53, 0x8e, 0xf2, 0x5f, 0x24, 0xb1, 0xa4, 0xfd, 0x13, 0xd2, 0x5d, 0x8a, 0xad, 0x6d,
0x52, 0x37, 0xa9, 0xcb, 0xec, 0x0d, 0xdb, 0xc2, 0xd1, 0xfd, 0x43, 0xdd, 0xd7, 0xab, 0x7c, 0x7e,
0xdf, 0x86, 0xe1, 0x1e, 0x5c, 0x8f, 0x94, 0x96, 0x05, 0x9d, 0x85, 0x39, 0x18, 0xed, 0xc1, 0x40,
0x8a, 0xb4, 0x43, 0xe3, 0x4a, 0x14, 0xda, 0x65, 0x30, 0xbf, 0xab, 0x94, 0x22, 0xed, 0xc3, 0x6a,
0x07, 0x8b, 0x07, 0x47, 0xd5, 0x0e, 0x2c, 0x90, 0xb4, 0x45, 0xdd, 0xd7, 0x90, 0x7a, 0x91, 0x79,
0x78, 0x63, 0xc3, 0xb6, 0x4c, 0xcb, 0xc1, 0xbe, 0xaf, 0x5f, 0xe7, 0xc3, 0xfa, 0x1c, 0xd4, 0xcb,
0x31, 0x30, 0x0b, 0xf2, 0x76, 0x68, 0x68, 0xd1, 0x80, 0x0a, 0xc2, 0xf4, 0xa2, 0x26, 0xa7, 0xaa,
0xdd, 0x55, 0xfb, 0xe2, 0x21, 0x36, 0x37, 0x5c, 0xa7, 0x4e, 0x3c, 0xb3, 0x89, 0xd9, 0x96, 0xfe,
0x04, 0xdf, 0xf5, 0xd3, 0x70, 0x0c, 0xc4, 0xf0, 0x3c, 0x47, 0x57, 0x30, 0xdb, 0x4a, 0x43, 0x4c,
0x09, 0x11, 0xa6, 0xeb, 0x0d, 0x58, 0x56, 0xca, 0x1b, 0xa8, 0xdc, 0x5c, 0xdb, 0x56, 0x2f, 0xf9,
0x84, 0x99, 0x8e, 0xbb, 0x6b, 0x36, 0x3d, 0xdb, 0xf5, 0x6c, 0xb6, 0xaf, 0x3f, 0xc9, 0xb7, 0x02,
0xf4, 0xd7, 0xed, 0x13, 0xb6, 0xe8, 0xee, 0xae, 0xc4, 0x48, 0xda, 0x59, 0x5e, 0xdc, 0x31, 0xb1,
0x28, 0x34, 0xd7, 0xde, 0x55, 0xd4, 0xc1, 0x06, 0xde, 0x4b, 0x9c, 0xb3, 0x5c, 0x6a, 0x05, 0x9e,
0x47, 0xa8, 0xb5, 0xaf, 0x8f, 0xf2, 0xd1, 0xf3, 0xf9, 0x15, 0x0b, 0xde, 0x5d, 0xc2, 0x7b, 0x11,
0xc7, 0xd9, 0x4c, 0x05, 0x0e, 0xfa, 0x86, 0x44, 0x9e, 0x1e, 0xf4, 0x32, 0x30, 0x19, 0x68, 0x7e,
0x27, 0x22, 0xb7, 0x8b, 0xa4, 0x56, 0xb5, 0x0f, 0x15, 0xb5, 0xcf, 0xf2, 0xb0, 0xbf, 0x55, 0xc8,
0xfc, 0x9f, 0xe2, 0x93, 0xf1, 0x1e, 0xcf, 0xfc, 0x67, 0x93, 0xcc, 0xdf, 0x8a, 0x33, 0xff, 0xf9,
0xe8, 0x44, 0x86, 0x66, 0x59, 0x0e, 0x2e, 0x0d, 0xbe, 0x5c, 0xa7, 0x9c, 0xcd, 0x73, 0x31, 0xac,
0xe0, 0xde, 0x92, 0x11, 0xa8, 0x09, 0xac, 0xb8, 0x26, 0xa8, 0x3e, 0x88, 0x19, 0xa8, 0x0a, 0x66,
0xa3, 0xaa, 0xa0, 0x60, 0xcc, 0x73, 0xb4, 0x9f, 0x29, 0xea, 0x50, 0xd1, 0xbd, 0xe4, 0x32, 0xe6,
0x69, 0x3e, 0xff, 0xf6, 0x71, 0x68, 0x9c, 0x9f, 0x45, 0xc2, 0x3b, 0x42, 0xde, 0x4a, 0xf1, 0x1d,
0x41, 0x8a, 0x76, 0x5a, 0x1a, 0x07, 0x47, 0xd5, 0xcc, 0x36, 0x92, 0x5b, 0xd6, 0xbe, 0xa1, 0xa8,
0x83, 0x3e, 0x0b, 0xa8, 0x09, 0xf9, 0x12, 0x76, 0xec, 0x1d, 0x62, 0x46, 0x59, 0xb0, 0xaf, 0x3f,
0x93, 0x66, 0xa1, 0x7d, 0xa0, 0xf1, 0x4a, 0xa2, 0xb0, 0x0a, 0xf8, 0x6a, 0x9a, 0x1b, 0x49, 0xb0,
0x7c, 0x0a, 0x2f, 0x84, 0xb1, 0x33, 0x93, 0xb7, 0x26, 0x90, 0xcc, 0x1a, 0x54, 0xc6, 0x05, 0x1a,
0x10, 0x4d, 0x7d, 0xfd, 0x59, 0x4e, 0xe2, 0xf3, 0xb0, 0x2f, 0x73, 0xcd, 0x96, 0x6c, 0x9a, 0x55,
0x10, 0x25, 0x44, 0xcc, 0x0c, 0x73, 0x61, 0x74, 0x6a, 0x02, 0x95, 0xed, 0x40, 0x2e, 0xde, 0xc5,
0x7b, 0x4f, 0x9e, 0xb7, 0x9e, 0xe3, 0x91, 0xb3, 0x7e, 0x1c, 0x1a, 0xdd, 0x08, 0xef, 0xae, 0xb2,
0x40, 0x78, 0xd8, 0xba, 0xe0, 0x67, 0x9f, 0xe9, 0x15, 0x54, 0x26, 0xbb, 0xef, 0xe3, 0x5b, 0xc1,
0x22, 0x12, 0xed, 0x69, 0x3b, 0x6a, 0x0f, 0x14, 0x9b, 0x35, 0xec, 0x13, 0x33, 0x7a, 0x69, 0xd4,
0xc7, 0x46, 0x94, 0xd1, 0xee, 0xa9, 0xee, 0x24, 0x19, 0x5a, 0xe3, 0x52, 0x7e, 0x67, 0xd8, 0x9d,
0xa8, 0x46, 0xb2, 0x2c, 0x4c, 0xe5, 0xc4, 0x95, 0x91, 0xb8, 0xf4, 0x88, 0x97, 0xc7, 0x9b, 0x47,
0x55, 0x05, 0x15, 0x9a, 0x6a, 0xdf, 0x3f, 0xad, 0x5e, 0x83, 0xa8, 0x91, 0x86, 0x0b, 0x28, 0x5d,
0x2d, 0xb7, 0x01, 0x4b, 0xd6, 0x23, 0x77, 0x03, 0xe2, 0x33, 0x73, 0xdb, 0xae, 0xe9, 0xe3, 0x7c,
0x3a, 0xfe, 0xaa, 0xc4, 0x2f, 0x94, 0x4b, 0x78, 0x6f, 0x76, 0x01, 0x45, 0xf8, 0x2b, 0xf6, 0x4c,
0x2b, 0x34, 0x8c, 0x06, 0xde, 0x4b, 0xb7, 0x38, 0x5b, 0x88, 0x6d, 0x64, 0x2a, 0xe9, 0xd9, 0x77,
0x1f, 0x3d, 0xa1, 0xec, 0xbb, 0xaf, 0xc9, 0xfb, 0xab, 0xc4, 0x6f, 0x9e, 0x05, 0xba, 0xe8, 0x3e,
0xcd, 0x6a, 0xda, 0xc7, 0x8a, 0x3a, 0x98, 0x3e, 0xbc, 0x38, 0x58, 0x7c, 0xaa, 0x9d, 0xe0, 0x1b,
0xf8, 0x7d, 0x18, 0x89, 0xfe, 0xe4, 0xe1, 0x62, 0x71, 0x7a, 0x59, 0x7c, 0xad, 0xed, 0xc7, 0x12,
0x79, 0x9a, 0x3e, 0xcb, 0x40, 0xd9, 0x7b, 0x99, 0xd4, 0x48, 0x07, 0xb9, 0xb0, 0xf5, 0xa5, 0xa4,
0x50, 0xd6, 0x0a, 0x0b, 0x4f, 0xbd, 0x5f, 0x55, 0xbb, 0x82, 0x26, 0x6d, 0xa6, 0xc1, 0xe9, 0x97,
0xf3, 0xdc, 0xb9, 0x2f, 0x1c, 0x87, 0xc6, 0xc0, 0x1c, 0x69, 0x7a, 0xc4, 0xc2, 0x8c, 0xd4, 0xd7,
0x57, 0xe8, 0x4a, 0x16, 0xa9, 0x94, 0xe7, 0xb2, 0x14, 0xa1, 0x49, 0x9b, 0x31, 0xf0, 0xac, 0xdb,
0xb0, 0x21, 0x4d, 0x61, 0xfb, 0x95, 0x83, 0xa3, 0xaa, 0xbc, 0xb1, 0xae, 0xa0, 0x0b, 0x42, 0x13,
0xed, 0x1d, 0x25, 0xee, 0x3e, 0xb9, 0x00, 0x7e, 0x77, 0x9e, 0xaf, 0xb2, 0x37, 0xf9, 0xd8, 0xe6,
0x4d, 0xa4, 0x97, 0xc1, 0xbc, 0xfb, 0x91, 0xb4, 0x7b, 0xf1, 0x12, 0x57, 0xe0, 0x90, 0x2d, 0xa2,
0xcb, 0x9d, 0xb5, 0x60, 0xb0, 0x64, 0xbd, 0xe8, 0x0a, 0x52, 0xb3, 0x56, 0xda, 0x6f, 0x15, 0xb5,
0x9b, 0xd3, 0xcc, 0xae, 0x7a, 0x7f, 0x15, 0x11, 0xfd, 0x36, 0xcf, 0xb0, 0xf2, 0x26, 0x84, 0x6b,
0x5f, 0x4e, 0xb5, 0x92, 0x52, 0xcd, 0x5f, 0xd4, 0x4a, 0xc9, 0x5e, 0xfd, 0x24, 0x3d, 0xc8, 0xa3,
0xe4, 0x7d, 0xe9, 0x0a, 0xea, 0x12, 0x5b, 0x66, 0x94, 0xb3, 0x0b, 0xdd, 0xf7, 0x3a, 0x53, 0x16,
0x2e, 0x77, 0x0b, 0x94, 0xf3, 0xd7, 0xb1, 0x9d, 0x29, 0x77, 0xd2, 0x2b, 0x53, 0x4e, 0x34, 0x13,
0xca, 0xe9, 0xfd, 0xed, 0x86, 0x1a, 0x3d, 0x1c, 0xa5, 0xa1, 0xf8, 0xd7, 0xf3, 0x3c, 0x16, 0x7f,
0x2e, 0xcf, 0x97, 0xbf, 0xbd, 0x64, 0x31, 0x59, 0x58, 0x8c, 0x5e, 0x86, 0x08, 0x44, 0xa1, 0x1f,
0x01, 0xf1, 0x79, 0xf9, 0x5b, 0xae, 0x3c, 0xcd, 0xa6, 0xc5, 0xf4, 0xf7, 0x61, 0x88, 0x94, 0x99,
0xa5, 0xe3, 0xd0, 0xb8, 0x9a, 0xf5, 0xb8, 0x94, 0xaf, 0x1b, 0x57, 0x2c, 0x96, 0x1f, 0xa7, 0x46,
0x09, 0xcf, 0x77, 0xaf, 0x95, 0x15, 0xe0, 0xdc, 0xe9, 0x2f, 0x44, 0x5d, 0xdf, 0xc2, 0xd4, 0xd7,
0x7f, 0x13, 0xcd, 0xd2, 0x5a, 0x81, 0x82, 0x18, 0xad, 0x56, 0x41, 0xb1, 0x40, 0xa1, 0x84, 0x97,
0xa7, 0x8a, 0x33, 0x29, 0xe9, 0xcd, 0xbc, 0xf4, 0xc1, 0x47, 0xc3, 0xa7, 0x8e, 0x3e, 0x1a, 0x3e,
0xf5, 0x9f, 0xe3, 0xe1, 0x53, 0xdf, 0xbd, 0x37, 0x7c, 0xea, 0xed, 0x7b, 0xc3, 0xca, 0xd1, 0xbd,
0xe1, 0x53, 0xff, 0xb8, 0x37, 0x7c, 0xea, 0xb5, 0xa7, 0x36, 0x6d, 0xb6, 0x15, 0xd4, 0xc6, 0x2c,
0xb7, 0x31, 0x9e, 0xe6, 0x41, 0xc2, 0xaf, 0xec, 0x5f, 0x30, 0xb5, 0x73, 0xfc, 0x6f, 0x2f, 0x37,
0xfe, 0x1f, 0x00, 0x00, 0xff, 0xff, 0x28, 0xaa, 0x01, 0x3c, 0x62, 0x23, 0x00, 0x00,
}
func (m *OptionsConfiguration) ProtoSize() (n int) {
if m == nil {
return 0
}
var l int
_ = l
if len(m.RawListenAddresses) > 0 {
for _, s := range m.RawListenAddresses {
l = len(s)
n += 1 + l + sovOptionsconfiguration(uint64(l))
}
}
if len(m.RawGlobalAnnServers) > 0 {
for _, s := range m.RawGlobalAnnServers {
l = len(s)
n += 1 + l + sovOptionsconfiguration(uint64(l))
}
}
if m.GlobalAnnEnabled {
n += 2
}
if m.LocalAnnEnabled {
n += 2
}
if m.LocalAnnPort != 0 {
n += 1 + sovOptionsconfiguration(uint64(m.LocalAnnPort))
}
l = len(m.LocalAnnMCAddr)
if l > 0 {
n += 1 + l + sovOptionsconfiguration(uint64(l))
}
if m.MaxSendKbps != 0 {
n += 1 + sovOptionsconfiguration(uint64(m.MaxSendKbps))
}
if m.MaxRecvKbps != 0 {
n += 1 + sovOptionsconfiguration(uint64(m.MaxRecvKbps))
}
if m.ReconnectIntervalS != 0 {
n += 1 + sovOptionsconfiguration(uint64(m.ReconnectIntervalS))
}
if m.RelaysEnabled {
n += 2
}
if m.RelayReconnectIntervalM != 0 {
n += 1 + sovOptionsconfiguration(uint64(m.RelayReconnectIntervalM))
}
if m.StartBrowser {
n += 2
}
if m.NATEnabled {
n += 2
}
if m.NATLeaseM != 0 {
n += 1 + sovOptionsconfiguration(uint64(m.NATLeaseM))
}
if m.NATRenewalM != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.NATRenewalM))
}
if m.NATTimeoutS != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.NATTimeoutS))
}
if m.URAccepted != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.URAccepted))
}
if m.URSeen != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.URSeen))
}
l = len(m.URUniqueID)
if l > 0 {
n += 2 + l + sovOptionsconfiguration(uint64(l))
}
l = len(m.URURL)
if l > 0 {
n += 2 + l + sovOptionsconfiguration(uint64(l))
}
if m.URPostInsecurely {
n += 3
}
if m.URInitialDelayS != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.URInitialDelayS))
}
if m.RestartOnWakeup {
n += 3
}
if m.AutoUpgradeIntervalH != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.AutoUpgradeIntervalH))
}
if m.UpgradeToPreReleases {
n += 3
}
if m.KeepTemporariesH != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.KeepTemporariesH))
}
if m.CacheIgnoredFiles {
n += 3
}
if m.ProgressUpdateIntervalS != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.ProgressUpdateIntervalS))
}
if m.LimitBandwidthInLan {
n += 3
}
l = m.MinHomeDiskFree.ProtoSize()
n += 2 + l + sovOptionsconfiguration(uint64(l))
l = len(m.ReleasesURL)
if l > 0 {
n += 2 + l + sovOptionsconfiguration(uint64(l))
}
if len(m.AlwaysLocalNets) > 0 {
for _, s := range m.AlwaysLocalNets {
l = len(s)
n += 2 + l + sovOptionsconfiguration(uint64(l))
}
}
if m.OverwriteRemoteDevNames {
n += 3
}
if m.TempIndexMinBlocks != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.TempIndexMinBlocks))
}
if len(m.UnackedNotificationIDs) > 0 {
for _, s := range m.UnackedNotificationIDs {
l = len(s)
n += 2 + l + sovOptionsconfiguration(uint64(l))
}
}
if m.TrafficClass != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.TrafficClass))
}
l = len(m.DefaultFolderPath)
if l > 0 {
n += 2 + l + sovOptionsconfiguration(uint64(l))
}
if m.SetLowPriority {
n += 3
}
if m.RawMaxFolderConcurrency != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.RawMaxFolderConcurrency))
}
l = len(m.CRURL)
if l > 0 {
n += 2 + l + sovOptionsconfiguration(uint64(l))
}
if m.CREnabled {
n += 3
}
if m.StunKeepaliveStartS != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.StunKeepaliveStartS))
}
if m.StunKeepaliveMinS != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.StunKeepaliveMinS))
}
if len(m.RawStunServers) > 0 {
for _, s := range m.RawStunServers {
l = len(s)
n += 2 + l + sovOptionsconfiguration(uint64(l))
}
}
if m.DatabaseTuning != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.DatabaseTuning))
}
if m.RawMaxCIRequestKiB != 0 {
n += 2 + sovOptionsconfiguration(uint64(m.RawMaxCIRequestKiB))
}
if m.AnnounceLANAddresses {
n += 3
}
if m.DeprecatedUPnPEnabled {
n += 4
}
if m.DeprecatedUPnPLeaseM != 0 {
n += 3 + sovOptionsconfiguration(uint64(m.DeprecatedUPnPLeaseM))
}
if m.DeprecatedUPnPRenewalM != 0 {
n += 3 + sovOptionsconfiguration(uint64(m.DeprecatedUPnPRenewalM))
}
if m.DeprecatedUPnPTimeoutS != 0 {
n += 3 + sovOptionsconfiguration(uint64(m.DeprecatedUPnPTimeoutS))
}
if len(m.DeprecatedRelayServers) > 0 {
for _, s := range m.DeprecatedRelayServers {
l = len(s)
n += 3 + l + sovOptionsconfiguration(uint64(l))
}
}
if m.DeprecatedMinHomeDiskFreePct != 0 {
n += 11
}
if m.DeprecatedMaxConcurrentScans != 0 {
n += 3 + sovOptionsconfiguration(uint64(m.DeprecatedMaxConcurrentScans))
}
return n
}
func sovOptionsconfiguration(x uint64) (n int) {
return (math_bits.Len64(x|1) + 6) / 7
}
func sozOptionsconfiguration(x uint64) (n int) {
return sovOptionsconfiguration(uint64((x << 1) ^ uint64((int64(x) >> 63))))
}