mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-28 01:37:57 +03:00
10 lines
116 B
C#
10 lines
116 B
C#
namespace ServiceLib.Enums;
|
|
|
|
public enum EMultipleLoad
|
|
{
|
|
Random,
|
|
RoundRobin,
|
|
LeastPing,
|
|
LeastLoad
|
|
}
|