adding logging statement for receive buffer size

0.6.6-post-fixes
Dr Scofield 2009-06-25 07:50:19 +00:00
parent 8f5efc4994
commit a1ba9dee8d
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
} }
m_log.DebugFormat("[CLIENT]: client_throttle_multiplier = {0}", userSettings.ClientThrottleMultipler); m_log.DebugFormat("[CLIENT]: client_throttle_multiplier = {0}", userSettings.ClientThrottleMultipler);
m_log.DebugFormat("[CLIENT]: client_socket_rcvbuf_size = {0}", (m_clientSocketReceiveBuffer != 0 ?
m_clientSocketReceiveBuffer.ToString() : "OS default"));
proxyPortOffset = proxyPortOffsetParm; proxyPortOffset = proxyPortOffsetParm;
listenPort = (uint) (port + proxyPortOffsetParm); listenPort = (uint) (port + proxyPortOffsetParm);