1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-06-01 02:08:33 +03:00

Store interface metric separately as it mau change

This commit is contained in:
domosekai
2021-07-29 22:24:26 +08:00
parent dd9c3546f7
commit 9b3077d955
3 changed files with 10 additions and 25 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ struct ROUTE_ENTRY
bool LocalRouting;
bool PPPConnection;
UINT Metric;
UINT OldIfMetric;
UINT IfMetric;
UINT InterfaceID;
UINT64 InnerScore;
};