#include <htcp.h>
Classes | |
struct | cto_t |
Public Member Functions | |
HtcpReplyData () | |
bool | parseHeader (const char *buffer, const size_t size) |
parses request header from the buffer More... | |
Public Attributes | |
int | hit |
HttpHeader | hdr |
uint32_t | msg_id |
double | version |
struct HtcpReplyData::cto_t | cto |
Detailed Description
Constructor & Destructor Documentation
◆ HtcpReplyData()
Member Function Documentation
◆ parseHeader()
bool HtcpReplyData::parseHeader | ( | const char * | buffer, |
const size_t | size | ||
) |
Definition at line 1075 of file htcp.cc.
References hdr, HttpHeader::parse(), and size.
Referenced by htcpHandleTstResponse().
Member Data Documentation
◆ cto
struct HtcpReplyData::cto_t HtcpReplyData::cto |
Referenced by HtcpReplyData(), and PeerSelector::handleHtcpParentMiss().
◆ hdr
HttpHeader HtcpReplyData::hdr |
Definition at line 31 of file htcp.h.
Referenced by htcpHandleTstResponse(), and parseHeader().
◆ hit
int HtcpReplyData::hit |
Definition at line 30 of file htcp.h.
Referenced by PeerSelector::handleHtcpReply(), htcpHandleTstResponse(), neighborAliveHtcp(), and neighborsHtcpReply().
◆ msg_id
uint32_t HtcpReplyData::msg_id |
Definition at line 32 of file htcp.h.
Referenced by htcpHandleTstResponse().
◆ version
double HtcpReplyData::version |
Definition at line 33 of file htcp.h.
Referenced by neighborAliveHtcp().
The documentation for this class was generated from the following files: