mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
very useless changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user