|
OpenSim
|
Go to the source code of this file.
Classes | |
| class | OpenSim.Region.ClientStack.LindenUDP.LLUDPClient |
| Tracks state for a client UDP connection and provides client-specific methods More... | |
| class | OpenSim.Region.ClientStack.LindenUDP.DoubleLocklessQueue< T > |
Namespaces | |
| package | OpenSim.Region.ClientStack.LindenUDP |
Typedefs | |
| using | TokenBucket = OpenSim.Region.ClientStack.LindenUDP.TokenBucket |
Functions | |
| delegate void | OpenSim.Region.ClientStack.LindenUDP.PacketStats (int inPackets, int outPackets, int unAckedBytes) |
| Fired when updated networking stats are produced for this client More... | |
| delegate void | OpenSim.Region.ClientStack.LindenUDP.QueueEmpty (ThrottleOutPacketTypeFlags categories) |
| Fired when the queue for one or more packet categories is empty. This event can be hooked to put more data on the empty queues More... | |
Definition at line 38 of file LLUDPClient.cs.
1.8.6