reserve NebulaHandshakeDetails fields for multiport (#674)

We are currently testing changes for multiport (related to #497) that
use fields 6 and 7 in the protobuf. Reserved these fields so that when
we eventually open the PR we are backwards compatible with any future
changes.
This commit is contained in:
Wade Simmons
2022-06-27 12:07:05 -04:00
committed by GitHub
parent a0b280621d
commit 85ec807b7e
2 changed files with 47 additions and 44 deletions

View File

@@ -61,6 +61,8 @@ message NebulaHandshakeDetails {
uint32 ResponderIndex = 3;
uint64 Cookie = 4;
uint64 Time = 5;
// reserved for WIP multiport
reserved 6, 7;
}
message NebulaControl {