very useless changes

This commit is contained in:
UbitUmarov
2025-06-25 02:22:28 +01:00
parent f1d84b7866
commit 0d71b6d871
78 changed files with 123 additions and 223 deletions

View File

@@ -82,7 +82,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
public CancellationTokenSource InboundCancellationSource = new();
/// <summary>Returns true if the server is currently sending outbound packets, otherwise false</summary>
/// <remarks>If IsRunningOut = false, then any request to send a packet is simply dropped.</remarks>
internal bool m_IsRunningOutbound;
@@ -200,7 +199,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
const int SIO_UDP_CONNRESET = -1744830452;
m_udpSocket = new Socket( AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
try