Skip to content

Commit 155f3f0

Browse files
authored
Merge pull request #24 from borderzero/ME-3410_add_udp6_addr_to_disc
[ME-3410] Add UDP6 Address to Discovery Message in Devices
2 parents 314f014 + b38e7ba commit 155f3f0

2 files changed

Lines changed: 88 additions & 76 deletions

File tree

device/device.pb.go

Lines changed: 87 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

device/device.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ message AuthChallengeSolutionMessage {
4747
message DiscoveryDetailsMessage {
4848
bool discoverable = 1; // whether the peer should be returned along with the networks its in
4949
string endpoint_public_udp4 = 2; // the endpoint (IPv4 + port) to send packets to for the peer
50+
string endpoint_public_udp6 = 3; // the endpoint (IPv6 + port) to send packets to for the peer
5051
}
5152

5253
message HeartbeatMessage {}

0 commit comments

Comments
 (0)