coment out lludp debug things that only fill up the help screen
parent
f272a023e2
commit
a81a1865b5
|
@ -48,6 +48,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
|
|
||||||
public void Register()
|
public void Register()
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
m_console.Commands.AddCommand(
|
m_console.Commands.AddCommand(
|
||||||
"Comms", false, "show server throttles",
|
"Comms", false, "show server throttles",
|
||||||
"show server throttles",
|
"show server throttles",
|
||||||
|
@ -213,6 +214,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
"Set a debug parameter for a particular client. If no name is given then the value is set on all clients.",
|
"Set a debug parameter for a particular client. If no name is given then the value is set on all clients.",
|
||||||
"process-unacked-sends - Do we take action if a sent reliable packet has not been acked.",
|
"process-unacked-sends - Do we take action if a sent reliable packet has not been acked.",
|
||||||
HandleClientSetCommand);
|
HandleClientSetCommand);
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
private void HandleShowServerThrottlesCommand(string module, string[] args)
|
private void HandleShowServerThrottlesCommand(string module, string[] args)
|
||||||
|
|
Loading…
Reference in New Issue