Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Social.Steam.SteamP2PWriter Class Reference

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
 

Detailed Description

Definition at line 7 of file SteamP2PWriter.cs.


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