introduce my peer route id and peer id is duplicated only when peer
route id is not same.

this problem occurs because update_self may increase my peer info
version and propagate to ther nodes.
This commit is contained in:
sijie.sun
2024-09-29 23:24:37 +08:00
committed by Sijie.Sun
parent c7895963e4
commit 984ed8f6cf
2 changed files with 29 additions and 9 deletions
+1
View File
@@ -19,6 +19,7 @@ message RoutePeerInfo {
string easytier_version = 10;
common.PeerFeatureFlag feature_flag = 11;
uint64 peer_route_id = 12;
}
message PeerIdVersion {