OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Region.ClientStack.LindenUDP.IncomingPacketHistoryCollection Class Reference

A circular buffer and hashset for tracking incoming packet sequence numbers More...

Public Member Functions

 IncomingPacketHistoryCollection (int capacity)
 
bool TryEnqueue (uint ack)
 

Detailed Description

A circular buffer and hashset for tracking incoming packet sequence numbers

Definition at line 37 of file IncomingPacketHistoryCollection.cs.

Constructor & Destructor Documentation

OpenSim.Region.ClientStack.LindenUDP.IncomingPacketHistoryCollection.IncomingPacketHistoryCollection ( int  capacity)
inline

Definition at line 45 of file IncomingPacketHistoryCollection.cs.

Member Function Documentation

bool OpenSim.Region.ClientStack.LindenUDP.IncomingPacketHistoryCollection.TryEnqueue ( uint  ack)
inline

Definition at line 52 of file IncomingPacketHistoryCollection.cs.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: