aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-02-27 10:07:25 +0000
committerUbitUmarov2019-02-27 10:07:25 +0000
commitbcf05afd64d3b38c66d6d117a51e336a7e98dfc3 (patch)
tree86e40c3780aa30a1bb2559a30ff4f48d38d02fd3 /OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs
parentavoid packet split on terseupdates (diff)
downloadopensim-SC-bcf05afd64d3b38c66d6d117a51e336a7e98dfc3.zip
opensim-SC-bcf05afd64d3b38c66d6d117a51e336a7e98dfc3.tar.gz
opensim-SC-bcf05afd64d3b38c66d6d117a51e336a7e98dfc3.tar.bz2
opensim-SC-bcf05afd64d3b38c66d6d117a51e336a7e98dfc3.tar.xz
direct encode terseupdates
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs b/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs
index 6f346d3..49aca3c 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs
@@ -489,7 +489,7 @@ namespace OpenMetaverse
489 public void SyncSend(UDPPacketBuffer buf) 489 public void SyncSend(UDPPacketBuffer buf)
490 { 490 {
491 if(buf.RemoteEndPoint == null) 491 if(buf.RemoteEndPoint == null)
492 return; // was already expired 492 return; // already expired
493 try 493 try
494 { 494 {
495 m_udpSocket.SendTo( 495 m_udpSocket.SendTo(