mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
fix #367
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:
@@ -19,6 +19,7 @@ message RoutePeerInfo {
|
||||
|
||||
string easytier_version = 10;
|
||||
common.PeerFeatureFlag feature_flag = 11;
|
||||
uint64 peer_route_id = 12;
|
||||
}
|
||||
|
||||
message PeerIdVersion {
|
||||
|
||||
Reference in New Issue
Block a user