diff options
author | UbitUmarov | 2019-02-27 10:07:25 +0000 |
---|---|---|
committer | UbitUmarov | 2019-02-27 10:07:25 +0000 |
commit | bcf05afd64d3b38c66d6d117a51e336a7e98dfc3 (patch) | |
tree | 86e40c3780aa30a1bb2559a30ff4f48d38d02fd3 /OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs | |
parent | avoid packet split on terseupdates (diff) | |
download | opensim-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.cs | 2 |
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( |