mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-17 05:02:29 +00:00
feat(net): add message buffer fields to WowConnection
This commit is contained in:
parent
023a3ea893
commit
75982f4091
2 changed files with 9 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ class WowConnection {
|
|||
int32_t m_sock;
|
||||
WOW_CONN_STATE m_connState;
|
||||
WowConnectionResponse* m_response;
|
||||
uint8_t* m_readBuffer;
|
||||
int32_t m_readBytes;
|
||||
int32_t m_readBufferSize;
|
||||
uint32_t m_connectAddress;
|
||||
uint16_t m_connectPort;
|
||||
NETCONNADDR m_peer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue