Data Fields

Peer::PeerStats Struct Reference

#include <ICP.h>

Data Fields

ink_hrtime last_send
ink_hrtime last_receive
int sent [ICP_OP_LAST+1]
int recv [ICP_OP_LAST+1]
int total_sent
int total_received
int dropped_replies

Detailed Description

Definition at line 591 of file ICP.h.


Field Documentation

Definition at line 599 of file ICP.h.

Referenced by Peer::LogRecvMsg().

Definition at line 594 of file ICP.h.

Referenced by Peer::LogRecvMsg().

Definition at line 593 of file ICP.h.

Referenced by MultiCastPeer::LogSendMsg(), and ParentSiblingPeer::LogSendMsg().

int Peer::PeerStats::recv[ICP_OP_LAST+1]

Definition at line 596 of file ICP.h.

Referenced by Peer::LogRecvMsg().

int Peer::PeerStats::sent[ICP_OP_LAST+1]

Definition at line 595 of file ICP.h.

Referenced by MultiCastPeer::LogSendMsg(), and ParentSiblingPeer::LogSendMsg().

Definition at line 598 of file ICP.h.

Referenced by ParentSiblingPeer::ExpectedReplies(), and Peer::LogRecvMsg().


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