terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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< Message > | receiveQueue |
Properties | |
int | ReceiveQueueCount [get] |
Static Private Member Functions | |
static | Common () |
Static Private Attributes | |
static byte[] | header |
static byte[] | payload |