introduce a link-state route algo

This commit is contained in:
sijie.sun
2024-03-18 17:16:33 +08:00
committed by Sijie.Sun
parent d70d085553
commit ba1795a113
17 changed files with 1690 additions and 48 deletions
+1
View File
@@ -69,6 +69,7 @@ message Route {
repeated string proxy_cidrs = 5;
string hostname = 6;
StunInfo stun_info = 7;
string inst_id = 8;
}
message ListRouteRequest {}