aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-03-17 19:00:02 +0000
committerUbitUmarov2019-03-17 19:00:02 +0000
commit9ccca71c1b13ed4e12c739774ca703cfafed5480 (patch)
treedf04ffa354159b2f75495f3f9b6ddd08ffa2006b /OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
parentlludp: direct encode PacketAck, StartPingCheck and CompletePingCheck (diff)
downloadopensim-SC-9ccca71c1b13ed4e12c739774ca703cfafed5480.zip
opensim-SC-9ccca71c1b13ed4e12c739774ca703cfafed5480.tar.gz
opensim-SC-9ccca71c1b13ed4e12c739774ca703cfafed5480.tar.bz2
opensim-SC-9ccca71c1b13ed4e12c739774ca703cfafed5480.tar.xz
remove redundant code
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
index 2981337..303f505 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs
@@ -195,7 +195,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
195 195
196 private float m_burstTime; 196 private float m_burstTime;
197 197
198 public int m_lastStartpingTimeMS; 198 public double m_lastStartpingTimeMS;
199 public int m_pingMS; 199 public int m_pingMS;
200 200
201 public int PingTimeMS 201 public int PingTimeMS