mirror of
https://github.com/2dust/v2rayN.git
synced 2026-05-29 17:24:08 +00:00
* UDP Test Increases UDP test timeout Pref exception Fix Add Minecraft Bedrock Edition Test * Optimization * Refactor * Rename
5 lines
153 B
C#
5 lines
153 B
C#
global using System.Buffers.Binary;
|
|
global using System.Diagnostics;
|
|
global using System.Net;
|
|
global using System.Net.Sockets;
|
|
global using System.Text;
|