Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | WriteInformation |
Public Member Functions | |
SteamP2PWriter (int channel) | |
void | QueueSend (CSteamID user, byte[] data, int length) |
void | ClearUser (CSteamID user) |
void | SendAll () |
Private Attributes | |
Dictionary< CSteamID, Queue< WriteInformation > > | _pendingSendData = new Dictionary<CSteamID, Queue<WriteInformation>>() |
Dictionary< CSteamID, Queue< WriteInformation > > | _pendingSendDataSwap = new Dictionary<CSteamID, Queue<WriteInformation>>() |
Queue< byte[]> | _bufferPool = new Queue<byte[]>() |
int | _channel |
object | _lock = new object() |
Static Private Attributes | |
const int | BUFFER_SIZE = 1024 |
Definition at line 7 of file SteamP2PWriter.cs.