![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <net.h>
Collaboration diagram for CNetMessage:Public Member Functions | |
| CNetMessage (int nTypeIn, int nVersionIn) | |
| bool | complete () const |
| void | SetVersion (int nVersionIn) |
| int | readHeader (const char *pch, unsigned int nBytes) |
| int | readData (const char *pch, unsigned int nBytes) |
Public Attributes | |
| bool | in_data |
| CDataStream | hdrbuf |
| CMessageHeader | hdr |
| unsigned int | nHdrPos |
| CDataStream | vRecv |
| unsigned int | nDataPos |
Definition at line 164 of file net.h.
References CDataStream::resize().
Here is the call graph for this function:
|
inline |
Definition at line 171 of file net.h.
References CMessageHeader::nMessageSize.
Referenced by ProcessMessages().
Here is the caller graph for this function:Definition at line 673 of file net.cpp.
References memcpy().
Referenced by CNode::ReceiveMsgBytes().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 641 of file net.cpp.
References MAX_SIZE, and memcpy().
Referenced by CNode::ReceiveMsgBytes().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 178 of file net.h.
References CDataStream::SetVersion().
Referenced by CNode::SetRecvVersion().
Here is the call graph for this function:
Here is the caller graph for this function:| CMessageHeader CNetMessage::hdr |
Definition at line 158 of file net.h.
Referenced by ProcessMessages().
| CDataStream CNetMessage::hdrbuf |
| bool CNetMessage::in_data |
Definition at line 155 of file net.h.
Referenced by CNode::ReceiveMsgBytes().
| CDataStream CNetMessage::vRecv |
Definition at line 161 of file net.h.
Referenced by CNode::GetTotalRecvSize(), and ProcessMessages().
1.8.8