Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

syntax = "proto3";
package proto;
option go_package = "github.com/APN-Network/protos;apnproto";

// Auth is sent by the client to the Node as the first application
// message after the TLS handshake. The Node verifies the HMAC tag
Expand Down
1 change: 1 addition & 0 deletions ping.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

syntax = "proto3";
package proto;
option go_package = "github.com/APN-Network/protos;apnproto";

// Ping is sent by the client at a regular interval (a few seconds)
// to keep the tunnel alive, drive RTT measurement, and piggyback
Expand Down
1 change: 1 addition & 0 deletions pong.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

syntax = "proto3";
package proto;
option go_package = "github.com/APN-Network/protos;apnproto";

// Lease describes the client's paid subscription as known to the
// Hub. An empty Lease (ends == 0) means the client is on the free
Expand Down
1 change: 1 addition & 0 deletions welcome.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

syntax = "proto3";
package proto;
option go_package = "github.com/APN-Network/protos;apnproto";

// Outcome of the Node's check of the preceding Auth message.
enum Status {
Expand Down