aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
index 552c51e..38545bc 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
@@ -2009,7 +2009,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2009 2009
2010 protected void IncomingPacketHandler() 2010 protected void IncomingPacketHandler()
2011 { 2011 {
2012 Thread.CurrentThread.Priority = ThreadPriority.Highest;
2013 IncomingPacket incomingPacket; 2012 IncomingPacket incomingPacket;
2014 // Set this culture for the thread that incoming packets are received 2013 // Set this culture for the thread that incoming packets are received
2015 // on to en-US to avoid number parsing issues 2014 // on to en-US to avoid number parsing issues
@@ -2051,8 +2050,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2051 2050
2052 protected void OutgoingPacketHandler() 2051 protected void OutgoingPacketHandler()
2053 { 2052 {
2054 Thread.CurrentThread.Priority = ThreadPriority.Highest;
2055
2056 // Set this culture for the thread that outgoing packets are sent 2053 // Set this culture for the thread that outgoing packets are sent
2057 // on to en-US to avoid number parsing issues 2054 // on to en-US to avoid number parsing issues
2058 Culture.SetCurrentCulture(); 2055 Culture.SetCurrentCulture();