Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
andronat committed Sep 23, 2024
1 parent 960aafa commit 0800291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/relay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ message RelayMessage {
Entity src = 1;
Entity dst = 2;
RelayPayload payload = 3;
uint32 seq = 4;
uint64 seq = 4;
}

message Ack {
uint32 seq = 1;
uint64 seq = 1;
}

message OrbConnectRequest {
Expand Down

0 comments on commit 0800291

Please sign in to comment.