mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-14 04:19:12 +00:00
9 lines
116 B
C#
9 lines
116 B
C#
namespace ServiceLib.Enums;
|
|
|
|
public enum EMultipleLoad
|
|
{
|
|
Random,
|
|
RoundRobin,
|
|
LeastPing,
|
|
LeastLoad
|
|
}
|