|
|
@ -98,7 +98,13 @@ type Identify struct { |
|
|
|
// protocols are the services this node is running
|
|
|
|
Protocols []string `protobuf:"bytes,3,rep,name=protocols" json:"protocols,omitempty"` |
|
|
|
// a delta update is incompatible with everything else. If this field is included, none of the others can appear.
|
|
|
|
Delta *Delta `protobuf:"bytes,7,opt,name=delta" json:"delta,omitempty"` |
|
|
|
Delta *Delta `protobuf:"bytes,7,opt,name=delta" json:"delta,omitempty"` |
|
|
|
// signedPeerRecord contains a serialized SignedEnvelope containing a PeerRecord,
|
|
|
|
// signed by the sending node. It contains the same addresses as the listenAddrs field, but
|
|
|
|
// in a form that lets us share authenticated addrs with other peers.
|
|
|
|
// see github.com/libp2p/go-libp2p-core/record/pb/envelope.proto and
|
|
|
|
// github.com/libp2p/go-libp2p-core/peer/pb/peer_record.proto for message definitions.
|
|
|
|
SignedPeerRecord []byte `protobuf:"bytes,8,opt,name=signedPeerRecord" json:"signedPeerRecord,omitempty"` |
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"` |
|
|
|
XXX_unrecognized []byte `json:"-"` |
|
|
|
XXX_sizecache int32 `json:"-"` |
|
|
@ -186,6 +192,13 @@ func (m *Identify) GetDelta() *Delta { |
|
|
|
return nil |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Identify) GetSignedPeerRecord() []byte { |
|
|
|
if m != nil { |
|
|
|
return m.SignedPeerRecord |
|
|
|
} |
|
|
|
return nil |
|
|
|
} |
|
|
|
|
|
|
|
func init() { |
|
|
|
proto.RegisterType((*Delta)(nil), "identify.pb.Delta") |
|
|
|
proto.RegisterType((*Identify)(nil), "identify.pb.Identify") |
|
|
@ -194,23 +207,24 @@ func init() { |
|
|
|
func init() { proto.RegisterFile("identify.proto", fileDescriptor_83f1e7e6b485409f) } |
|
|
|
|
|
|
|
var fileDescriptor_83f1e7e6b485409f = []byte{ |
|
|
|
// 251 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x90, 0xb1, 0x4e, 0xc3, 0x30, |
|
|
|
0x14, 0x45, 0xe5, 0x96, 0x02, 0x79, 0xb1, 0x5a, 0xe9, 0x4d, 0x1e, 0x50, 0x64, 0xb2, 0xe0, 0x29, |
|
|
|
0x03, 0x7f, 0x00, 0x62, 0x41, 0x2c, 0xc8, 0x48, 0xac, 0x28, 0xa9, 0x1f, 0xc8, 0x52, 0x1a, 0x57, |
|
|
|
0x8e, 0x41, 0xea, 0xce, 0xc7, 0x31, 0xf2, 0x09, 0x28, 0x5f, 0x82, 0xe2, 0x92, 0x26, 0x65, 0xf4, |
|
|
|
0xd1, 0x91, 0xef, 0xbb, 0x17, 0x96, 0xd6, 0x50, 0x13, 0xec, 0xeb, 0xae, 0xd8, 0x7a, 0x17, 0x1c, |
|
|
|
0xa6, 0xe3, 0xbb, 0xca, 0x9f, 0x60, 0x71, 0x47, 0x75, 0x28, 0xf1, 0x0a, 0x56, 0xa5, 0x31, 0x64, |
|
|
|
0x5e, 0xa2, 0xb4, 0x76, 0x75, 0x2b, 0x98, 0x9c, 0xab, 0x44, 0x2f, 0x23, 0x7e, 0x1c, 0x28, 0x5e, |
|
|
|
0x02, 0xf7, 0x9b, 0x89, 0x35, 0x8b, 0x56, 0xea, 0x37, 0x07, 0x25, 0xff, 0x9c, 0xc1, 0xf9, 0xfd, |
|
|
|
0x5f, 0x08, 0x2a, 0x58, 0x0d, 0xf2, 0x33, 0xf9, 0xd6, 0xba, 0x46, 0x2c, 0x24, 0x53, 0x89, 0xfe, |
|
|
|
0x8f, 0x31, 0x07, 0x5e, 0xbe, 0x51, 0x13, 0x06, 0xed, 0x34, 0x6a, 0x47, 0x0c, 0x2f, 0x20, 0xd9, |
|
|
|
0xbe, 0x57, 0xb5, 0x5d, 0x3f, 0xd0, 0x4e, 0x30, 0xc9, 0x14, 0xd7, 0x23, 0x40, 0x09, 0x69, 0x6d, |
|
|
|
0xdb, 0x40, 0xcd, 0x8d, 0x31, 0x7e, 0x7f, 0x1a, 0xd7, 0x53, 0xd4, 0x67, 0xb8, 0xaa, 0x25, 0xff, |
|
|
|
0x41, 0xa6, 0x07, 0xe2, 0x24, 0x7e, 0x71, 0xc4, 0x62, 0xc6, 0xa1, 0xde, 0x3c, 0xd6, 0x1b, 0x01, |
|
|
|
0x2a, 0x58, 0x98, 0x7e, 0x31, 0x71, 0x26, 0x99, 0x4a, 0xaf, 0xb1, 0x98, 0xcc, 0x59, 0xc4, 0x2d, |
|
|
|
0xf5, 0x5e, 0xb8, 0xe5, 0x5f, 0x5d, 0xc6, 0xbe, 0xbb, 0x8c, 0xfd, 0x74, 0x19, 0xfb, 0x0d, 0x00, |
|
|
|
0x00, 0xff, 0xff, 0xa1, 0x77, 0x03, 0x42, 0x87, 0x01, 0x00, 0x00, |
|
|
|
// 272 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x90, 0x41, 0x4a, 0xc3, 0x40, |
|
|
|
0x14, 0x86, 0x99, 0xd6, 0x6a, 0xf3, 0x12, 0x5a, 0x99, 0xd5, 0x2c, 0x24, 0xc4, 0x6c, 0x1c, 0x5c, |
|
|
|
0x64, 0xe1, 0x0d, 0x14, 0x37, 0xe2, 0xa6, 0x8c, 0xe0, 0x56, 0x92, 0xbc, 0x67, 0x19, 0x48, 0x33, |
|
|
|
0x65, 0x32, 0x0a, 0xbd, 0x95, 0xc7, 0x70, 0xe9, 0x11, 0x24, 0x27, 0x91, 0x4c, 0x4d, 0x93, 0xea, |
|
|
|
0x72, 0x3e, 0x3e, 0xe6, 0x7f, 0xff, 0x0f, 0x0b, 0x8d, 0x54, 0x3b, 0xfd, 0xba, 0xcb, 0xb6, 0xd6, |
|
|
|
0x38, 0xc3, 0xc3, 0xe1, 0x5d, 0xa4, 0x4f, 0x30, 0xbb, 0xa7, 0xca, 0xe5, 0xfc, 0x0a, 0x96, 0x39, |
|
|
|
0x22, 0xe1, 0x8b, 0x97, 0x4a, 0x53, 0x35, 0x82, 0x25, 0x53, 0x19, 0xa8, 0x85, 0xc7, 0xab, 0x9e, |
|
|
|
0xf2, 0x4b, 0x88, 0xec, 0x66, 0x64, 0x4d, 0xbc, 0x15, 0xda, 0xcd, 0x41, 0x49, 0x3f, 0x26, 0x30, |
|
|
|
0x7f, 0xf8, 0x0d, 0xe1, 0x12, 0x96, 0xbd, 0xfc, 0x4c, 0xb6, 0xd1, 0xa6, 0x16, 0xb3, 0x84, 0xc9, |
|
|
|
0x40, 0xfd, 0xc5, 0x3c, 0x85, 0x28, 0x5f, 0x53, 0xed, 0x7a, 0xed, 0xd4, 0x6b, 0x47, 0x8c, 0x5f, |
|
|
|
0x40, 0xb0, 0x7d, 0x2b, 0x2a, 0x5d, 0x3e, 0xd2, 0x4e, 0xb0, 0x84, 0xc9, 0x48, 0x0d, 0x80, 0x27, |
|
|
|
0x10, 0x56, 0xba, 0x71, 0x54, 0xdf, 0x22, 0xda, 0xfd, 0x69, 0x91, 0x1a, 0xa3, 0x2e, 0xc3, 0x14, |
|
|
|
0x0d, 0xd9, 0x77, 0xc2, 0x0e, 0x88, 0x13, 0xff, 0xc5, 0x11, 0xf3, 0x19, 0x87, 0x7a, 0x53, 0x5f, |
|
|
|
0x6f, 0x00, 0x5c, 0xc2, 0x0c, 0xbb, 0xc5, 0xc4, 0x59, 0xc2, 0x64, 0x78, 0xc3, 0xb3, 0xd1, 0x9c, |
|
|
|
0x99, 0xdf, 0x52, 0xed, 0x05, 0x7e, 0x0d, 0xe7, 0x8d, 0x5e, 0xd7, 0x84, 0x2b, 0x22, 0xab, 0xa8, |
|
|
|
0x34, 0x16, 0xc5, 0xdc, 0xe7, 0xfd, 0xe3, 0x77, 0xd1, 0x67, 0x1b, 0xb3, 0xaf, 0x36, 0x66, 0xdf, |
|
|
|
0x6d, 0xcc, 0x7e, 0x02, 0x00, 0x00, 0xff, 0xff, 0xc0, 0x03, 0xc8, 0x41, 0xb3, 0x01, 0x00, 0x00, |
|
|
|
} |
|
|
|
|
|
|
|
func (m *Delta) Marshal() (dAtA []byte, err error) { |
|
|
@ -282,6 +296,13 @@ func (m *Identify) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
|
|
|
i -= len(m.XXX_unrecognized) |
|
|
|
copy(dAtA[i:], m.XXX_unrecognized) |
|
|
|
} |
|
|
|
if m.SignedPeerRecord != nil { |
|
|
|
i -= len(m.SignedPeerRecord) |
|
|
|
copy(dAtA[i:], m.SignedPeerRecord) |
|
|
|
i = encodeVarintIdentify(dAtA, i, uint64(len(m.SignedPeerRecord))) |
|
|
|
i-- |
|
|
|
dAtA[i] = 0x42 |
|
|
|
} |
|
|
|
if m.Delta != nil { |
|
|
|
{ |
|
|
|
size, err := m.Delta.MarshalToSizedBuffer(dAtA[:i]) |
|
|
@ -416,6 +437,10 @@ func (m *Identify) Size() (n int) { |
|
|
|
l = m.Delta.Size() |
|
|
|
n += 1 + l + sovIdentify(uint64(l)) |
|
|
|
} |
|
|
|
if m.SignedPeerRecord != nil { |
|
|
|
l = len(m.SignedPeerRecord) |
|
|
|
n += 1 + l + sovIdentify(uint64(l)) |
|
|
|
} |
|
|
|
if m.XXX_unrecognized != nil { |
|
|
|
n += len(m.XXX_unrecognized) |
|
|
|
} |
|
|
@ -809,6 +834,40 @@ func (m *Identify) Unmarshal(dAtA []byte) error { |
|
|
|
return err |
|
|
|
} |
|
|
|
iNdEx = postIndex |
|
|
|
case 8: |
|
|
|
if wireType != 2 { |
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field SignedPeerRecord", wireType) |
|
|
|
} |
|
|
|
var byteLen int |
|
|
|
for shift := uint(0); ; shift += 7 { |
|
|
|
if shift >= 64 { |
|
|
|
return ErrIntOverflowIdentify |
|
|
|
} |
|
|
|
if iNdEx >= l { |
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
} |
|
|
|
b := dAtA[iNdEx] |
|
|
|
iNdEx++ |
|
|
|
byteLen |= int(b&0x7F) << shift |
|
|
|
if b < 0x80 { |
|
|
|
break |
|
|
|
} |
|
|
|
} |
|
|
|
if byteLen < 0 { |
|
|
|
return ErrInvalidLengthIdentify |
|
|
|
} |
|
|
|
postIndex := iNdEx + byteLen |
|
|
|
if postIndex < 0 { |
|
|
|
return ErrInvalidLengthIdentify |
|
|
|
} |
|
|
|
if postIndex > l { |
|
|
|
return io.ErrUnexpectedEOF |
|
|
|
} |
|
|
|
m.SignedPeerRecord = append(m.SignedPeerRecord[:0], dAtA[iNdEx:postIndex]...) |
|
|
|
if m.SignedPeerRecord == nil { |
|
|
|
m.SignedPeerRecord = []byte{} |
|
|
|
} |
|
|
|
iNdEx = postIndex |
|
|
|
default: |
|
|
|
iNdEx = preIndex |
|
|
|
skippy, err := skipIdentify(dAtA[iNdEx:]) |
|
|
@ -891,9 +950,6 @@ func skipIdentify(dAtA []byte) (n int, err error) { |
|
|
|
return 0, ErrInvalidLengthIdentify |
|
|
|
} |
|
|
|
iNdEx += length |
|
|
|
if iNdEx < 0 { |
|
|
|
return 0, ErrInvalidLengthIdentify |
|
|
|
} |
|
|
|
case 3: |
|
|
|
depth++ |
|
|
|
case 4: |
|
|
@ -906,6 +962,9 @@ func skipIdentify(dAtA []byte) (n int, err error) { |
|
|
|
default: |
|
|
|
return 0, fmt.Errorf("proto: illegal wireType %d", wireType) |
|
|
|
} |
|
|
|
if iNdEx < 0 { |
|
|
|
return 0, ErrInvalidLengthIdentify |
|
|
|
} |
|
|
|
if depth == 0 { |
|
|
|
return iNdEx, nil |
|
|
|
} |
|
|
|