adding logging statement for receive buffer size

This commit is contained in:
Dr Scofield
2009-06-25 07:50:19 +00:00
parent 8f5efc4994
commit a1ba9dee8d

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_socket_rcvbuf_size = {0}", (m_clientSocketReceiveBuffer != 0 ?
m_clientSocketReceiveBuffer.ToString() : "OS default"));
proxyPortOffset = proxyPortOffsetParm;
listenPort = (uint) (port + proxyPortOffsetParm);