diff options
author | Justin Clark-Casey (justincc) | 2010-12-01 22:23:42 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-12-02 02:01:01 +0000 |
commit | 26569a7cd02a03ea41e8febc69e659b670a9e031 (patch) | |
tree | 4e684804db7a1f0db33e1ad454af4c2c42e638c3 /OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs | |
parent | Deleted obsolete config files from old OpenSim.Grid. (diff) | |
download | opensim-SC_OLD-26569a7cd02a03ea41e8febc69e659b670a9e031.zip opensim-SC_OLD-26569a7cd02a03ea41e8febc69e659b670a9e031.tar.gz opensim-SC_OLD-26569a7cd02a03ea41e8febc69e659b670a9e031.tar.bz2 opensim-SC_OLD-26569a7cd02a03ea41e8febc69e659b670a9e031.tar.xz |
minor: add some method doc
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs index c4db5da..5bf36e6 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPClient.cs | |||
@@ -399,6 +399,14 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
399 | return data; | 399 | return data; |
400 | } | 400 | } |
401 | 401 | ||
402 | /// <summary> | ||
403 | /// Queue an outgoing packet if appropriate. | ||
404 | /// </summary> | ||
405 | /// <param name="packet"></param> | ||
406 | /// <returns> | ||
407 | /// true if the packet has been queued, | ||
408 | /// false if the packet has not been queued and should be sent immediately. | ||
409 | /// </returns> | ||
402 | public bool EnqueueOutgoing(OutgoingPacket packet) | 410 | public bool EnqueueOutgoing(OutgoingPacket packet) |
403 | { | 411 | { |
404 | int category = (int)packet.Category; | 412 | int category = (int)packet.Category; |