MOTION  0.01
Framework for mixed-protocol multi-party computation
Public Attributes | List of all members
encrypto::motion::communication::TransportStatistics Struct Reference

#include <transport.h>

Public Attributes

std::size_t number_of_messages_sent = 0
 
std::size_t number_of_messages_received = 0
 
std::size_t number_of_bytes_sent = 0
 
std::size_t number_of_bytes_received = 0
 

Member Data Documentation

◆ number_of_bytes_received

std::size_t encrypto::motion::communication::TransportStatistics::number_of_bytes_received = 0

◆ number_of_bytes_sent

std::size_t encrypto::motion::communication::TransportStatistics::number_of_bytes_sent = 0

◆ number_of_messages_received

std::size_t encrypto::motion::communication::TransportStatistics::number_of_messages_received = 0

◆ number_of_messages_sent

std::size_t encrypto::motion::communication::TransportStatistics::number_of_messages_sent = 0

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