terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Telepathy.Common Class Referenceabstract
+ Inheritance diagram for Telepathy.Common:

Public Member Functions

bool GetNextMessage ([Out] Message message)
 

Public Attributes

bool NoDelay = true
 
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]
 

Static Private Member Functions

static Common ()
 

Static Private Attributes

static byte[] header
 
static byte[] payload
 

Detailed Description

Definition at line 11 of file Common.cs.


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