terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Telepathy.Common Class Referenceabstract
+ Inheritance diagram for Telepathy.Common:
+ Collaboration diagram for Telepathy.Common:

Public Member Functions

bool GetNextMessage (out Message message)
 

Public Attributes

bool NoDelay
 
int MaxMessageSize
 
int SendTimeout
 

Static Public Attributes

static int messageQueueSizeWarning
 

Protected Member Functions

 Common ()
 

Static Protected Member Functions

static bool SendMessagesBlocking (NetworkStream stream, byte[][] messages)
 
static bool ReadMessageBlocking (NetworkStream stream, int MaxMessageSize, out byte[] content)
 
static void ReceiveLoop (int connectionId, TcpClient client, ConcurrentQueue< Message > receiveQueue, int MaxMessageSize)
 
static void SendLoop (int connectionId, TcpClient client, SafeQueue< byte[]> sendQueue, ManualResetEvent sendPending)
 

Protected Attributes

ConcurrentQueue< MessagereceiveQueue
 

Properties

int ReceiveQueueCount [get, set]
 

Static Private Member Functions

static Common ()
 

Static Private Attributes

static byte[] header
 
static byte[] payload
 

Detailed Description

Definition at line 12 of file Common.cs.


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