1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 08:14:58 +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

View File

@ -285,7 +285,7 @@ struct ROUTE_ENTRY
bool LocalRouting;
bool PPPConnection;
UINT Metric;
UINT OldIfMetric;
UINT IfMetric;
UINT InterfaceID;
UINT64 InnerScore;
};