v2rayN/v2rayN/ServiceLib.UdpTest/GlobalUsings.cs
DHR60 0af29f50c0
UDP Test (#8999)
* UDP Test

Increases UDP test timeout

Pref exception

Fix

Add Minecraft Bedrock Edition Test

* Optimization

* Refactor

* Rename
2026-04-25 10:45:45 +08:00

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;