Merge branch 'ubitworkmaster'

avinationmerge
Melanie Thielker 2014-10-13 23:50:26 +02:00
commit 32468bebef
1 changed files with 2 additions and 2 deletions

View File

@ -1305,8 +1305,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
PacketsSentCount++;
// Put the UDP payload on the wire
//AsyncBeginSend(buffer);
SyncSend(buffer);
AsyncBeginSend(buffer);
//SyncSend(buffer);
// Keep track of when this packet was sent out (right now)
outgoingPacket.TickCount = Environment.TickCount & Int32.MaxValue;