|
|
@@ -4,9 +4,11 @@
|
|
|
package config
|
|
|
|
|
|
import (
|
|
|
+ encoding_binary "encoding/binary"
|
|
|
fmt "fmt"
|
|
|
proto "github.com/gogo/protobuf/proto"
|
|
|
_ "github.com/syncthing/syncthing/proto/ext"
|
|
|
+ io "io"
|
|
|
math "math"
|
|
|
math_bits "math/bits"
|
|
|
)
|
|
|
@@ -88,16 +90,25 @@ 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)
|
|
|
+ return m.Unmarshal(b)
|
|
|
}
|
|
|
func (m *OptionsConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
- return xxx_messageInfo_OptionsConfiguration.Marshal(b, m, deterministic)
|
|
|
+ if deterministic {
|
|
|
+ return xxx_messageInfo_OptionsConfiguration.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 *OptionsConfiguration) XXX_Merge(src proto.Message) {
|
|
|
xxx_messageInfo_OptionsConfiguration.Merge(m, src)
|
|
|
}
|
|
|
func (m *OptionsConfiguration) XXX_Size() int {
|
|
|
- return xxx_messageInfo_OptionsConfiguration.Size(m)
|
|
|
+ return m.ProtoSize()
|
|
|
}
|
|
|
func (m *OptionsConfiguration) XXX_DiscardUnknown() {
|
|
|
xxx_messageInfo_OptionsConfiguration.DiscardUnknown(m)
|
|
|
@@ -114,203 +125,730 @@ func init() {
|
|
|
}
|
|
|
|
|
|
var fileDescriptor_d09882599506ca03 = []byte{
|
|
|
- // 3101 bytes of a gzipped FileDescriptorProto
|
|
|
+ // 3103 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, 0x27, 0x5e, 0x3b, 0xf6, 0x36, 0x49, 0xbd, 0xee, 0xc9,
|
|
|
- 0x49, 0xeb, 0xde, 0xe2, 0x4b, 0xda, 0x10, 0x2c, 0x21, 0xf0, 0xa5, 0x6e, 0x4d, 0x6d, 0xc7, 0x1a,
|
|
|
- 0xdb, 0x2a, 0x2a, 0x42, 0xab, 0x39, 0x7b, 0xe6, 0xd8, 0x8b, 0xf7, 0xcc, 0x9e, 0xec, 0xce, 0xfa,
|
|
|
- 0x52, 0x50, 0xa9, 0x8a, 0xb8, 0xbc, 0x01, 0x16, 0x17, 0x09, 0x10, 0x2a, 0x02, 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, 0x2c, 0x97, 0x36, 0xec, 0x8d, 0x31, 0xb7, 0xc5, 0x6c, 0x97, 0xfa, 0xd1, 0x57, 0xe0,
|
|
|
- 0x61, 0xf8, 0xba, 0xd1, 0xf2, 0x5c, 0xe6, 0x6a, 0x67, 0x22, 0xe1, 0xe5, 0x21, 0x41, 0x9d, 0x05,
|
|
|
- 0xd4, 0xa6, 0x1b, 0x91, 0xc2, 0xe5, 0x4b, 0x02, 0xe0, 0xdb, 0xaf, 0x93, 0x58, 0x7c, 0x96, 0xec,
|
|
|
- 0xb2, 0xe8, 0x67, 0xe5, 0xc7, 0xf3, 0xea, 0xc0, 0x9d, 0xa8, 0x87, 0x59, 0xb1, 0x07, 0xed, 0x27,
|
|
|
- 0x8a, 0x7a, 0xd1, 0xb1, 0x7d, 0x46, 0xa8, 0x89, 0xeb, 0x75, 0x8f, 0xf8, 0x3e, 0xf1, 0x75, 0x65,
|
|
|
- 0xe4, 0xd4, 0xe8, 0xd9, 0x19, 0xff, 0x28, 0x34, 0x34, 0x84, 0x77, 0x16, 0x39, 0x3c, 0x9d, 0xa0,
|
|
|
- 0xed, 0xd0, 0xb8, 0xe0, 0xe4, 0x45, 0x9d, 0xd0, 0xb8, 0xbe, 0xdb, 0x74, 0xa6, 0x2a, 0x39, 0x79,
|
|
|
- 0x65, 0xa4, 0x4e, 0x1a, 0x38, 0x70, 0xd8, 0x54, 0x25, 0xfe, 0x51, 0x39, 0x3e, 0xa8, 0x3e, 0x1c,
|
|
|
- 0xff, 0xde, 0x3f, 0xac, 0x4a, 0x8c, 0xa3, 0xa2, 0x69, 0xed, 0xbf, 0x8a, 0xaa, 0x6f, 0x38, 0x6e,
|
|
|
- 0x0d, 0x3b, 0x66, 0xdd, 0xf6, 0x2d, 0x77, 0x9b, 0x78, 0x7b, 0xa6, 0x4f, 0xbc, 0x6d, 0xe2, 0xf9,
|
|
|
- 0xfa, 0x49, 0x4e, 0xf4, 0x77, 0xca, 0x51, 0x68, 0xf4, 0x23, 0xbc, 0xf3, 0x12, 0xd7, 0x9b, 0xa6,
|
|
|
- 0x74, 0x35, 0xc2, 0xdb, 0xa1, 0x71, 0x69, 0x23, 0x91, 0xb9, 0x01, 0xb5, 0x48, 0x0c, 0x74, 0x42,
|
|
|
- 0xe3, 0x59, 0x4e, 0x58, 0x86, 0x4a, 0x78, 0xb7, 0x0f, 0xaa, 0x03, 0x32, 0xd5, 0xce, 0x41, 0x55,
|
|
|
- 0xde, 0x41, 0xde, 0x51, 0x19, 0x37, 0x34, 0x18, 0x35, 0x9c, 0x4b, 0x9c, 0x8a, 0xe5, 0xda, 0x47,
|
|
|
- 0x32, 0x87, 0x09, 0xc5, 0x35, 0x87, 0xd4, 0xf5, 0x53, 0x23, 0xca, 0xe8, 0x23, 0x33, 0xef, 0x80,
|
|
|
- 0xc3, 0x17, 0x53, 0x8b, 0x2f, 0x46, 0x60, 0xd9, 0xdb, 0x18, 0xe8, 0x84, 0xc6, 0xd3, 0x12, 0x6f,
|
|
|
- 0x63, 0x54, 0x70, 0x97, 0x79, 0x01, 0x01, 0x5f, 0xbb, 0x98, 0xe9, 0x06, 0x1c, 0x1f, 0x54, 0x1f,
|
|
|
- 0x82, 0xa6, 0xfb, 0x87, 0xd5, 0x12, 0xa9, 0x92, 0x9b, 0xb1, 0x5c, 0xfb, 0x40, 0x51, 0x87, 0x1c,
|
|
|
- 0xd7, 0x92, 0x7a, 0xf9, 0x10, 0xf7, 0xf2, 0x67, 0xe0, 0xe5, 0x85, 0x45, 0xd0, 0xc9, 0x39, 0x39,
|
|
|
- 0xe0, 0xc4, 0xa2, 0x82, 0x8f, 0x4f, 0x45, 0x4b, 0x50, 0x02, 0x4a, 0x5c, 0x94, 0x1b, 0xe9, 0x22,
|
|
|
- 0x17, 0x1c, 0x2c, 0xf2, 0x41, 0x97, 0x78, 0x83, 0x92, 0x7b, 0x7f, 0x57, 0xd4, 0xfe, 0xc8, 0x3d,
|
|
|
- 0x1c, 0xdb, 0x32, 0x5b, 0xae, 0xc7, 0xf4, 0xd3, 0x23, 0xca, 0xe8, 0xe9, 0x99, 0x1f, 0x82, 0x6b,
|
|
|
- 0x3d, 0x89, 0xa9, 0x15, 0xd7, 0x63, 0xed, 0xd0, 0xe8, 0xcb, 0x75, 0x0d, 0xc2, 0x4e, 0x68, 0x3c,
|
|
|
- 0x59, 0x76, 0x0a, 0x10, 0xc1, 0xa3, 0xc9, 0x89, 0xf1, 0xc9, 0x4f, 0x54, 0x8e, 0x43, 0xe3, 0x94,
|
|
|
- 0x4d, 0x59, 0xfb, 0xa0, 0x2a, 0x31, 0x23, 0x13, 0x1e, 0x1f, 0x54, 0x4f, 0xf3, 0xa6, 0xfb, 0x87,
|
|
|
- 0xd5, 0x1c, 0x13, 0x54, 0xd6, 0xd5, 0xbe, 0x7a, 0x52, 0x1d, 0x29, 0x78, 0xd3, 0x0c, 0x1c, 0x66,
|
|
|
- 0x5b, 0xd8, 0x67, 0x49, 0xdc, 0xd0, 0xcf, 0x8c, 0x28, 0xa3, 0x67, 0x67, 0xfe, 0x00, 0xae, 0xf5,
|
|
|
- 0x26, 0x06, 0x97, 0x66, 0x61, 0x27, 0xb7, 0x43, 0xa3, 0x3f, 0x67, 0x34, 0x12, 0x77, 0x42, 0xe3,
|
|
|
- 0x56, 0xd9, 0xbd, 0x08, 0x13, 0x1c, 0xfc, 0x7c, 0xa3, 0x31, 0x31, 0x39, 0x35, 0x75, 0xfb, 0xe6,
|
|
|
- 0xed, 0xe7, 0xbf, 0x30, 0x15, 0x79, 0xdb, 0x3e, 0xa8, 0x4a, 0x0d, 0xca, 0xc5, 0xc7, 0x07, 0x55,
|
|
|
- 0xad, 0x6c, 0x64, 0xff, 0xb0, 0x5a, 0xa0, 0x89, 0x1e, 0xcb, 0x37, 0x4e, 0x3c, 0x8c, 0x83, 0x91,
|
|
|
- 0x76, 0x47, 0x3d, 0xdf, 0xc4, 0xbb, 0xa6, 0x4f, 0x68, 0xdd, 0xdc, 0xaa, 0xb5, 0x7c, 0xfd, 0x61,
|
|
|
- 0x3e, 0x99, 0xcf, 0xb4, 0x43, 0xe3, 0x5c, 0x13, 0xef, 0xae, 0x12, 0x5a, 0x7f, 0xa5, 0xd6, 0x82,
|
|
|
- 0xe0, 0xd2, 0xc7, 0xdd, 0x12, 0x64, 0xc9, 0xfc, 0x20, 0x51, 0x31, 0x31, 0xe8, 0x11, 0x6b, 0x3b,
|
|
|
- 0x32, 0xf8, 0x48, 0xce, 0x20, 0x22, 0xd6, 0x76, 0xd1, 0x60, 0x22, 0xcb, 0x19, 0x4c, 0x84, 0xda,
|
|
|
- 0xef, 0x15, 0x75, 0xc8, 0x23, 0x96, 0x4b, 0x29, 0xb1, 0x20, 0xbc, 0x9b, 0x36, 0x65, 0xc4, 0xdb,
|
|
|
- 0xc6, 0x8e, 0xe9, 0xeb, 0x67, 0xb9, 0xed, 0x37, 0x78, 0x50, 0x4f, 0x54, 0x16, 0x62, 0x78, 0x15,
|
|
|
- 0x62, 0x87, 0xd8, 0x30, 0x05, 0x3a, 0xa1, 0x31, 0xca, 0xfb, 0x96, 0xa2, 0xc2, 0x2c, 0xdd, 0x1a,
|
|
|
- 0x4f, 0x28, 0x1d, 0x1f, 0x54, 0x4f, 0xde, 0x1a, 0xe7, 0xf1, 0xbd, 0xd4, 0x0f, 0x92, 0xf7, 0xa2,
|
|
|
- 0x35, 0xd4, 0x5e, 0x8f, 0x38, 0x78, 0xcf, 0x4f, 0x63, 0x80, 0xca, 0x63, 0xc0, 0xa7, 0xdb, 0xa1,
|
|
|
- 0x71, 0x3e, 0x42, 0xb2, 0x8d, 0x5e, 0x89, 0x09, 0x09, 0xd2, 0xe2, 0x0e, 0x4f, 0x76, 0x2c, 0xca,
|
|
|
- 0x37, 0xd6, 0xde, 0x3a, 0xa9, 0x5e, 0x89, 0x3b, 0x4a, 0x89, 0x64, 0x83, 0xd4, 0xd4, 0xcf, 0xf1,
|
|
|
- 0x41, 0xfa, 0x0b, 0xac, 0xe1, 0x21, 0x04, 0x7a, 0x25, 0x17, 0x96, 0xda, 0xa1, 0x31, 0xe4, 0xc9,
|
|
|
- 0xa1, 0x34, 0xd0, 0x76, 0xc1, 0x05, 0x96, 0x13, 0xe3, 0xc2, 0x96, 0xed, 0x6a, 0xaf, 0x3b, 0x04,
|
|
|
- 0x83, 0x3c, 0x01, 0x83, 0xdc, 0x8d, 0x26, 0xd2, 0x23, 0x3f, 0xcb, 0x88, 0x56, 0x53, 0xcf, 0xfb,
|
|
|
- 0x0c, 0x7b, 0xcc, 0xac, 0x79, 0xee, 0x8e, 0x4f, 0x3c, 0xbd, 0x87, 0x8f, 0xf5, 0xa7, 0xda, 0xa1,
|
|
|
- 0xd1, 0xc3, 0x81, 0x99, 0x48, 0xde, 0x09, 0x8d, 0xc7, 0xb9, 0x3b, 0xa2, 0xb0, 0xeb, 0x48, 0xe7,
|
|
|
- 0x9a, 0x6a, 0xbf, 0x50, 0xd4, 0x4b, 0x14, 0x33, 0x93, 0x79, 0x18, 0x4e, 0x35, 0xec, 0xa4, 0x13,
|
|
|
- 0xdb, 0xcb, 0x3b, 0xbb, 0x7b, 0x14, 0x1a, 0xea, 0xf2, 0xf4, 0x5a, 0x16, 0xd6, 0x55, 0x8a, 0x59,
|
|
|
- 0x36, 0xc7, 0x06, 0xef, 0x38, 0x13, 0x49, 0x42, 0xb8, 0xd8, 0x20, 0xf7, 0x25, 0x84, 0x6b, 0xa1,
|
|
|
- 0x0b, 0xd4, 0x4f, 0x31, 0x5b, 0x4b, 0xe8, 0x24, 0x0b, 0xe2, 0x8f, 0x25, 0x9e, 0x0e, 0xc1, 0x3e,
|
|
|
- 0x31, 0x9b, 0xfa, 0x05, 0xbe, 0x14, 0xbe, 0x0e, 0x4b, 0xe1, 0xec, 0xf2, 0xf4, 0xda, 0x22, 0x88,
|
|
|
- 0x61, 0xf2, 0x2f, 0x50, 0xcc, 0xa2, 0x0f, 0x9b, 0x06, 0x8c, 0x27, 0x3f, 0x95, 0x84, 0xac, 0x28,
|
|
|
- 0x97, 0xee, 0x8d, 0xf6, 0x41, 0xb5, 0xd4, 0xbe, 0x2c, 0x4a, 0x77, 0x50, 0xd6, 0x31, 0xd2, 0x44,
|
|
|
- 0xf6, 0x91, 0x4c, 0xfb, 0x9b, 0xa2, 0x0e, 0xe5, 0xc9, 0x7b, 0x84, 0x92, 0x1d, 0xbe, 0x92, 0x2f,
|
|
|
- 0x72, 0xfa, 0xfb, 0x40, 0xff, 0xdc, 0xf2, 0xf4, 0x1a, 0x8a, 0x00, 0x70, 0xa0, 0x8f, 0x62, 0x96,
|
|
|
- 0x7c, 0xa6, 0x2e, 0x54, 0x13, 0x17, 0xf2, 0x88, 0xe0, 0xc4, 0x4d, 0xd1, 0x09, 0x89, 0x0d, 0x99,
|
|
|
- 0x10, 0x1c, 0xb9, 0x09, 0x8e, 0x88, 0x14, 0xd0, 0x80, 0xe8, 0x4a, 0x22, 0x95, 0x38, 0xc3, 0xec,
|
|
|
- 0x26, 0x71, 0x03, 0x66, 0xfa, 0x7a, 0x5f, 0xde, 0x99, 0xb5, 0x08, 0x58, 0x8d, 0x9d, 0x49, 0x3e,
|
|
|
- 0x61, 0xa5, 0xd7, 0x73, 0xce, 0xe4, 0x91, 0x6e, 0xdb, 0x4f, 0x62, 0x43, 0x26, 0x4c, 0xb7, 0x9c,
|
|
|
- 0x48, 0x21, 0xef, 0x4c, 0x22, 0xd5, 0x7e, 0xa4, 0xa8, 0x7a, 0xe0, 0xe3, 0x0d, 0x62, 0x7a, 0x04,
|
|
|
- 0xce, 0x7d, 0x9b, 0x6e, 0x98, 0xd8, 0xb2, 0x48, 0x8b, 0x91, 0xba, 0xae, 0x71, 0x6f, 0x30, 0xec,
|
|
|
- 0x80, 0x75, 0x34, 0x1d, 0x4b, 0x61, 0x07, 0x04, 0x5e, 0xf2, 0xd5, 0x09, 0x8d, 0x8b, 0xdc, 0x89,
|
|
|
- 0x4c, 0x24, 0x10, 0x16, 0x15, 0x73, 0x5f, 0xb0, 0xe2, 0x33, 0x93, 0x68, 0x90, 0x53, 0x40, 0x09,
|
|
|
- 0x83, 0x44, 0xae, 0x7d, 0x49, 0x1d, 0x28, 0x92, 0xf3, 0x09, 0xa1, 0x7a, 0x3f, 0x27, 0xb6, 0x70,
|
|
|
- 0x14, 0x1a, 0x67, 0xd6, 0xd1, 0x2a, 0x21, 0xb4, 0x1d, 0x1a, 0x67, 0x02, 0x0f, 0x7e, 0x75, 0x42,
|
|
|
- 0xa3, 0x27, 0x26, 0x04, 0x9f, 0x02, 0x99, 0x44, 0x21, 0xfd, 0xb5, 0x7f, 0x58, 0x8d, 0x9b, 0x23,
|
|
|
- 0x2d, 0x4f, 0x00, 0x64, 0xda, 0xf7, 0x14, 0xf5, 0xd1, 0x62, 0xef, 0x01, 0xb5, 0xef, 0x06, 0xc4,
|
|
|
- 0xb4, 0xeb, 0xfa, 0x00, 0x4f, 0x22, 0x5e, 0x8b, 0xc6, 0x66, 0x9d, 0x8b, 0x17, 0xe6, 0xa2, 0xb1,
|
|
|
- 0x89, 0xbf, 0xc4, 0xb1, 0x49, 0x14, 0x2a, 0xd1, 0xa0, 0x24, 0x9f, 0x1d, 0xf1, 0x2b, 0x1e, 0x94,
|
|
|
- 0x04, 0x2b, 0x0e, 0x4a, 0xa2, 0xa5, 0xfd, 0x59, 0x51, 0xfb, 0x4b, 0xbc, 0x3c, 0x47, 0xbf, 0xc4,
|
|
|
- 0x19, 0x7d, 0x0b, 0xd6, 0xde, 0xe9, 0x75, 0xb4, 0x8e, 0x16, 0xdb, 0xa1, 0x71, 0x3a, 0xf0, 0xd6,
|
|
|
- 0xd1, 0x62, 0x27, 0x34, 0x6e, 0x27, 0x44, 0xd0, 0xa2, 0xb0, 0xba, 0x36, 0x19, 0x6b, 0xf9, 0x53,
|
|
|
- 0x63, 0x63, 0x75, 0xcc, 0xf0, 0x0d, 0x7f, 0x8f, 0x5a, 0x6c, 0x13, 0x8a, 0x35, 0x4a, 0xd8, 0x18,
|
|
|
- 0x25, 0x3b, 0x20, 0x05, 0xc2, 0xb1, 0x91, 0xe4, 0xc7, 0xf1, 0x41, 0xf5, 0x01, 0x1a, 0xee, 0x1f,
|
|
|
- 0x56, 0x23, 0x16, 0xa8, 0xaf, 0xe0, 0x87, 0xe7, 0x68, 0xff, 0x56, 0x54, 0xa3, 0xe8, 0x42, 0xcb,
|
|
|
- 0xf5, 0xe1, 0x84, 0xf3, 0x89, 0x15, 0x78, 0xc4, 0xd9, 0xd3, 0x07, 0x79, 0xf8, 0xfd, 0x01, 0xaf,
|
|
|
- 0x20, 0xd6, 0xd1, 0x8a, 0xeb, 0xb3, 0x85, 0x14, 0x6c, 0x87, 0xc6, 0xc5, 0xc0, 0xcb, 0xcb, 0x3a,
|
|
|
- 0xa1, 0xf1, 0x44, 0xec, 0x64, 0x1e, 0x10, 0xfc, 0x6d, 0x60, 0xc7, 0xe7, 0x21, 0xb9, 0xdc, 0x5a,
|
|
|
- 0x22, 0x83, 0xcc, 0x93, 0xb7, 0x80, 0x7a, 0xa1, 0x48, 0x01, 0x5d, 0xcd, 0xbb, 0x95, 0x47, 0xb5,
|
|
|
- 0x7f, 0x49, 0x3c, 0xb4, 0xa9, 0xcd, 0x6c, 0xa8, 0x23, 0xe0, 0xbc, 0x33, 0x7d, 0x7d, 0x88, 0xaf,
|
|
|
- 0xe2, 0xef, 0xf3, 0xea, 0x61, 0x1d, 0x2d, 0x44, 0xe8, 0x1c, 0x80, 0x10, 0x30, 0x2e, 0x04, 0x5e,
|
|
|
- 0x4e, 0x94, 0x86, 0x8b, 0x82, 0x5c, 0x0c, 0x16, 0xb7, 0xc7, 0x73, 0x01, 0xbc, 0x68, 0xa1, 0x2c,
|
|
|
- 0x82, 0x13, 0x08, 0x5a, 0x41, 0xc1, 0x50, 0xa0, 0x80, 0xae, 0xe4, 0x1d, 0xcc, 0x81, 0x9a, 0xab,
|
|
|
- 0xf6, 0x79, 0x24, 0x3a, 0x9c, 0x5d, 0x6a, 0xee, 0xe0, 0x2d, 0x12, 0xb4, 0x74, 0x9d, 0x4f, 0xd9,
|
|
|
- 0x2c, 0x90, 0x8f, 0xc1, 0x3b, 0xf4, 0x55, 0x0e, 0xa5, 0xe4, 0x0b, 0xf2, 0xae, 0x87, 0x74, 0xd1,
|
|
|
- 0x80, 0xf6, 0x0d, 0x45, 0x1d, 0xc2, 0x01, 0x73, 0xcd, 0xa0, 0xb5, 0xe1, 0xe1, 0x3a, 0xc9, 0x92,
|
|
|
- 0xa1, 0x4d, 0xfd, 0x51, 0x3e, 0x90, 0x2b, 0x50, 0x72, 0x81, 0xca, 0x7a, 0xa4, 0x91, 0xe4, 0x11,
|
|
|
- 0x2f, 0xa7, 0xd5, 0x89, 0x0c, 0x14, 0x87, 0x6f, 0x52, 0xcc, 0x0c, 0x27, 0x26, 0x91, 0xd4, 0x9a,
|
|
|
- 0xd6, 0x54, 0x87, 0x12, 0x0e, 0xcc, 0x35, 0x5b, 0x1e, 0x4c, 0x31, 0x3f, 0x8b, 0x7d, 0xfd, 0x32,
|
|
|
- 0x1f, 0x80, 0x5b, 0x40, 0x24, 0x56, 0x59, 0x73, 0x57, 0x3c, 0x82, 0x62, 0xbc, 0x13, 0x1a, 0x97,
|
|
|
- 0xa3, 0x29, 0x94, 0x80, 0x15, 0x24, 0x6d, 0xa3, 0x6d, 0xab, 0xda, 0x16, 0x21, 0x2d, 0x93, 0x91,
|
|
|
- 0x66, 0xcb, 0xf5, 0xb0, 0x67, 0x13, 0xdf, 0xdc, 0xd4, 0xaf, 0x70, 0x97, 0x5f, 0x86, 0x8d, 0x00,
|
|
|
- 0xe8, 0x5a, 0x06, 0x82, 0xbb, 0xd7, 0x78, 0x2f, 0x45, 0x40, 0xac, 0xc5, 0x9e, 0x17, 0x5d, 0x9d,
|
|
|
- 0x7c, 0x1e, 0x95, 0xac, 0x68, 0x7b, 0x6a, 0xbf, 0x85, 0xad, 0x4d, 0x62, 0xda, 0x1b, 0xd4, 0xf5,
|
|
|
- 0x48, 0xdd, 0x6c, 0xd8, 0x0e, 0xf1, 0xf5, 0xab, 0xdc, 0xc5, 0x05, 0x38, 0xd1, 0x38, 0xbc, 0x10,
|
|
|
- 0xa1, 0xf3, 0x00, 0xa6, 0x03, 0x5d, 0x42, 0x4a, 0x7b, 0x30, 0xdd, 0x5b, 0xa8, 0x6c, 0x46, 0xfb,
|
|
|
- 0x8e, 0xa2, 0x5e, 0x6e, 0x79, 0xee, 0x06, 0x14, 0x33, 0x66, 0xd0, 0xaa, 0x63, 0x46, 0xc4, 0x02,
|
|
|
- 0xe1, 0x31, 0xee, 0xfb, 0x1a, 0xe4, 0xb7, 0x89, 0xd6, 0x3a, 0x57, 0x12, 0x8b, 0x81, 0xa8, 0xc8,
|
|
|
- 0xee, 0x82, 0x0b, 0x74, 0x5e, 0x10, 0x06, 0x42, 0x79, 0x01, 0x75, 0xb3, 0xa8, 0xbd, 0xa5, 0xa8,
|
|
|
- 0x83, 0x8e, 0xdd, 0xb4, 0x99, 0x59, 0xc3, 0xb4, 0xbe, 0x63, 0xd7, 0xd9, 0xa6, 0x69, 0x53, 0xd3,
|
|
|
- 0xc1, 0x54, 0x1f, 0xe6, 0x43, 0xb2, 0xc4, 0x8b, 0x47, 0xd0, 0x98, 0x49, 0x14, 0x16, 0xe8, 0x22,
|
|
|
- 0xa6, 0x59, 0xc1, 0x5f, 0xc6, 0x3e, 0x66, 0x58, 0x64, 0xa6, 0xb4, 0x37, 0x15, 0x55, 0x6b, 0xda,
|
|
|
- 0xd4, 0xdc, 0x74, 0x9b, 0xc4, 0xac, 0xdb, 0xfe, 0x96, 0xd9, 0xf0, 0x08, 0xd1, 0x8d, 0x11, 0x65,
|
|
|
- 0xf4, 0xdc, 0x64, 0xcf, 0x8d, 0xe8, 0x66, 0xed, 0xc6, 0xaa, 0xfd, 0x3a, 0x99, 0x79, 0xf1, 0xfd,
|
|
|
- 0xd0, 0x38, 0x01, 0x3b, 0xb1, 0x69, 0xd3, 0x97, 0xdd, 0x26, 0x99, 0xb3, 0xfd, 0xad, 0x79, 0x8f,
|
|
|
- 0x90, 0x74, 0x75, 0x14, 0xe4, 0xe2, 0x3e, 0x18, 0xb9, 0x0e, 0x44, 0x4e, 0x4d, 0x8c, 0x5c, 0x47,
|
|
|
- 0xc5, 0xe6, 0xda, 0x3d, 0x45, 0xed, 0x49, 0xd6, 0x3b, 0x3f, 0x76, 0x46, 0xf8, 0xb1, 0xf3, 0x27,
|
|
|
- 0x9e, 0xf2, 0x24, 0x8b, 0x36, 0x3a, 0x7c, 0xce, 0x79, 0xd9, 0x67, 0x27, 0x34, 0xe6, 0x92, 0x8a,
|
|
|
- 0x23, 0x91, 0x49, 0x0e, 0xa2, 0x78, 0x07, 0xf8, 0x85, 0x33, 0xa5, 0x49, 0x18, 0xbe, 0xf1, 0x45,
|
|
|
- 0xdf, 0xa5, 0x10, 0xbb, 0x73, 0x66, 0xf3, 0x9f, 0xc7, 0x07, 0xd5, 0xd1, 0x07, 0x35, 0x05, 0xf9,
|
|
|
- 0x91, 0xc0, 0x17, 0x65, 0x76, 0x3c, 0x47, 0x7b, 0x55, 0xed, 0xc3, 0xce, 0x0e, 0x54, 0x5f, 0xd1,
|
|
|
- 0x6d, 0x02, 0x25, 0xcc, 0xd7, 0x1f, 0xe7, 0x97, 0x78, 0x50, 0xf4, 0x5e, 0x88, 0x40, 0x5e, 0x95,
|
|
|
- 0x2f, 0x13, 0x06, 0x0b, 0x7f, 0x20, 0x8a, 0x30, 0x39, 0x79, 0x05, 0x15, 0x15, 0xb5, 0xff, 0x29,
|
|
|
- 0xea, 0xa8, 0xbb, 0x4d, 0xbc, 0x1d, 0xcf, 0x66, 0x10, 0x38, 0x9a, 0x2e, 0x23, 0x66, 0x9d, 0x6c,
|
|
|
- 0xdb, 0x16, 0x31, 0x29, 0x6e, 0x12, 0x1f, 0xc2, 0x69, 0x5c, 0x08, 0xe9, 0x95, 0xec, 0x7a, 0x69,
|
|
|
- 0xe8, 0x4e, 0xd2, 0x08, 0xf1, 0x36, 0x73, 0x64, 0x7b, 0x19, 0xd4, 0xdb, 0xa1, 0x71, 0xcd, 0x2d,
|
|
|
- 0x41, 0xb6, 0x45, 0x38, 0x7a, 0x87, 0xce, 0x46, 0xa6, 0x3a, 0xa1, 0xf1, 0x49, 0x4e, 0xf0, 0x01,
|
|
|
- 0x74, 0xbb, 0x2f, 0x4a, 0xa8, 0xe2, 0xba, 0xf0, 0x40, 0x0f, 0xc2, 0x42, 0xfb, 0x8a, 0x7a, 0x09,
|
|
|
- 0xc2, 0x98, 0x69, 0xd3, 0x3a, 0xd9, 0x35, 0x61, 0x25, 0xd7, 0x1c, 0xd7, 0xda, 0xf2, 0xf5, 0x6b,
|
|
|
- 0x7c, 0x4b, 0xc3, 0xa2, 0xd1, 0x40, 0x61, 0x01, 0xf0, 0x25, 0x9b, 0xce, 0x70, 0x34, 0xbd, 0xb5,
|
|
|
- 0x2d, 0x43, 0xd2, 0x4c, 0x39, 0xca, 0x7f, 0x91, 0xc4, 0x92, 0xf6, 0x4f, 0x48, 0x77, 0x29, 0xb6,
|
|
|
- 0xb6, 0x48, 0xdd, 0xa4, 0x2e, 0xb3, 0x1b, 0xb6, 0x85, 0xa3, 0xfb, 0x87, 0xba, 0xaf, 0x57, 0xf9,
|
|
|
- 0xfc, 0xbe, 0x0d, 0xc3, 0x3d, 0xb8, 0x1e, 0x29, 0x2d, 0x0b, 0x3a, 0x0b, 0x73, 0x30, 0xda, 0x83,
|
|
|
- 0x81, 0x14, 0xe9, 0x84, 0xc6, 0x95, 0x28, 0xb4, 0xcb, 0x60, 0x7e, 0x57, 0x29, 0x45, 0x3a, 0x07,
|
|
|
- 0xd5, 0x2e, 0x16, 0xf7, 0x0f, 0xab, 0x5d, 0x58, 0x20, 0x69, 0x8b, 0xba, 0xaf, 0x21, 0xf5, 0x3c,
|
|
|
- 0xf3, 0x70, 0xa3, 0x61, 0x5b, 0xa6, 0xe5, 0x60, 0xdf, 0xd7, 0xaf, 0xf3, 0x61, 0x7d, 0x0e, 0xea,
|
|
|
- 0xe5, 0x18, 0x98, 0x05, 0x79, 0x27, 0x34, 0xb4, 0x68, 0x40, 0x05, 0x61, 0x7a, 0x51, 0x93, 0x53,
|
|
|
- 0xd5, 0xee, 0xaa, 0xfd, 0xf1, 0x10, 0x9b, 0x0d, 0xd7, 0xa9, 0x13, 0xcf, 0x6c, 0x61, 0xb6, 0xa9,
|
|
|
- 0x3f, 0xc1, 0x77, 0xfd, 0x34, 0x1c, 0x03, 0x31, 0x3c, 0xcf, 0xd1, 0x15, 0xcc, 0x36, 0xd3, 0x10,
|
|
|
- 0x53, 0x42, 0x84, 0xe9, 0x7a, 0x03, 0x96, 0x95, 0xf2, 0x06, 0x2a, 0x37, 0xd7, 0xb6, 0xd4, 0x8b,
|
|
|
- 0x3e, 0x61, 0xa6, 0xe3, 0xee, 0x98, 0x2d, 0xcf, 0x76, 0x3d, 0x9b, 0xed, 0xe9, 0x4f, 0xf2, 0xad,
|
|
|
- 0x00, 0xfd, 0xf5, 0xfa, 0x84, 0x2d, 0xba, 0x3b, 0x2b, 0x31, 0x92, 0x76, 0x96, 0x17, 0x77, 0x4d,
|
|
|
- 0x2c, 0x0a, 0xcd, 0xb5, 0x77, 0x14, 0x75, 0xb0, 0x89, 0x77, 0x13, 0xe7, 0x2c, 0x97, 0x5a, 0x81,
|
|
|
- 0xe7, 0x11, 0x6a, 0xed, 0xe9, 0xa3, 0x7c, 0xf4, 0x7c, 0x7e, 0xc5, 0x82, 0x77, 0x96, 0xf0, 0x6e,
|
|
|
- 0xc4, 0x71, 0x36, 0x53, 0x81, 0x83, 0xbe, 0x29, 0x91, 0xa7, 0x07, 0xbd, 0x0c, 0x4c, 0x06, 0x9a,
|
|
|
- 0xdf, 0x89, 0xc8, 0xed, 0x22, 0xa9, 0x55, 0xed, 0x03, 0x45, 0xed, 0xb7, 0x3c, 0xec, 0x6f, 0x16,
|
|
|
- 0x32, 0xff, 0xa7, 0xf8, 0x64, 0xbc, 0xcb, 0x33, 0xff, 0xd9, 0x24, 0xf3, 0xb7, 0xe2, 0xcc, 0x7f,
|
|
|
- 0x3e, 0x3a, 0x91, 0xa1, 0x59, 0x96, 0x83, 0x4b, 0x83, 0x2f, 0xd7, 0x29, 0x67, 0xf3, 0x5c, 0x0c,
|
|
|
- 0x2b, 0xb8, 0xaf, 0x64, 0x04, 0x6a, 0x02, 0x2b, 0xae, 0x09, 0xaa, 0x0f, 0x62, 0x06, 0xaa, 0x82,
|
|
|
- 0xd9, 0xa8, 0x2a, 0x28, 0x18, 0xf3, 0x1c, 0xed, 0xa7, 0x8a, 0x3a, 0x54, 0x74, 0x2f, 0xb9, 0x8c,
|
|
|
- 0x79, 0x9a, 0xcf, 0xbf, 0x7d, 0x14, 0x1a, 0x67, 0x67, 0x91, 0xf0, 0x8e, 0x90, 0xb7, 0x52, 0x7c,
|
|
|
- 0x47, 0x90, 0xa2, 0xdd, 0x96, 0xc6, 0xfe, 0x61, 0x35, 0xb3, 0x8d, 0xe4, 0x96, 0xb5, 0xaf, 0x29,
|
|
|
- 0xea, 0xa0, 0xcf, 0x02, 0x6a, 0x42, 0xbe, 0x84, 0x1d, 0x7b, 0x9b, 0x98, 0x51, 0x16, 0xec, 0xeb,
|
|
|
- 0xcf, 0xa4, 0x59, 0x68, 0x3f, 0x68, 0xbc, 0x92, 0x28, 0xac, 0x02, 0xbe, 0x9a, 0xe6, 0x46, 0x12,
|
|
|
- 0x2c, 0x9f, 0xc2, 0x0b, 0x61, 0xec, 0xd4, 0xc4, 0xed, 0x71, 0x24, 0xb3, 0x06, 0x95, 0x71, 0x81,
|
|
|
- 0x06, 0x44, 0x53, 0x5f, 0x7f, 0x96, 0x93, 0xf8, 0x2c, 0xec, 0xcb, 0x5c, 0xb3, 0x25, 0x9b, 0x66,
|
|
|
- 0x15, 0x44, 0x09, 0x11, 0x33, 0xc3, 0x5c, 0x18, 0x9d, 0x1c, 0x47, 0x65, 0x3b, 0x90, 0x8b, 0xf7,
|
|
|
- 0xf0, 0xde, 0x93, 0xe7, 0xad, 0xe7, 0x78, 0xe4, 0xac, 0x1f, 0x85, 0x46, 0x2f, 0xc2, 0x3b, 0xab,
|
|
|
- 0x2c, 0x10, 0x1e, 0xb6, 0xce, 0xf9, 0xd9, 0x67, 0x7a, 0x05, 0x95, 0xc9, 0xee, 0xfb, 0xf8, 0x56,
|
|
|
- 0xb0, 0x88, 0x44, 0x7b, 0xda, 0xb6, 0x7a, 0x01, 0x8a, 0xcd, 0x1a, 0xf6, 0x89, 0x19, 0xbd, 0x34,
|
|
|
- 0xea, 0x37, 0x46, 0x94, 0xd1, 0xde, 0xc9, 0xde, 0x24, 0x19, 0x5a, 0xe3, 0x52, 0x7e, 0x67, 0xd8,
|
|
|
- 0x9b, 0xa8, 0x46, 0xb2, 0x2c, 0x4c, 0xe5, 0xc4, 0x95, 0x91, 0xb8, 0xf4, 0x88, 0x97, 0xc7, 0x9b,
|
|
|
- 0x87, 0x55, 0x05, 0x15, 0x9a, 0x6a, 0xdf, 0x3d, 0xa9, 0x5e, 0x83, 0xa8, 0x91, 0x86, 0x0b, 0x28,
|
|
|
- 0x5d, 0x2d, 0xb7, 0x09, 0x4b, 0xd6, 0x23, 0x77, 0x03, 0xe2, 0x33, 0x73, 0xcb, 0xae, 0xe9, 0x63,
|
|
|
- 0x7c, 0x3a, 0xfe, 0xaa, 0xc4, 0x2f, 0x94, 0x4b, 0x78, 0x77, 0x76, 0x01, 0x45, 0xf8, 0x2b, 0xf6,
|
|
|
- 0x4c, 0x3b, 0x34, 0x8c, 0x26, 0xde, 0x4d, 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, 0x47, 0x8a, 0x3a, 0x98, 0x3e, 0xbc, 0x38, 0x58, 0x7c, 0xaa, 0x1d, 0xe7,
|
|
|
- 0x1b, 0xf8, 0x3d, 0x18, 0x89, 0x81, 0xe4, 0xe1, 0x62, 0x71, 0x7a, 0x59, 0x7c, 0xad, 0x1d, 0xc0,
|
|
|
- 0x12, 0x79, 0x9a, 0x3e, 0xcb, 0x40, 0xd9, 0x7b, 0x99, 0xd4, 0x48, 0x17, 0xb9, 0xb0, 0xf5, 0xa5,
|
|
|
- 0xa4, 0x50, 0xd6, 0x0a, 0x0b, 0x4f, 0xbd, 0xdb, 0xea, 0x65, 0xfe, 0xb6, 0xd2, 0x08, 0x1c, 0x27,
|
|
|
- 0xce, 0x65, 0x5c, 0x9a, 0x14, 0xa6, 0xfa, 0x04, 0xf7, 0x74, 0x0a, 0x72, 0x05, 0xd0, 0x9a, 0x0f,
|
|
|
- 0x1c, 0x87, 0x67, 0x21, 0x77, 0x68, 0x5c, 0x4a, 0x76, 0x42, 0xe3, 0x6a, 0x7c, 0x64, 0xc9, 0xe0,
|
|
|
- 0x0a, 0xea, 0xd2, 0x4e, 0xfb, 0xb2, 0xda, 0x13, 0xb4, 0x68, 0x2b, 0x0d, 0x8a, 0xbf, 0x9c, 0xe7,
|
|
|
- 0x5d, 0x7d, 0xee, 0x28, 0x34, 0x2e, 0xcd, 0x91, 0x96, 0x47, 0x2c, 0xcc, 0x48, 0x7d, 0x7d, 0x85,
|
|
|
- 0xae, 0x64, 0x11, 0x52, 0x79, 0x2e, 0x4b, 0x4d, 0x5a, 0xb4, 0x15, 0x03, 0xcf, 0xba, 0x4d, 0x1b,
|
|
|
- 0xd2, 0x23, 0xb6, 0x57, 0xd9, 0x3f, 0xac, 0xca, 0x1b, 0xeb, 0x0a, 0x3a, 0x27, 0x34, 0xd1, 0x7e,
|
|
|
- 0xae, 0xc4, 0xdd, 0x27, 0x17, 0xcf, 0xef, 0xcc, 0xf3, 0xd5, 0xfd, 0x26, 0x9f, 0xd3, 0xbc, 0x89,
|
|
|
- 0xf4, 0x12, 0x9a, 0x77, 0x3f, 0x92, 0x76, 0x2f, 0x5e, 0x1e, 0x0b, 0x1c, 0xb2, 0xc5, 0x7b, 0xb9,
|
|
|
- 0xbb, 0x16, 0x4c, 0x92, 0xac, 0x17, 0x5d, 0x41, 0x6a, 0xd6, 0x4a, 0xfb, 0xad, 0xa2, 0xf6, 0x72,
|
|
|
- 0x9a, 0xd9, 0x15, 0xf3, 0xaf, 0x22, 0xa2, 0xdf, 0xe4, 0x99, 0x5d, 0xde, 0x84, 0x70, 0xdd, 0xcc,
|
|
|
- 0xa9, 0x56, 0x52, 0xaa, 0xf9, 0x0b, 0x62, 0x29, 0xd9, 0xab, 0x1f, 0xa7, 0x07, 0xf9, 0x9b, 0xbc,
|
|
|
- 0x2f, 0x5d, 0x41, 0x3d, 0x62, 0xcb, 0x8c, 0x72, 0x76, 0x91, 0xfc, 0x6e, 0x77, 0xca, 0xc2, 0xa5,
|
|
|
- 0x72, 0x81, 0x72, 0xfe, 0x1a, 0xb8, 0x3b, 0xe5, 0x6e, 0x7a, 0x65, 0xca, 0x89, 0x66, 0x42, 0x39,
|
|
|
- 0xbd, 0x37, 0x6e, 0xa8, 0xd1, 0x83, 0x55, 0x7a, 0x04, 0xfc, 0x7a, 0x9e, 0x9f, 0x01, 0x9f, 0xc9,
|
|
|
- 0xf3, 0xe5, 0x6f, 0x3e, 0xd9, 0x59, 0x20, 0x2c, 0x46, 0x2f, 0x43, 0x04, 0xa2, 0xd0, 0x8f, 0x80,
|
|
|
- 0xf8, 0xbc, 0xec, 0x2e, 0x57, 0xbc, 0x66, 0xcb, 0x62, 0xfa, 0x7b, 0x30, 0x44, 0xca, 0xcc, 0xd2,
|
|
|
- 0x51, 0x68, 0x5c, 0xcd, 0x7a, 0x5c, 0xca, 0xd7, 0xab, 0x2b, 0x16, 0xcb, 0x8f, 0x53, 0xb3, 0x84,
|
|
|
- 0xe7, 0xbb, 0xd7, 0xca, 0x0a, 0x70, 0xde, 0x0d, 0x14, 0xa2, 0xbd, 0x6f, 0x61, 0xea, 0xeb, 0xbf,
|
|
|
- 0x89, 0x66, 0x69, 0xad, 0x40, 0x41, 0x8c, 0x92, 0xab, 0xa0, 0x58, 0xa0, 0x50, 0xc2, 0xcb, 0x53,
|
|
|
- 0xc5, 0x99, 0x94, 0xf4, 0x66, 0x5e, 0x7a, 0xff, 0xc3, 0xe1, 0x13, 0x87, 0x1f, 0x0e, 0x9f, 0xf8,
|
|
|
- 0xcf, 0xd1, 0xf0, 0x89, 0x6f, 0xdf, 0x1b, 0x3e, 0xf1, 0xf6, 0xbd, 0x61, 0xe5, 0xf0, 0xde, 0xf0,
|
|
|
- 0x89, 0x7f, 0xdc, 0x1b, 0x3e, 0xf1, 0xda, 0x53, 0x1b, 0x36, 0xdb, 0x0c, 0x6a, 0x37, 0x2c, 0xb7,
|
|
|
- 0x39, 0x96, 0xe6, 0x5f, 0xc2, 0xaf, 0xec, 0xdf, 0x37, 0xb5, 0x33, 0xfc, 0xef, 0x36, 0x37, 0xff,
|
|
|
- 0x1f, 0x00, 0x00, 0xff, 0xff, 0x0b, 0x9c, 0x92, 0x45, 0xda, 0x23, 0x00, 0x00,
|
|
|
+ 0x49, 0xeb, 0xde, 0xe2, 0x4b, 0xda, 0x10, 0x2c, 0x21, 0xf0, 0xa5, 0xa6, 0x26, 0xb6, 0x63, 0x8d,
|
|
|
+ 0x6d, 0x15, 0x15, 0xa1, 0xd5, 0x9c, 0x3d, 0x73, 0xec, 0xc5, 0x7b, 0x66, 0x4f, 0x76, 0x67, 0x7d,
|
|
|
+ 0x29, 0xa8, 0x54, 0x45, 0x5c, 0xde, 0x00, 0x8b, 0x8b, 0x04, 0x08, 0x15, 0x01, 0x12, 0xa5, 0x14,
|
|
|
+ 0x21, 0x21, 0x21, 0xc1, 0x0b, 0x08, 0x09, 0xa9, 0x82, 0x07, 0xfb, 0x11, 0x89, 0xb2, 0xa8, 0x4e,
|
|
|
+ 0x9f, 0xce, 0x03, 0x0f, 0xe7, 0xd1, 0xbc, 0xa0, 0x7f, 0xf6, 0x36, 0xbb, 0x3b, 0xa7, 0xc9, 0xdb,
|
|
|
+ 0xd9, 0xff, 0xfb, 0xe7, 0x9f, 0xef, 0x9f, 0xcb, 0x3f, 0xff, 0x3f, 0x73, 0xd4, 0xeb, 0x8e, 0x5d,
|
|
|
+ 0x1b, 0xb3, 0x5c, 0xda, 0xb0, 0x37, 0xc6, 0xdc, 0x16, 0xb3, 0x5d, 0xea, 0x47, 0x5f, 0x81, 0x87,
|
|
|
+ 0xe1, 0xeb, 0x46, 0xcb, 0x73, 0x99, 0xab, 0x9d, 0x89, 0x84, 0x97, 0x87, 0x04, 0x75, 0x16, 0x50,
|
|
|
+ 0x9b, 0x6e, 0x44, 0x0a, 0x97, 0x2f, 0x09, 0x80, 0x6f, 0xbf, 0x4e, 0x62, 0xf1, 0x59, 0xb2, 0xcb,
|
|
|
+ 0xa2, 0x9f, 0x95, 0x9f, 0xcc, 0xab, 0x03, 0x77, 0xa3, 0x1e, 0x66, 0xc5, 0x1e, 0xb4, 0x9f, 0x2a,
|
|
|
+ 0xea, 0x45, 0xc7, 0xf6, 0x19, 0xa1, 0x26, 0xae, 0xd7, 0x3d, 0xe2, 0xfb, 0xc4, 0xd7, 0x95, 0x91,
|
|
|
+ 0x53, 0xa3, 0x67, 0x67, 0xfc, 0xa3, 0xd0, 0xd0, 0x10, 0xde, 0x59, 0xe4, 0xf0, 0x74, 0x82, 0xb6,
|
|
|
+ 0x43, 0xe3, 0x82, 0x93, 0x17, 0x75, 0x42, 0xe3, 0xfa, 0x6e, 0xd3, 0x99, 0xaa, 0xe4, 0xe4, 0x95,
|
|
|
+ 0x91, 0x3a, 0x69, 0xe0, 0xc0, 0x61, 0x53, 0x95, 0xf8, 0x47, 0xe5, 0xf8, 0xa0, 0xfa, 0x68, 0xfc,
|
|
|
+ 0x7b, 0xff, 0xb0, 0x2a, 0x31, 0x8e, 0x8a, 0xa6, 0xb5, 0xff, 0x2a, 0xaa, 0xbe, 0xe1, 0xb8, 0x35,
|
|
|
+ 0xec, 0x98, 0x75, 0xdb, 0xb7, 0xdc, 0x6d, 0xe2, 0xed, 0x99, 0x3e, 0xf1, 0xb6, 0x89, 0xe7, 0xeb,
|
|
|
+ 0x27, 0x39, 0xd1, 0xdf, 0x2b, 0x47, 0xa1, 0xd1, 0x8f, 0xf0, 0xce, 0x67, 0xb9, 0xde, 0x34, 0xa5,
|
|
|
+ 0xab, 0x11, 0xde, 0x0e, 0x8d, 0x4b, 0x1b, 0x89, 0xcc, 0x0d, 0xa8, 0x45, 0x62, 0xa0, 0x13, 0x1a,
|
|
|
+ 0xcf, 0x73, 0xc2, 0x32, 0x54, 0xc2, 0xbb, 0x7d, 0x50, 0x1d, 0x90, 0xa9, 0x76, 0x0e, 0xaa, 0xf2,
|
|
|
+ 0x0e, 0xf2, 0x8e, 0xca, 0xb8, 0xa1, 0xc1, 0xa8, 0xe1, 0x5c, 0xe2, 0x54, 0x2c, 0xd7, 0x3e, 0x92,
|
|
|
+ 0x39, 0x4c, 0x28, 0xae, 0x39, 0xa4, 0xae, 0x9f, 0x1a, 0x51, 0x46, 0x1f, 0x9b, 0x79, 0x07, 0x1c,
|
|
|
+ 0xbe, 0x98, 0x5a, 0x7c, 0x39, 0x02, 0xcb, 0xde, 0xc6, 0x40, 0x27, 0x34, 0x9e, 0x95, 0x78, 0x1b,
|
|
|
+ 0xa3, 0x82, 0xbb, 0xcc, 0x0b, 0x08, 0xf8, 0xda, 0xc5, 0x4c, 0x37, 0xe0, 0xf8, 0xa0, 0xfa, 0x08,
|
|
|
+ 0x34, 0xdd, 0x3f, 0xac, 0x96, 0x48, 0x95, 0xdc, 0x8c, 0xe5, 0xda, 0x07, 0x8a, 0x3a, 0xe4, 0xb8,
|
|
|
+ 0x96, 0xd4, 0xcb, 0x47, 0xb8, 0x97, 0x3f, 0x07, 0x2f, 0x2f, 0x2c, 0x82, 0x4e, 0xce, 0xc9, 0x01,
|
|
|
+ 0x27, 0x16, 0x15, 0x7c, 0x7c, 0x26, 0x5a, 0x82, 0x12, 0x50, 0xe2, 0xa2, 0xdc, 0x48, 0x17, 0xb9,
|
|
|
+ 0xe0, 0x60, 0x91, 0x0f, 0xba, 0xc4, 0x1b, 0x94, 0xdc, 0xfb, 0x87, 0xa2, 0xf6, 0x47, 0xee, 0xe1,
|
|
|
+ 0xd8, 0x96, 0xd9, 0x72, 0x3d, 0xa6, 0x9f, 0x1e, 0x51, 0x46, 0x4f, 0xcf, 0xfc, 0x08, 0x5c, 0xeb,
|
|
|
+ 0x49, 0x4c, 0xad, 0xb8, 0x1e, 0x6b, 0x87, 0x46, 0x5f, 0xae, 0x6b, 0x10, 0x76, 0x42, 0xe3, 0xe9,
|
|
|
+ 0xb2, 0x53, 0x80, 0x08, 0x1e, 0x4d, 0x4e, 0x8c, 0x4f, 0x7e, 0xa2, 0x72, 0x1c, 0x1a, 0xa7, 0x6c,
|
|
|
+ 0xca, 0xda, 0x07, 0x55, 0x89, 0x19, 0x99, 0xf0, 0xf8, 0xa0, 0x7a, 0x9a, 0x37, 0xdd, 0x3f, 0xac,
|
|
|
+ 0xe6, 0x98, 0xa0, 0xb2, 0xae, 0xf6, 0xb5, 0x93, 0xea, 0x48, 0xc1, 0x9b, 0x66, 0xe0, 0x30, 0xdb,
|
|
|
+ 0xc2, 0x3e, 0x4b, 0xe2, 0x86, 0x7e, 0x66, 0x44, 0x19, 0x3d, 0x3b, 0xf3, 0x47, 0x70, 0xad, 0x37,
|
|
|
+ 0x31, 0xb8, 0x34, 0x0b, 0x3b, 0xb9, 0x1d, 0x1a, 0xfd, 0x39, 0xa3, 0x91, 0xb8, 0x13, 0x1a, 0xb7,
|
|
|
+ 0xca, 0xee, 0x45, 0x98, 0xe0, 0xe0, 0x17, 0x1a, 0x8d, 0x89, 0xc9, 0xa9, 0xa9, 0xdb, 0x37, 0x6f,
|
|
|
+ 0xbf, 0xf8, 0xc5, 0xa9, 0xc8, 0xdb, 0xf6, 0x41, 0x55, 0x6a, 0x50, 0x2e, 0x3e, 0x3e, 0xa8, 0x6a,
|
|
|
+ 0x65, 0x23, 0xfb, 0x87, 0xd5, 0x02, 0x4d, 0xf4, 0x44, 0xbe, 0x71, 0xe2, 0x61, 0x1c, 0x8c, 0xb4,
|
|
|
+ 0xbb, 0xea, 0xf9, 0x26, 0xde, 0x35, 0x7d, 0x42, 0xeb, 0xe6, 0x56, 0xad, 0xe5, 0xeb, 0x8f, 0xf2,
|
|
|
+ 0xc9, 0x7c, 0xae, 0x1d, 0x1a, 0xe7, 0x9a, 0x78, 0x77, 0x95, 0xd0, 0xfa, 0x9d, 0x5a, 0x0b, 0x82,
|
|
|
+ 0x4b, 0x1f, 0x77, 0x4b, 0x90, 0x25, 0xf3, 0x83, 0x44, 0xc5, 0xc4, 0xa0, 0x47, 0xac, 0xed, 0xc8,
|
|
|
+ 0xe0, 0x63, 0x39, 0x83, 0x88, 0x58, 0xdb, 0x45, 0x83, 0x89, 0x2c, 0x67, 0x30, 0x11, 0x6a, 0x7f,
|
|
|
+ 0x50, 0xd4, 0x21, 0x8f, 0x58, 0x2e, 0xa5, 0xc4, 0x82, 0xf0, 0x6e, 0xda, 0x94, 0x11, 0x6f, 0x1b,
|
|
|
+ 0x3b, 0xa6, 0xaf, 0x9f, 0xe5, 0xb6, 0xdf, 0xe0, 0x41, 0x3d, 0x51, 0x59, 0x88, 0xe1, 0x55, 0x88,
|
|
|
+ 0x1d, 0x62, 0xc3, 0x14, 0xe8, 0x84, 0xc6, 0x28, 0xef, 0x5b, 0x8a, 0x0a, 0xb3, 0x74, 0x6b, 0x3c,
|
|
|
+ 0xa1, 0x74, 0x7c, 0x50, 0x3d, 0x79, 0x6b, 0x9c, 0xc7, 0xf7, 0x52, 0x3f, 0x48, 0xde, 0x8b, 0xd6,
|
|
|
+ 0x50, 0x7b, 0x3d, 0xe2, 0xe0, 0x3d, 0x3f, 0x8d, 0x01, 0x2a, 0x8f, 0x01, 0x9f, 0x6e, 0x87, 0xc6,
|
|
|
+ 0xf9, 0x08, 0xc9, 0x36, 0x7a, 0x25, 0x26, 0x24, 0x48, 0x8b, 0x3b, 0x3c, 0xd9, 0xb1, 0x28, 0xdf,
|
|
|
+ 0x58, 0x7b, 0xeb, 0xa4, 0x7a, 0x25, 0xee, 0x28, 0x25, 0x92, 0x0d, 0x52, 0x53, 0x3f, 0xc7, 0x07,
|
|
|
+ 0xe9, 0xaf, 0xb0, 0x86, 0x87, 0x10, 0xe8, 0x95, 0x5c, 0x58, 0x6a, 0x87, 0xc6, 0x90, 0x27, 0x87,
|
|
|
+ 0xd2, 0x40, 0xdb, 0x05, 0x17, 0x58, 0x4e, 0x8c, 0x0b, 0x5b, 0xb6, 0xab, 0xbd, 0xee, 0x10, 0x0c,
|
|
|
+ 0xf2, 0x04, 0x0c, 0x72, 0x37, 0x9a, 0x48, 0x8f, 0xfc, 0x2c, 0x23, 0x5a, 0x4d, 0x3d, 0xef, 0x33,
|
|
|
+ 0xec, 0x31, 0xb3, 0xe6, 0xb9, 0x3b, 0x3e, 0xf1, 0xf4, 0x1e, 0x3e, 0xd6, 0x9f, 0x6a, 0x87, 0x46,
|
|
|
+ 0x0f, 0x07, 0x66, 0x22, 0x79, 0x27, 0x34, 0x9e, 0xe4, 0xee, 0x88, 0xc2, 0xae, 0x23, 0x9d, 0x6b,
|
|
|
+ 0xaa, 0xfd, 0x52, 0x51, 0x2f, 0x51, 0xcc, 0x4c, 0xe6, 0x61, 0x38, 0xd5, 0xb0, 0x93, 0x4e, 0x6c,
|
|
|
+ 0x2f, 0xef, 0xec, 0xde, 0x51, 0x68, 0xa8, 0xcb, 0xd3, 0x6b, 0x59, 0x58, 0x57, 0x29, 0x66, 0xd9,
|
|
|
+ 0x1c, 0x1b, 0xbc, 0xe3, 0x4c, 0x24, 0x09, 0xe1, 0x62, 0x83, 0xdc, 0x97, 0x10, 0xae, 0x85, 0x2e,
|
|
|
+ 0x50, 0x3f, 0xc5, 0x6c, 0x2d, 0xa1, 0x93, 0x2c, 0x88, 0x3f, 0x95, 0x78, 0x3a, 0x04, 0xfb, 0xc4,
|
|
|
+ 0x6c, 0xea, 0x17, 0xf8, 0x52, 0xf8, 0x06, 0x2c, 0x85, 0xb3, 0xcb, 0xd3, 0x6b, 0x8b, 0x20, 0x86,
|
|
|
+ 0xc9, 0xbf, 0x40, 0x31, 0x8b, 0x3e, 0x6c, 0x1a, 0x30, 0x9e, 0xfc, 0x54, 0x12, 0xb2, 0xa2, 0x5c,
|
|
|
+ 0xba, 0x37, 0xda, 0x07, 0xd5, 0x52, 0xfb, 0xb2, 0x28, 0xdd, 0x41, 0x59, 0xc7, 0x48, 0x13, 0xd9,
|
|
|
+ 0x47, 0x32, 0xed, 0xef, 0x8a, 0x3a, 0x94, 0x27, 0xef, 0x11, 0x4a, 0x76, 0xf8, 0x4a, 0xbe, 0xc8,
|
|
|
+ 0xe9, 0xef, 0x03, 0xfd, 0x73, 0xcb, 0xd3, 0x6b, 0x28, 0x02, 0xc0, 0x81, 0x3e, 0x8a, 0x59, 0xf2,
|
|
|
+ 0x99, 0xba, 0x50, 0x4d, 0x5c, 0xc8, 0x23, 0x82, 0x13, 0x37, 0x45, 0x27, 0x24, 0x36, 0x64, 0x42,
|
|
|
+ 0x70, 0xe4, 0x26, 0x38, 0x22, 0x52, 0x40, 0x03, 0xa2, 0x2b, 0x89, 0x54, 0xe2, 0x0c, 0xb3, 0x9b,
|
|
|
+ 0xc4, 0x0d, 0x98, 0xe9, 0xeb, 0x7d, 0x79, 0x67, 0xd6, 0x22, 0x60, 0x35, 0x76, 0x26, 0xf9, 0x84,
|
|
|
+ 0x95, 0x5e, 0xcf, 0x39, 0x93, 0x47, 0xba, 0x6d, 0x3f, 0x89, 0x0d, 0x99, 0x30, 0xdd, 0x72, 0x22,
|
|
|
+ 0x85, 0xbc, 0x33, 0x89, 0x54, 0xfb, 0xb1, 0xa2, 0xea, 0x81, 0x8f, 0x37, 0x88, 0xe9, 0x11, 0x38,
|
|
|
+ 0xf7, 0x6d, 0xba, 0x61, 0x62, 0xcb, 0x22, 0x2d, 0x46, 0xea, 0xba, 0xc6, 0xbd, 0xc1, 0xb0, 0x03,
|
|
|
+ 0xd6, 0xd1, 0x74, 0x2c, 0x85, 0x1d, 0x10, 0x78, 0xc9, 0x57, 0x27, 0x34, 0x2e, 0x72, 0x27, 0x32,
|
|
|
+ 0x91, 0x40, 0x58, 0x54, 0xcc, 0x7d, 0xc1, 0x8a, 0xcf, 0x4c, 0xa2, 0x41, 0x4e, 0x01, 0x25, 0x0c,
|
|
|
+ 0x12, 0xb9, 0xf6, 0x65, 0x75, 0xa0, 0x48, 0xce, 0x27, 0x84, 0xea, 0xfd, 0x9c, 0xd8, 0xc2, 0x51,
|
|
|
+ 0x68, 0x9c, 0x59, 0x47, 0xab, 0x84, 0xd0, 0x76, 0x68, 0x9c, 0x09, 0x3c, 0xf8, 0xd5, 0x09, 0x8d,
|
|
|
+ 0x9e, 0x98, 0x10, 0x7c, 0x0a, 0x64, 0x12, 0x85, 0xf4, 0xd7, 0xfe, 0x61, 0x35, 0x6e, 0x8e, 0xb4,
|
|
|
+ 0x3c, 0x01, 0x90, 0x69, 0xdf, 0x57, 0xd4, 0xc7, 0x8b, 0xbd, 0x07, 0xd4, 0xbe, 0x17, 0x10, 0xd3,
|
|
|
+ 0xae, 0xeb, 0x03, 0x3c, 0x89, 0x78, 0x2d, 0x1a, 0x9b, 0x75, 0x2e, 0x5e, 0x98, 0x8b, 0xc6, 0x26,
|
|
|
+ 0xfe, 0x12, 0xc7, 0x26, 0x51, 0xa8, 0x44, 0x83, 0x92, 0x7c, 0x76, 0xc4, 0xaf, 0x78, 0x50, 0x12,
|
|
|
+ 0xac, 0x38, 0x28, 0x89, 0x96, 0xf6, 0x17, 0x45, 0xed, 0x2f, 0xf1, 0xf2, 0x1c, 0xfd, 0x12, 0x67,
|
|
|
+ 0xf4, 0x6d, 0x58, 0x7b, 0xa7, 0xd7, 0xd1, 0x3a, 0x5a, 0x6c, 0x87, 0xc6, 0xe9, 0xc0, 0x5b, 0x47,
|
|
|
+ 0x8b, 0x9d, 0xd0, 0xb8, 0x9d, 0x10, 0x41, 0x8b, 0xc2, 0xea, 0xda, 0x64, 0xac, 0xe5, 0x4f, 0x8d,
|
|
|
+ 0x8d, 0xd5, 0x31, 0xc3, 0x37, 0xfc, 0x3d, 0x6a, 0xb1, 0x4d, 0x28, 0xd6, 0x28, 0x61, 0x63, 0x94,
|
|
|
+ 0xec, 0x80, 0x14, 0x08, 0xc7, 0x46, 0x92, 0x1f, 0xc7, 0x07, 0xd5, 0x87, 0x68, 0xb8, 0x7f, 0x58,
|
|
|
+ 0x8d, 0x58, 0xa0, 0xbe, 0x82, 0x1f, 0x9e, 0xa3, 0xfd, 0x47, 0x51, 0x8d, 0xa2, 0x0b, 0x2d, 0xd7,
|
|
|
+ 0x87, 0x13, 0xce, 0x27, 0x56, 0xe0, 0x11, 0x67, 0x4f, 0x1f, 0xe4, 0xe1, 0xf7, 0x87, 0xbc, 0x82,
|
|
|
+ 0x58, 0x47, 0x2b, 0xae, 0xcf, 0x16, 0x52, 0xb0, 0x1d, 0x1a, 0x17, 0x03, 0x2f, 0x2f, 0xeb, 0x84,
|
|
|
+ 0xc6, 0x53, 0xb1, 0x93, 0x79, 0x40, 0xf0, 0xb7, 0x81, 0x1d, 0x9f, 0x87, 0xe4, 0x72, 0x6b, 0x89,
|
|
|
+ 0x0c, 0x32, 0x4f, 0xde, 0x02, 0xea, 0x85, 0x22, 0x05, 0x74, 0x35, 0xef, 0x56, 0x1e, 0xd5, 0xfe,
|
|
|
+ 0x2d, 0xf1, 0xd0, 0xa6, 0x36, 0xb3, 0xa1, 0x8e, 0x80, 0xf3, 0xce, 0xf4, 0xf5, 0x21, 0xbe, 0x8a,
|
|
|
+ 0x7f, 0xc0, 0xab, 0x87, 0x75, 0xb4, 0x10, 0xa1, 0x73, 0x00, 0x42, 0xc0, 0xb8, 0x10, 0x78, 0x39,
|
|
|
+ 0x51, 0x1a, 0x2e, 0x0a, 0x72, 0x31, 0x58, 0xdc, 0x1e, 0xcf, 0x05, 0xf0, 0xa2, 0x85, 0xb2, 0x08,
|
|
|
+ 0x4e, 0x20, 0x68, 0x05, 0x05, 0x43, 0x81, 0x02, 0xba, 0x92, 0x77, 0x30, 0x07, 0x6a, 0xae, 0xda,
|
|
|
+ 0xe7, 0x91, 0xe8, 0x70, 0x76, 0xa9, 0xb9, 0x83, 0xb7, 0x48, 0xd0, 0xd2, 0x75, 0x3e, 0x65, 0xb3,
|
|
|
+ 0x40, 0x3e, 0x06, 0xef, 0xd2, 0x57, 0x39, 0x94, 0x92, 0x2f, 0xc8, 0xbb, 0x1e, 0xd2, 0x45, 0x03,
|
|
|
+ 0xda, 0x37, 0x15, 0x75, 0x08, 0x07, 0xcc, 0x35, 0x83, 0xd6, 0x86, 0x87, 0xeb, 0x24, 0x4b, 0x86,
|
|
|
+ 0x36, 0xf5, 0xc7, 0xf9, 0x40, 0xae, 0x40, 0xc9, 0x05, 0x2a, 0xeb, 0x91, 0x46, 0x92, 0x47, 0xbc,
|
|
|
+ 0x92, 0x56, 0x27, 0x32, 0x50, 0x1c, 0xbe, 0x49, 0x31, 0x33, 0x9c, 0x98, 0x44, 0x52, 0x6b, 0x5a,
|
|
|
+ 0x53, 0x1d, 0x4a, 0x38, 0x30, 0xd7, 0x6c, 0x79, 0x30, 0xc5, 0xfc, 0x2c, 0xf6, 0xf5, 0xcb, 0x7c,
|
|
|
+ 0x00, 0x6e, 0x01, 0x91, 0x58, 0x65, 0xcd, 0x5d, 0xf1, 0x08, 0x8a, 0xf1, 0x4e, 0x68, 0x5c, 0x8e,
|
|
|
+ 0xa6, 0x50, 0x02, 0x56, 0x90, 0xb4, 0x8d, 0xb6, 0xad, 0x6a, 0x5b, 0x84, 0xb4, 0x4c, 0x46, 0x9a,
|
|
|
+ 0x2d, 0xd7, 0xc3, 0x9e, 0x4d, 0x7c, 0x73, 0x53, 0xbf, 0xc2, 0x5d, 0x7e, 0x05, 0x36, 0x02, 0xa0,
|
|
|
+ 0x6b, 0x19, 0x08, 0xee, 0x5e, 0xe3, 0xbd, 0x14, 0x01, 0xb1, 0x16, 0x7b, 0x51, 0x74, 0x75, 0xf2,
|
|
|
+ 0x45, 0x54, 0xb2, 0xa2, 0xed, 0xa9, 0xfd, 0x16, 0xb6, 0x36, 0x89, 0x69, 0x6f, 0x50, 0xd7, 0x23,
|
|
|
+ 0x75, 0xb3, 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, 0xbb,
|
|
|
+ 0x8a, 0x7a, 0xb9, 0xe5, 0xb9, 0x1b, 0x50, 0xcc, 0x98, 0x41, 0xab, 0x8e, 0x19, 0x11, 0x0b, 0x84,
|
|
|
+ 0x27, 0xb8, 0xef, 0x6b, 0x90, 0xdf, 0x26, 0x5a, 0xeb, 0x5c, 0x49, 0x2c, 0x06, 0xa2, 0x22, 0xbb,
|
|
|
+ 0x0b, 0x2e, 0xd0, 0x79, 0x49, 0x18, 0x08, 0xe5, 0x25, 0xd4, 0xcd, 0xa2, 0xf6, 0x96, 0xa2, 0x0e,
|
|
|
+ 0x3a, 0x76, 0xd3, 0x66, 0x66, 0x0d, 0xd3, 0xfa, 0x8e, 0x5d, 0x67, 0x9b, 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, 0x98, 0x61, 0x91, 0x99, 0xd2, 0xde, 0x54, 0x54, 0xad, 0x69, 0x53,
|
|
|
+ 0x73, 0xd3, 0x6d, 0x12, 0xb3, 0x6e, 0xfb, 0x5b, 0x66, 0xc3, 0x23, 0x44, 0x37, 0x46, 0x94, 0xd1,
|
|
|
+ 0x73, 0x93, 0x3d, 0x37, 0xa2, 0x9b, 0xb5, 0x1b, 0xab, 0xf6, 0xeb, 0x64, 0xe6, 0xe5, 0xf7, 0x43,
|
|
|
+ 0xe3, 0x04, 0xec, 0xc4, 0xa6, 0x4d, 0x5f, 0x71, 0x9b, 0x64, 0xce, 0xf6, 0xb7, 0xe6, 0x3d, 0x42,
|
|
|
+ 0xd2, 0xd5, 0x51, 0x90, 0x8b, 0xfb, 0x60, 0xe4, 0x3a, 0x10, 0x39, 0x35, 0x31, 0x72, 0x1d, 0x15,
|
|
|
+ 0x9b, 0x6b, 0xf7, 0x15, 0xb5, 0x27, 0x59, 0xef, 0xfc, 0xd8, 0x19, 0xe1, 0xc7, 0xce, 0x9f, 0x79,
|
|
|
+ 0xca, 0x93, 0x2c, 0xda, 0xe8, 0xf0, 0x39, 0xe7, 0x65, 0x9f, 0x9d, 0xd0, 0x98, 0x4b, 0x2a, 0x8e,
|
|
|
+ 0x44, 0x26, 0x39, 0x88, 0xe2, 0x1d, 0xe0, 0x17, 0xce, 0x94, 0x26, 0x61, 0xf8, 0xc6, 0x97, 0x7c,
|
|
|
+ 0x97, 0x42, 0xec, 0xce, 0x99, 0xcd, 0x7f, 0x1e, 0x1f, 0x54, 0x47, 0x1f, 0xd6, 0x14, 0xe4, 0x47,
|
|
|
+ 0x02, 0x5f, 0x94, 0xd9, 0xf1, 0x1c, 0xed, 0x55, 0xb5, 0x0f, 0x3b, 0x3b, 0x50, 0x7d, 0x45, 0xb7,
|
|
|
+ 0x09, 0x94, 0x30, 0x5f, 0x7f, 0x92, 0x5f, 0xe2, 0x41, 0xd1, 0x7b, 0x21, 0x02, 0x79, 0x55, 0xbe,
|
|
|
+ 0x4c, 0x18, 0x2c, 0xfc, 0x81, 0x28, 0xc2, 0xe4, 0xe4, 0x15, 0x54, 0x54, 0xd4, 0xfe, 0xa7, 0xa8,
|
|
|
+ 0xa3, 0xee, 0x36, 0xf1, 0x76, 0x3c, 0x9b, 0x41, 0xe0, 0x68, 0xba, 0x8c, 0x98, 0x75, 0xb2, 0x6d,
|
|
|
+ 0x5b, 0xc4, 0xa4, 0xb8, 0x49, 0x7c, 0x08, 0xa7, 0x71, 0x21, 0xa4, 0x57, 0xb2, 0xeb, 0xa5, 0xa1,
|
|
|
+ 0xbb, 0x49, 0x23, 0xc4, 0xdb, 0xcc, 0x91, 0xed, 0x65, 0x50, 0x6f, 0x87, 0xc6, 0x35, 0xb7, 0x04,
|
|
|
+ 0xd9, 0x16, 0xe1, 0xe8, 0x5d, 0x3a, 0x1b, 0x99, 0xea, 0x84, 0xc6, 0x27, 0x39, 0xc1, 0x87, 0xd0,
|
|
|
+ 0xed, 0xbe, 0x28, 0xa1, 0x8a, 0xeb, 0xc2, 0x03, 0x3d, 0x0c, 0x0b, 0xed, 0xab, 0xea, 0x25, 0x08,
|
|
|
+ 0x63, 0xa6, 0x4d, 0xeb, 0x64, 0xd7, 0x84, 0x95, 0x5c, 0x73, 0x5c, 0x6b, 0xcb, 0xd7, 0xaf, 0xf1,
|
|
|
+ 0x2d, 0x0d, 0x8b, 0x46, 0x03, 0x85, 0x05, 0xc0, 0x97, 0x6c, 0x3a, 0xc3, 0xd1, 0xf4, 0xd6, 0xb6,
|
|
|
+ 0x0c, 0x49, 0x33, 0xe5, 0x28, 0xff, 0x45, 0x12, 0x4b, 0xda, 0xbf, 0x20, 0xdd, 0xa5, 0xd8, 0xda,
|
|
|
+ 0x22, 0x75, 0x93, 0xba, 0xcc, 0x6e, 0xd8, 0x16, 0x8e, 0xee, 0x1f, 0xea, 0xbe, 0x5e, 0xe5, 0xf3,
|
|
|
+ 0xfb, 0x36, 0x0c, 0xf7, 0xe0, 0x7a, 0xa4, 0xb4, 0x2c, 0xe8, 0x2c, 0xcc, 0xc1, 0x68, 0x0f, 0x06,
|
|
|
+ 0x52, 0xa4, 0x13, 0x1a, 0x57, 0xa2, 0xd0, 0x2e, 0x83, 0xf9, 0x5d, 0xa5, 0x14, 0xe9, 0x1c, 0x54,
|
|
|
+ 0xbb, 0x58, 0xdc, 0x3f, 0xac, 0x76, 0x61, 0x81, 0xa4, 0x2d, 0xea, 0xbe, 0x86, 0xd4, 0xf3, 0xcc,
|
|
|
+ 0xc3, 0x8d, 0x86, 0x6d, 0x99, 0x96, 0x83, 0x7d, 0x5f, 0xbf, 0xce, 0x87, 0xf5, 0x05, 0xa8, 0x97,
|
|
|
+ 0x63, 0x60, 0x16, 0xe4, 0x9d, 0xd0, 0xd0, 0xa2, 0x01, 0x15, 0x84, 0xe9, 0x45, 0x4d, 0x4e, 0x55,
|
|
|
+ 0xbb, 0xa7, 0xf6, 0xc7, 0x43, 0x6c, 0x36, 0x5c, 0xa7, 0x4e, 0x3c, 0xb3, 0x85, 0xd9, 0xa6, 0xfe,
|
|
|
+ 0x14, 0xdf, 0xf5, 0xd3, 0x70, 0x0c, 0xc4, 0xf0, 0x3c, 0x47, 0x57, 0x30, 0xdb, 0x4c, 0x43, 0x4c,
|
|
|
+ 0x09, 0x11, 0xa6, 0xeb, 0x0d, 0x58, 0x56, 0xca, 0x1b, 0xa8, 0xdc, 0x5c, 0xdb, 0x52, 0x2f, 0xfa,
|
|
|
+ 0x84, 0x99, 0x8e, 0xbb, 0x63, 0xb6, 0x3c, 0xdb, 0xf5, 0x6c, 0xb6, 0xa7, 0x3f, 0xcd, 0xb7, 0x02,
|
|
|
+ 0xf4, 0xd7, 0xeb, 0x13, 0xb6, 0xe8, 0xee, 0xac, 0xc4, 0x48, 0xda, 0x59, 0x5e, 0xdc, 0x35, 0xb1,
|
|
|
+ 0x28, 0x34, 0xd7, 0xde, 0x51, 0xd4, 0xc1, 0x26, 0xde, 0x4d, 0x9c, 0xb3, 0x5c, 0x6a, 0x05, 0x9e,
|
|
|
+ 0x47, 0xa8, 0xb5, 0xa7, 0x8f, 0xf2, 0xd1, 0xf3, 0xf9, 0x15, 0x0b, 0xde, 0x59, 0xc2, 0xbb, 0x11,
|
|
|
+ 0xc7, 0xd9, 0x4c, 0x05, 0x0e, 0xfa, 0xa6, 0x44, 0x9e, 0x1e, 0xf4, 0x32, 0x30, 0x19, 0x68, 0x7e,
|
|
|
+ 0x27, 0x22, 0xb7, 0x8b, 0xa4, 0x56, 0xb5, 0x0f, 0x14, 0xb5, 0xdf, 0xf2, 0xb0, 0xbf, 0x59, 0xc8,
|
|
|
+ 0xfc, 0x9f, 0xe1, 0x93, 0xf1, 0x2e, 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, 0xbe, 0x92, 0x11, 0xa8, 0x09, 0xac, 0xb8, 0x26, 0xa8, 0x3e, 0x8c, 0x19, 0xa8, 0x0a, 0x66,
|
|
|
+ 0xa3, 0xaa, 0xa0, 0x60, 0xcc, 0x73, 0xb4, 0x9f, 0x29, 0xea, 0x50, 0xd1, 0xbd, 0xe4, 0x32, 0xe6,
|
|
|
+ 0x59, 0x3e, 0xff, 0xf6, 0x51, 0x68, 0x9c, 0x9d, 0x45, 0xc2, 0x3b, 0x42, 0xde, 0x4a, 0xf1, 0x1d,
|
|
|
+ 0x41, 0x8a, 0x76, 0x5b, 0x1a, 0xfb, 0x87, 0xd5, 0xcc, 0x36, 0x92, 0x5b, 0xd6, 0xbe, 0xae, 0xa8,
|
|
|
+ 0x83, 0x3e, 0x0b, 0xa8, 0x09, 0xf9, 0x12, 0x76, 0xec, 0x6d, 0x62, 0x46, 0x59, 0xb0, 0xaf, 0x3f,
|
|
|
+ 0x97, 0x66, 0xa1, 0xfd, 0xa0, 0x71, 0x27, 0x51, 0x58, 0x05, 0x7c, 0x35, 0xcd, 0x8d, 0x24, 0x58,
|
|
|
+ 0x3e, 0x85, 0x17, 0xc2, 0xd8, 0xa9, 0x89, 0xdb, 0xe3, 0x48, 0x66, 0x0d, 0x2a, 0xe3, 0x02, 0x0d,
|
|
|
+ 0x88, 0xa6, 0xbe, 0xfe, 0x3c, 0x27, 0xf1, 0x39, 0xd8, 0x97, 0xb9, 0x66, 0x4b, 0x36, 0xcd, 0x2a,
|
|
|
+ 0x88, 0x12, 0x22, 0x66, 0x86, 0xb9, 0x30, 0x3a, 0x39, 0x8e, 0xca, 0x76, 0x20, 0x17, 0xef, 0xe1,
|
|
|
+ 0xbd, 0x27, 0xcf, 0x5b, 0x2f, 0xf0, 0xc8, 0x59, 0x3f, 0x0a, 0x8d, 0x5e, 0x84, 0x77, 0x56, 0x59,
|
|
|
+ 0x20, 0x3c, 0x6c, 0x9d, 0xf3, 0xb3, 0xcf, 0xf4, 0x0a, 0x2a, 0x93, 0x3d, 0xf0, 0xf1, 0xad, 0x60,
|
|
|
+ 0x11, 0x89, 0xf6, 0xb4, 0x6d, 0xf5, 0x02, 0x14, 0x9b, 0x35, 0xec, 0x13, 0x33, 0x7a, 0x69, 0xd4,
|
|
|
+ 0x6f, 0x8c, 0x28, 0xa3, 0xbd, 0x93, 0xbd, 0x49, 0x32, 0xb4, 0xc6, 0xa5, 0xfc, 0xce, 0xb0, 0x37,
|
|
|
+ 0x51, 0x8d, 0x64, 0x59, 0x98, 0xca, 0x89, 0x2b, 0x23, 0x71, 0xe9, 0x11, 0x2f, 0x8f, 0x37, 0x0f,
|
|
|
+ 0xab, 0x0a, 0x2a, 0x34, 0xd5, 0xbe, 0x77, 0x52, 0xbd, 0x06, 0x51, 0x23, 0x0d, 0x17, 0x50, 0xba,
|
|
|
+ 0x5a, 0x6e, 0x13, 0x96, 0xac, 0x47, 0xee, 0x05, 0xc4, 0x67, 0xe6, 0x96, 0x5d, 0xd3, 0xc7, 0xf8,
|
|
|
+ 0x74, 0xfc, 0x4d, 0x89, 0x5f, 0x28, 0x97, 0xf0, 0xee, 0xec, 0x02, 0x8a, 0xf0, 0x3b, 0xf6, 0x4c,
|
|
|
+ 0x3b, 0x34, 0x8c, 0x26, 0xde, 0x4d, 0xb7, 0x38, 0x5b, 0x88, 0x6d, 0x64, 0x2a, 0xe9, 0xd9, 0xf7,
|
|
|
+ 0x00, 0x3d, 0xa1, 0xec, 0x7b, 0xa0, 0xc9, 0x07, 0xab, 0xc4, 0x6f, 0x9e, 0x05, 0xba, 0xe8, 0x01,
|
|
|
+ 0xcd, 0x6a, 0xda, 0x47, 0x8a, 0x3a, 0x98, 0x3e, 0xbc, 0x38, 0x58, 0x7c, 0xaa, 0x1d, 0xe7, 0x1b,
|
|
|
+ 0xf8, 0x3d, 0x18, 0x89, 0x81, 0xe4, 0xe1, 0x62, 0x71, 0x7a, 0x59, 0x7c, 0xad, 0x1d, 0xc0, 0x12,
|
|
|
+ 0x79, 0x9a, 0x3e, 0xcb, 0x40, 0xd9, 0x7b, 0x99, 0xd4, 0x48, 0x17, 0xb9, 0xb0, 0xf5, 0xa5, 0xa4,
|
|
|
+ 0x50, 0xd6, 0x0a, 0x0b, 0x4f, 0xbd, 0xdb, 0xea, 0x65, 0xfe, 0xb6, 0xd2, 0x08, 0x1c, 0x27, 0xce,
|
|
|
+ 0x65, 0x5c, 0x9a, 0x14, 0xa6, 0xfa, 0x04, 0xf7, 0x74, 0x0a, 0x72, 0x05, 0xd0, 0x9a, 0x0f, 0x1c,
|
|
|
+ 0x87, 0x67, 0x21, 0x77, 0x69, 0x5c, 0x4a, 0x76, 0x42, 0xe3, 0x6a, 0x7c, 0x64, 0xc9, 0xe0, 0x0a,
|
|
|
+ 0xea, 0xd2, 0x4e, 0xfb, 0x8a, 0xda, 0x13, 0xb4, 0x68, 0x2b, 0x0d, 0x8a, 0xbf, 0x9a, 0xe7, 0x5d,
|
|
|
+ 0x7d, 0xfe, 0x28, 0x34, 0x2e, 0xcd, 0x91, 0x96, 0x47, 0x2c, 0xcc, 0x48, 0x7d, 0x7d, 0x85, 0xae,
|
|
|
+ 0x64, 0x11, 0x52, 0x79, 0x21, 0x4b, 0x4d, 0x5a, 0xb4, 0x15, 0x03, 0xcf, 0xbb, 0x4d, 0x1b, 0xd2,
|
|
|
+ 0x23, 0xb6, 0x57, 0xd9, 0x3f, 0xac, 0xca, 0x1b, 0xeb, 0x0a, 0x3a, 0x27, 0x34, 0xd1, 0x7e, 0xa1,
|
|
|
+ 0xc4, 0xdd, 0x27, 0x17, 0xcf, 0xef, 0xcc, 0xf3, 0xd5, 0xfd, 0x26, 0x9f, 0xd3, 0xbc, 0x89, 0xf4,
|
|
|
+ 0x12, 0x9a, 0x77, 0x3f, 0x92, 0x76, 0x2f, 0x5e, 0x1e, 0x0b, 0x1c, 0xb2, 0xc5, 0x7b, 0xb9, 0xbb,
|
|
|
+ 0x16, 0x4c, 0x92, 0xac, 0x17, 0x5d, 0x41, 0x6a, 0xd6, 0x4a, 0xfb, 0x9d, 0xa2, 0xf6, 0x72, 0x9a,
|
|
|
+ 0xd9, 0x15, 0xf3, 0xaf, 0x23, 0xa2, 0xdf, 0xe2, 0x99, 0x5d, 0xde, 0x84, 0x70, 0xdd, 0xcc, 0xa9,
|
|
|
+ 0x56, 0x52, 0xaa, 0xf9, 0x0b, 0x62, 0x29, 0xd9, 0xab, 0x1f, 0xa7, 0x07, 0xf9, 0x9b, 0xbc, 0x2f,
|
|
|
+ 0x5d, 0x41, 0x3d, 0x62, 0xcb, 0x8c, 0x72, 0x76, 0x91, 0xfc, 0x6e, 0x77, 0xca, 0xc2, 0xa5, 0x72,
|
|
|
+ 0x81, 0x72, 0xfe, 0x1a, 0xb8, 0x3b, 0xe5, 0x6e, 0x7a, 0x65, 0xca, 0x89, 0x66, 0x42, 0x39, 0xbd,
|
|
|
+ 0x37, 0x6e, 0xa8, 0xd1, 0x83, 0x55, 0x7a, 0x04, 0xfc, 0x66, 0x9e, 0x9f, 0x01, 0x9f, 0xc9, 0xf3,
|
|
|
+ 0xe5, 0x6f, 0x3e, 0xd9, 0x59, 0x20, 0x2c, 0x46, 0x2f, 0x43, 0x04, 0xa2, 0xd0, 0x8f, 0x80, 0xf8,
|
|
|
+ 0xbc, 0xec, 0x2e, 0x57, 0xbc, 0x66, 0xcb, 0x62, 0xfa, 0x7b, 0x30, 0x44, 0xca, 0xcc, 0xd2, 0x51,
|
|
|
+ 0x68, 0x5c, 0xcd, 0x7a, 0x5c, 0xca, 0xd7, 0xab, 0x2b, 0x16, 0xcb, 0x8f, 0x53, 0xb3, 0x84, 0xe7,
|
|
|
+ 0xbb, 0xd7, 0xca, 0x0a, 0x70, 0xde, 0x0d, 0x14, 0xa2, 0xbd, 0x6f, 0x61, 0xea, 0xeb, 0xbf, 0x8d,
|
|
|
+ 0x66, 0x69, 0xad, 0x40, 0x41, 0x8c, 0x92, 0xab, 0xa0, 0x58, 0xa0, 0x50, 0xc2, 0xcb, 0x53, 0xc5,
|
|
|
+ 0x99, 0x94, 0xf4, 0x66, 0xee, 0xbc, 0xff, 0xe1, 0xf0, 0x89, 0xc3, 0x0f, 0x87, 0x4f, 0xbc, 0x7f,
|
|
|
+ 0x34, 0xac, 0x1c, 0x1e, 0x0d, 0x2b, 0xdf, 0xb9, 0x3f, 0x7c, 0xe2, 0xed, 0xfb, 0xc3, 0xca, 0xe1,
|
|
|
+ 0xfd, 0xe1, 0x13, 0xff, 0xbc, 0x3f, 0x7c, 0xe2, 0xb5, 0x67, 0x36, 0x6c, 0xb6, 0x19, 0xd4, 0x6e,
|
|
|
+ 0x58, 0x6e, 0x73, 0x2c, 0xcd, 0xc1, 0x84, 0x5f, 0xd9, 0x3f, 0x70, 0x6a, 0x67, 0xf8, 0x5f, 0x6e,
|
|
|
+ 0x6e, 0xfe, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x2e, 0x99, 0xf4, 0x6a, 0xde, 0x23, 0x00, 0x00,
|
|
|
+}
|
|
|
+
|
|
|
+func (m *OptionsConfiguration) Marshal() (dAtA []byte, err error) {
|
|
|
+ size := m.ProtoSize()
|
|
|
+ dAtA = make([]byte, size)
|
|
|
+ n, err := m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
+ if err != nil {
|
|
|
+ return nil, err
|
|
|
+ }
|
|
|
+ return dAtA[:n], nil
|
|
|
}
|
|
|
|
|
|
+func (m *OptionsConfiguration) MarshalTo(dAtA []byte) (int, error) {
|
|
|
+ size := m.ProtoSize()
|
|
|
+ return m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
+}
|
|
|
+
|
|
|
+func (m *OptionsConfiguration) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|
|
+ i := len(dAtA)
|
|
|
+ _ = i
|
|
|
+ var l int
|
|
|
+ _ = l
|
|
|
+ if m.DeprecatedMaxConcurrentScans != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.DeprecatedMaxConcurrentScans))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x4
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xb2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xf0
|
|
|
+ }
|
|
|
+ if m.DeprecatedMinHomeDiskFreePct != 0 {
|
|
|
+ i -= 8
|
|
|
+ encoding_binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.DeprecatedMinHomeDiskFreePct))))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x4
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xb2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xe9
|
|
|
+ }
|
|
|
+ if len(m.DeprecatedRelayServers) > 0 {
|
|
|
+ for iNdEx := len(m.DeprecatedRelayServers) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
+ i -= len(m.DeprecatedRelayServers[iNdEx])
|
|
|
+ copy(dAtA[i:], m.DeprecatedRelayServers[iNdEx])
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(len(m.DeprecatedRelayServers[iNdEx])))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x4
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xb2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xe2
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if m.DeprecatedUPnPTimeoutS != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.DeprecatedUPnPTimeoutS))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x4
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xb2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xd8
|
|
|
+ }
|
|
|
+ if m.DeprecatedUPnPRenewalM != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.DeprecatedUPnPRenewalM))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x4
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xb2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xd0
|
|
|
+ }
|
|
|
+ if m.DeprecatedUPnPLeaseM != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.DeprecatedUPnPLeaseM))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x4
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xb2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xc8
|
|
|
+ }
|
|
|
+ if m.DeprecatedUPnPEnabled {
|
|
|
+ i--
|
|
|
+ if m.DeprecatedUPnPEnabled {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x4
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xb2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xc0
|
|
|
+ }
|
|
|
+ if m.SendFullIndexOnUpgrade {
|
|
|
+ i--
|
|
|
+ if m.SendFullIndexOnUpgrade {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x3
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x88
|
|
|
+ }
|
|
|
+ if m.AnnounceLANAddresses {
|
|
|
+ i--
|
|
|
+ if m.AnnounceLANAddresses {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x3
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x80
|
|
|
+ }
|
|
|
+ if m.RawMaxCIRequestKiB != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.RawMaxCIRequestKiB))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xf8
|
|
|
+ }
|
|
|
+ if m.DatabaseTuning != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.DatabaseTuning))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xf0
|
|
|
+ }
|
|
|
+ if len(m.RawStunServers) > 0 {
|
|
|
+ for iNdEx := len(m.RawStunServers) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
+ i -= len(m.RawStunServers[iNdEx])
|
|
|
+ copy(dAtA[i:], m.RawStunServers[iNdEx])
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(len(m.RawStunServers[iNdEx])))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xea
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if m.StunKeepaliveMinS != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.StunKeepaliveMinS))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xe0
|
|
|
+ }
|
|
|
+ if m.StunKeepaliveStartS != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.StunKeepaliveStartS))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xd8
|
|
|
+ }
|
|
|
+ if m.CREnabled {
|
|
|
+ i--
|
|
|
+ if m.CREnabled {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xd0
|
|
|
+ }
|
|
|
+ if len(m.CRURL) > 0 {
|
|
|
+ i -= len(m.CRURL)
|
|
|
+ copy(dAtA[i:], m.CRURL)
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(len(m.CRURL)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xca
|
|
|
+ }
|
|
|
+ if m.RawMaxFolderConcurrency != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.RawMaxFolderConcurrency))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xc0
|
|
|
+ }
|
|
|
+ if m.SetLowPriority {
|
|
|
+ i--
|
|
|
+ if m.SetLowPriority {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xb8
|
|
|
+ }
|
|
|
+ if len(m.DefaultFolderPath) > 0 {
|
|
|
+ i -= len(m.DefaultFolderPath)
|
|
|
+ copy(dAtA[i:], m.DefaultFolderPath)
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(len(m.DefaultFolderPath)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xb2
|
|
|
+ }
|
|
|
+ if m.TrafficClass != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.TrafficClass))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xa8
|
|
|
+ }
|
|
|
+ if len(m.UnackedNotificationIDs) > 0 {
|
|
|
+ for iNdEx := len(m.UnackedNotificationIDs) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
+ i -= len(m.UnackedNotificationIDs[iNdEx])
|
|
|
+ copy(dAtA[i:], m.UnackedNotificationIDs[iNdEx])
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(len(m.UnackedNotificationIDs[iNdEx])))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xa2
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if m.TempIndexMinBlocks != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.TempIndexMinBlocks))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x98
|
|
|
+ }
|
|
|
+ if m.OverwriteRemoteDevNames {
|
|
|
+ i--
|
|
|
+ if m.OverwriteRemoteDevNames {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x90
|
|
|
+ }
|
|
|
+ if len(m.AlwaysLocalNets) > 0 {
|
|
|
+ for iNdEx := len(m.AlwaysLocalNets) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
+ i -= len(m.AlwaysLocalNets[iNdEx])
|
|
|
+ copy(dAtA[i:], m.AlwaysLocalNets[iNdEx])
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(len(m.AlwaysLocalNets[iNdEx])))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x8a
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if len(m.ReleasesURL) > 0 {
|
|
|
+ i -= len(m.ReleasesURL)
|
|
|
+ copy(dAtA[i:], m.ReleasesURL)
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(len(m.ReleasesURL)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x2
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x82
|
|
|
+ }
|
|
|
+ {
|
|
|
+ size, err := m.MinHomeDiskFree.MarshalToSizedBuffer(dAtA[:i])
|
|
|
+ if err != nil {
|
|
|
+ return 0, err
|
|
|
+ }
|
|
|
+ i -= size
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(size))
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xfa
|
|
|
+ if m.LimitBandwidthInLan {
|
|
|
+ i--
|
|
|
+ if m.LimitBandwidthInLan {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xf0
|
|
|
+ }
|
|
|
+ if m.ProgressUpdateIntervalS != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.ProgressUpdateIntervalS))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xe8
|
|
|
+ }
|
|
|
+ if m.CacheIgnoredFiles {
|
|
|
+ i--
|
|
|
+ if m.CacheIgnoredFiles {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xe0
|
|
|
+ }
|
|
|
+ if m.KeepTemporariesH != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.KeepTemporariesH))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xd8
|
|
|
+ }
|
|
|
+ if m.UpgradeToPreReleases {
|
|
|
+ i--
|
|
|
+ if m.UpgradeToPreReleases {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xd0
|
|
|
+ }
|
|
|
+ if m.AutoUpgradeIntervalH != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.AutoUpgradeIntervalH))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xc8
|
|
|
+ }
|
|
|
+ if m.RestartOnWakeup {
|
|
|
+ i--
|
|
|
+ if m.RestartOnWakeup {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xc0
|
|
|
+ }
|
|
|
+ if m.URInitialDelayS != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.URInitialDelayS))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xb8
|
|
|
+ }
|
|
|
+ if m.URPostInsecurely {
|
|
|
+ i--
|
|
|
+ if m.URPostInsecurely {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xb0
|
|
|
+ }
|
|
|
+ if len(m.URURL) > 0 {
|
|
|
+ i -= len(m.URURL)
|
|
|
+ copy(dAtA[i:], m.URURL)
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(len(m.URURL)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xaa
|
|
|
+ }
|
|
|
+ if len(m.URUniqueID) > 0 {
|
|
|
+ i -= len(m.URUniqueID)
|
|
|
+ copy(dAtA[i:], m.URUniqueID)
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(len(m.URUniqueID)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xa2
|
|
|
+ }
|
|
|
+ if m.URSeen != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.URSeen))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x98
|
|
|
+ }
|
|
|
+ if m.URAccepted != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.URAccepted))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x90
|
|
|
+ }
|
|
|
+ if m.NATTimeoutS != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.NATTimeoutS))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x88
|
|
|
+ }
|
|
|
+ if m.NATRenewalM != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.NATRenewalM))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x1
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x80
|
|
|
+ }
|
|
|
+ if m.NATLeaseM != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.NATLeaseM))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x78
|
|
|
+ }
|
|
|
+ if m.NATEnabled {
|
|
|
+ i--
|
|
|
+ if m.NATEnabled {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x70
|
|
|
+ }
|
|
|
+ if m.StartBrowser {
|
|
|
+ i--
|
|
|
+ if m.StartBrowser {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x60
|
|
|
+ }
|
|
|
+ if m.RelayReconnectIntervalM != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.RelayReconnectIntervalM))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x58
|
|
|
+ }
|
|
|
+ if m.RelaysEnabled {
|
|
|
+ i--
|
|
|
+ if m.RelaysEnabled {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x50
|
|
|
+ }
|
|
|
+ if m.ReconnectIntervalS != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.ReconnectIntervalS))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x48
|
|
|
+ }
|
|
|
+ if m.MaxRecvKbps != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.MaxRecvKbps))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x40
|
|
|
+ }
|
|
|
+ if m.MaxSendKbps != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.MaxSendKbps))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x38
|
|
|
+ }
|
|
|
+ if len(m.LocalAnnMCAddr) > 0 {
|
|
|
+ i -= len(m.LocalAnnMCAddr)
|
|
|
+ copy(dAtA[i:], m.LocalAnnMCAddr)
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(len(m.LocalAnnMCAddr)))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x32
|
|
|
+ }
|
|
|
+ if m.LocalAnnPort != 0 {
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(m.LocalAnnPort))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x28
|
|
|
+ }
|
|
|
+ if m.LocalAnnEnabled {
|
|
|
+ i--
|
|
|
+ if m.LocalAnnEnabled {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x20
|
|
|
+ }
|
|
|
+ if m.GlobalAnnEnabled {
|
|
|
+ i--
|
|
|
+ if m.GlobalAnnEnabled {
|
|
|
+ dAtA[i] = 1
|
|
|
+ } else {
|
|
|
+ dAtA[i] = 0
|
|
|
+ }
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x18
|
|
|
+ }
|
|
|
+ if len(m.RawGlobalAnnServers) > 0 {
|
|
|
+ for iNdEx := len(m.RawGlobalAnnServers) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
+ i -= len(m.RawGlobalAnnServers[iNdEx])
|
|
|
+ copy(dAtA[i:], m.RawGlobalAnnServers[iNdEx])
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(len(m.RawGlobalAnnServers[iNdEx])))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0x12
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if len(m.RawListenAddresses) > 0 {
|
|
|
+ for iNdEx := len(m.RawListenAddresses) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
+ i -= len(m.RawListenAddresses[iNdEx])
|
|
|
+ copy(dAtA[i:], m.RawListenAddresses[iNdEx])
|
|
|
+ i = encodeVarintOptionsconfiguration(dAtA, i, uint64(len(m.RawListenAddresses[iNdEx])))
|
|
|
+ i--
|
|
|
+ dAtA[i] = 0xa
|
|
|
+ }
|
|
|
+ }
|
|
|
+ return len(dAtA) - i, nil
|
|
|
+}
|
|
|
+
|
|
|
+func encodeVarintOptionsconfiguration(dAtA []byte, offset int, v uint64) int {
|
|
|
+ offset -= sovOptionsconfiguration(v)
|
|
|
+ base := offset
|
|
|
+ for v >= 1<<7 {
|
|
|
+ dAtA[offset] = uint8(v&0x7f | 0x80)
|
|
|
+ v >>= 7
|
|
|
+ offset++
|
|
|
+ }
|
|
|
+ dAtA[offset] = uint8(v)
|
|
|
+ return base
|
|
|
+}
|
|
|
func (m *OptionsConfiguration) ProtoSize() (n int) {
|
|
|
if m == nil {
|
|
|
return 0
|
|
|
@@ -514,3 +1052,1363 @@ func sovOptionsconfiguration(x uint64) (n int) {
|
|
|
func sozOptionsconfiguration(x uint64) (n int) {
|
|
|
return sovOptionsconfiguration(uint64((x << 1) ^ uint64((int64(x) >> 63))))
|
|
|
}
|
|
|
+func (m *OptionsConfiguration) 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 ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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: OptionsConfiguration: wiretype end group for non-group")
|
|
|
+ }
|
|
|
+ if fieldNum <= 0 {
|
|
|
+ return fmt.Errorf("proto: OptionsConfiguration: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
+ }
|
|
|
+ switch fieldNum {
|
|
|
+ case 1:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field RawListenAddresses", wireType)
|
|
|
+ }
|
|
|
+ var stringLen uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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 ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ m.RawListenAddresses = append(m.RawListenAddresses, string(dAtA[iNdEx:postIndex]))
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 2:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field RawGlobalAnnServers", wireType)
|
|
|
+ }
|
|
|
+ var stringLen uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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 ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ m.RawGlobalAnnServers = append(m.RawGlobalAnnServers, string(dAtA[iNdEx:postIndex]))
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 3:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field GlobalAnnEnabled", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.GlobalAnnEnabled = bool(v != 0)
|
|
|
+ case 4:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field LocalAnnEnabled", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.LocalAnnEnabled = bool(v != 0)
|
|
|
+ case 5:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field LocalAnnPort", wireType)
|
|
|
+ }
|
|
|
+ m.LocalAnnPort = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.LocalAnnPort |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 6:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field LocalAnnMCAddr", wireType)
|
|
|
+ }
|
|
|
+ var stringLen uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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 ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ m.LocalAnnMCAddr = string(dAtA[iNdEx:postIndex])
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 7:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field MaxSendKbps", wireType)
|
|
|
+ }
|
|
|
+ m.MaxSendKbps = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.MaxSendKbps |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 8:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field MaxRecvKbps", wireType)
|
|
|
+ }
|
|
|
+ m.MaxRecvKbps = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.MaxRecvKbps |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 9:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field ReconnectIntervalS", wireType)
|
|
|
+ }
|
|
|
+ m.ReconnectIntervalS = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.ReconnectIntervalS |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 10:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field RelaysEnabled", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.RelaysEnabled = bool(v != 0)
|
|
|
+ case 11:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field RelayReconnectIntervalM", wireType)
|
|
|
+ }
|
|
|
+ m.RelayReconnectIntervalM = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.RelayReconnectIntervalM |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 12:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field StartBrowser", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.StartBrowser = bool(v != 0)
|
|
|
+ case 14:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field NATEnabled", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.NATEnabled = bool(v != 0)
|
|
|
+ case 15:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field NATLeaseM", wireType)
|
|
|
+ }
|
|
|
+ m.NATLeaseM = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.NATLeaseM |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 16:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field NATRenewalM", wireType)
|
|
|
+ }
|
|
|
+ m.NATRenewalM = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.NATRenewalM |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 17:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field NATTimeoutS", wireType)
|
|
|
+ }
|
|
|
+ m.NATTimeoutS = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.NATTimeoutS |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 18:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field URAccepted", wireType)
|
|
|
+ }
|
|
|
+ m.URAccepted = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.URAccepted |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 19:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field URSeen", wireType)
|
|
|
+ }
|
|
|
+ m.URSeen = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.URSeen |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 20:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field URUniqueID", wireType)
|
|
|
+ }
|
|
|
+ var stringLen uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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 ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ m.URUniqueID = string(dAtA[iNdEx:postIndex])
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 21:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field URURL", wireType)
|
|
|
+ }
|
|
|
+ var stringLen uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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 ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ m.URURL = string(dAtA[iNdEx:postIndex])
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 22:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field URPostInsecurely", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.URPostInsecurely = bool(v != 0)
|
|
|
+ case 23:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field URInitialDelayS", wireType)
|
|
|
+ }
|
|
|
+ m.URInitialDelayS = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.URInitialDelayS |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 24:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field RestartOnWakeup", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.RestartOnWakeup = bool(v != 0)
|
|
|
+ case 25:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field AutoUpgradeIntervalH", wireType)
|
|
|
+ }
|
|
|
+ m.AutoUpgradeIntervalH = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.AutoUpgradeIntervalH |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 26:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field UpgradeToPreReleases", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.UpgradeToPreReleases = bool(v != 0)
|
|
|
+ case 27:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field KeepTemporariesH", wireType)
|
|
|
+ }
|
|
|
+ m.KeepTemporariesH = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.KeepTemporariesH |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 28:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field CacheIgnoredFiles", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.CacheIgnoredFiles = bool(v != 0)
|
|
|
+ case 29:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field ProgressUpdateIntervalS", wireType)
|
|
|
+ }
|
|
|
+ m.ProgressUpdateIntervalS = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.ProgressUpdateIntervalS |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 30:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field LimitBandwidthInLan", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.LimitBandwidthInLan = bool(v != 0)
|
|
|
+ case 31:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field MinHomeDiskFree", wireType)
|
|
|
+ }
|
|
|
+ var msglen int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ msglen |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if msglen < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + msglen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ if err := m.MinHomeDiskFree.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
|
+ return err
|
|
|
+ }
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 32:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field ReleasesURL", wireType)
|
|
|
+ }
|
|
|
+ var stringLen uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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 ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ m.ReleasesURL = string(dAtA[iNdEx:postIndex])
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 33:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field AlwaysLocalNets", wireType)
|
|
|
+ }
|
|
|
+ var stringLen uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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 ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ m.AlwaysLocalNets = append(m.AlwaysLocalNets, string(dAtA[iNdEx:postIndex]))
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 34:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field OverwriteRemoteDevNames", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.OverwriteRemoteDevNames = bool(v != 0)
|
|
|
+ case 35:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field TempIndexMinBlocks", wireType)
|
|
|
+ }
|
|
|
+ m.TempIndexMinBlocks = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.TempIndexMinBlocks |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 36:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field UnackedNotificationIDs", wireType)
|
|
|
+ }
|
|
|
+ var stringLen uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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 ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ m.UnackedNotificationIDs = append(m.UnackedNotificationIDs, string(dAtA[iNdEx:postIndex]))
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 37:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field TrafficClass", wireType)
|
|
|
+ }
|
|
|
+ m.TrafficClass = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.TrafficClass |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 38:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field DefaultFolderPath", wireType)
|
|
|
+ }
|
|
|
+ var stringLen uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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 ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ m.DefaultFolderPath = string(dAtA[iNdEx:postIndex])
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 39:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field SetLowPriority", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.SetLowPriority = bool(v != 0)
|
|
|
+ case 40:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field RawMaxFolderConcurrency", wireType)
|
|
|
+ }
|
|
|
+ m.RawMaxFolderConcurrency = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.RawMaxFolderConcurrency |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 41:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field CRURL", wireType)
|
|
|
+ }
|
|
|
+ var stringLen uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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 ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ m.CRURL = string(dAtA[iNdEx:postIndex])
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 42:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field CREnabled", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.CREnabled = bool(v != 0)
|
|
|
+ case 43:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field StunKeepaliveStartS", wireType)
|
|
|
+ }
|
|
|
+ m.StunKeepaliveStartS = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.StunKeepaliveStartS |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 44:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field StunKeepaliveMinS", wireType)
|
|
|
+ }
|
|
|
+ m.StunKeepaliveMinS = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.StunKeepaliveMinS |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 45:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field RawStunServers", wireType)
|
|
|
+ }
|
|
|
+ var stringLen uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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 ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ m.RawStunServers = append(m.RawStunServers, string(dAtA[iNdEx:postIndex]))
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 46:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field DatabaseTuning", wireType)
|
|
|
+ }
|
|
|
+ m.DatabaseTuning = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.DatabaseTuning |= Tuning(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 47:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field RawMaxCIRequestKiB", wireType)
|
|
|
+ }
|
|
|
+ m.RawMaxCIRequestKiB = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.RawMaxCIRequestKiB |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 48:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field AnnounceLANAddresses", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.AnnounceLANAddresses = bool(v != 0)
|
|
|
+ case 49:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field SendFullIndexOnUpgrade", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.SendFullIndexOnUpgrade = bool(v != 0)
|
|
|
+ case 9000:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field DeprecatedUPnPEnabled", wireType)
|
|
|
+ }
|
|
|
+ var v int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ v |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ m.DeprecatedUPnPEnabled = bool(v != 0)
|
|
|
+ case 9001:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field DeprecatedUPnPLeaseM", wireType)
|
|
|
+ }
|
|
|
+ m.DeprecatedUPnPLeaseM = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.DeprecatedUPnPLeaseM |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 9002:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field DeprecatedUPnPRenewalM", wireType)
|
|
|
+ }
|
|
|
+ m.DeprecatedUPnPRenewalM = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.DeprecatedUPnPRenewalM |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 9003:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field DeprecatedUPnPTimeoutS", wireType)
|
|
|
+ }
|
|
|
+ m.DeprecatedUPnPTimeoutS = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.DeprecatedUPnPTimeoutS |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 9004:
|
|
|
+ if wireType != 2 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field DeprecatedRelayServers", wireType)
|
|
|
+ }
|
|
|
+ var stringLen uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ 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 ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ postIndex := iNdEx + intStringLen
|
|
|
+ if postIndex < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if postIndex > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ m.DeprecatedRelayServers = append(m.DeprecatedRelayServers, string(dAtA[iNdEx:postIndex]))
|
|
|
+ iNdEx = postIndex
|
|
|
+ case 9005:
|
|
|
+ if wireType != 1 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field DeprecatedMinHomeDiskFreePct", wireType)
|
|
|
+ }
|
|
|
+ var v uint64
|
|
|
+ if (iNdEx + 8) > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ v = uint64(encoding_binary.LittleEndian.Uint64(dAtA[iNdEx:]))
|
|
|
+ iNdEx += 8
|
|
|
+ m.DeprecatedMinHomeDiskFreePct = float64(math.Float64frombits(v))
|
|
|
+ case 9006:
|
|
|
+ if wireType != 0 {
|
|
|
+ return fmt.Errorf("proto: wrong wireType = %d for field DeprecatedMaxConcurrentScans", wireType)
|
|
|
+ }
|
|
|
+ m.DeprecatedMaxConcurrentScans = 0
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ m.DeprecatedMaxConcurrentScans |= int(b&0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ default:
|
|
|
+ iNdEx = preIndex
|
|
|
+ skippy, err := skipOptionsconfiguration(dAtA[iNdEx:])
|
|
|
+ if err != nil {
|
|
|
+ return err
|
|
|
+ }
|
|
|
+ if skippy < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if (iNdEx + skippy) < 0 {
|
|
|
+ return ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if (iNdEx + skippy) > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ iNdEx += skippy
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ if iNdEx > l {
|
|
|
+ return io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ return nil
|
|
|
+}
|
|
|
+func skipOptionsconfiguration(dAtA []byte) (n int, err error) {
|
|
|
+ l := len(dAtA)
|
|
|
+ iNdEx := 0
|
|
|
+ depth := 0
|
|
|
+ for iNdEx < l {
|
|
|
+ var wire uint64
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return 0, ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return 0, io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ wire |= (uint64(b) & 0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ wireType := int(wire & 0x7)
|
|
|
+ switch wireType {
|
|
|
+ case 0:
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return 0, ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return 0, io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ iNdEx++
|
|
|
+ if dAtA[iNdEx-1] < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ case 1:
|
|
|
+ iNdEx += 8
|
|
|
+ case 2:
|
|
|
+ var length int
|
|
|
+ for shift := uint(0); ; shift += 7 {
|
|
|
+ if shift >= 64 {
|
|
|
+ return 0, ErrIntOverflowOptionsconfiguration
|
|
|
+ }
|
|
|
+ if iNdEx >= l {
|
|
|
+ return 0, io.ErrUnexpectedEOF
|
|
|
+ }
|
|
|
+ b := dAtA[iNdEx]
|
|
|
+ iNdEx++
|
|
|
+ length |= (int(b) & 0x7F) << shift
|
|
|
+ if b < 0x80 {
|
|
|
+ break
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if length < 0 {
|
|
|
+ return 0, ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ iNdEx += length
|
|
|
+ case 3:
|
|
|
+ depth++
|
|
|
+ case 4:
|
|
|
+ if depth == 0 {
|
|
|
+ return 0, ErrUnexpectedEndOfGroupOptionsconfiguration
|
|
|
+ }
|
|
|
+ depth--
|
|
|
+ case 5:
|
|
|
+ iNdEx += 4
|
|
|
+ default:
|
|
|
+ return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
|
|
|
+ }
|
|
|
+ if iNdEx < 0 {
|
|
|
+ return 0, ErrInvalidLengthOptionsconfiguration
|
|
|
+ }
|
|
|
+ if depth == 0 {
|
|
|
+ return iNdEx, nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ return 0, io.ErrUnexpectedEOF
|
|
|
+}
|
|
|
+
|
|
|
+var (
|
|
|
+ ErrInvalidLengthOptionsconfiguration = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
|
+ ErrIntOverflowOptionsconfiguration = fmt.Errorf("proto: integer overflow")
|
|
|
+ ErrUnexpectedEndOfGroupOptionsconfiguration = fmt.Errorf("proto: unexpected end of group")
|
|
|
+)
|