NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::face::WebSocketTransportCounters Class Reference

counters provided by WebSocketTransport More...

#include <websocket-transport.hpp>

Inheritance diagram for nfd::face::WebSocketTransportCounters:
Collaboration diagram for nfd::face::WebSocketTransportCounters:

Public Attributes

PacketCounter nOutPings
 count of outgoing Pings More...
 
PacketCounter nInPongs
 count of incoming Pongs More...
 
- Public Attributes inherited from nfd::face::TransportCounters
PacketCounter nInPackets
 count of incoming packets More...
 
PacketCounter nOutPackets
 count of outgoing packets More...
 
ByteCounter nInBytes
 total incoming bytes More...
 
ByteCounter nOutBytes
 total outgoing bytes More...
 

Detailed Description

counters provided by WebSocketTransport

Note
The type name 'WebSocketTransportCounters' is implementation detail. Use 'WebSocketTransport::Counters' in public API.

Definition at line 40 of file websocket-transport.hpp.

Member Data Documentation

◆ nOutPings

PacketCounter nfd::face::WebSocketTransportCounters::nOutPings

count of outgoing Pings

Definition at line 45 of file websocket-transport.hpp.

◆ nInPongs

PacketCounter nfd::face::WebSocketTransportCounters::nInPongs

count of incoming Pongs

Definition at line 49 of file websocket-transport.hpp.

Referenced by nfd::face::WebSocketTransport::handlePong().


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