GNUnet 0.21.1
GNUNET_TRANSPORT_TESTING_PerformanceTestMessage Struct Reference

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport-testing2.h>

Collaboration diagram for GNUNET_TRANSPORT_TESTING_PerformanceTestMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is (usually) GNUNET_TRANSPORT_TESTING_SIMPLE_PERFORMANCE_MTYPE. More...
 
struct GNUNET_TIME_AbsoluteNBO time_send
 Time this message was send via transport api. More...
 
uint32_t num
 Monotonically increasing counter throughout the test. More...
 

Detailed Description

Definition at line 432 of file transport-testing2.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_TESTING_PerformanceTestMessage::header

Type is (usually) GNUNET_TRANSPORT_TESTING_SIMPLE_PERFORMANCE_MTYPE.

Definition at line 437 of file transport-testing2.h.

◆ time_send

struct GNUNET_TIME_AbsoluteNBO GNUNET_TRANSPORT_TESTING_PerformanceTestMessage::time_send

Time this message was send via transport api.

Definition at line 442 of file transport-testing2.h.

Referenced by send_simple_single().

◆ num

uint32_t GNUNET_TRANSPORT_TESTING_PerformanceTestMessage::num

Monotonically increasing counter throughout the test.

Definition at line 447 of file transport-testing2.h.

Referenced by send_simple_single().


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