Skip to content

Commit

Permalink
Add session_capable flag
Browse files Browse the repository at this point in the history
Since gateway-rs can’t indicate if it is able to handle session offers this adds a flag (default/absence is false) to the register message to indicate session key ability.
  • Loading branch information
madninja committed Jul 31, 2023
1 parent df20340 commit 1adbce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/packet_router.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ message packet_router_register_v1 {
uint64 timestamp = 1;
bytes gateway = 2;
bytes signature = 3;
bool session_capable = 4;
}

// Session offer from the packet router to the gateway. If the gateway wants to
Expand Down

0 comments on commit 1adbce0

Please sign in to comment.