diff options
author | Dr Scofield | 2009-06-25 07:50:19 +0000 |
---|---|---|
committer | Dr Scofield | 2009-06-25 07:50:19 +0000 |
commit | a1ba9dee8d81492fdb90297c81c15e3d9cd3da71 (patch) | |
tree | 12e4867080c15ee70a908c29679dc069f2bf09b9 /OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |
parent | - adds the possibility of setting the socket receive buffer size (diff) | |
download | opensim-SC_OLD-a1ba9dee8d81492fdb90297c81c15e3d9cd3da71.zip opensim-SC_OLD-a1ba9dee8d81492fdb90297c81c15e3d9cd3da71.tar.gz opensim-SC_OLD-a1ba9dee8d81492fdb90297c81c15e3d9cd3da71.tar.bz2 opensim-SC_OLD-a1ba9dee8d81492fdb90297c81c15e3d9cd3da71.tar.xz |
adding logging statement for receive buffer size
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index 24bb502..54434f1 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |||
@@ -163,6 +163,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
163 | } | 163 | } |
164 | 164 | ||
165 | m_log.DebugFormat("[CLIENT]: client_throttle_multiplier = {0}", userSettings.ClientThrottleMultipler); | 165 | m_log.DebugFormat("[CLIENT]: client_throttle_multiplier = {0}", userSettings.ClientThrottleMultipler); |
166 | m_log.DebugFormat("[CLIENT]: client_socket_rcvbuf_size = {0}", (m_clientSocketReceiveBuffer != 0 ? | ||
167 | m_clientSocketReceiveBuffer.ToString() : "OS default")); | ||
166 | 168 | ||
167 | proxyPortOffset = proxyPortOffsetParm; | 169 | proxyPortOffset = proxyPortOffsetParm; |
168 | listenPort = (uint) (port + proxyPortOffsetParm); | 170 | listenPort = (uint) (port + proxyPortOffsetParm); |