Loading...
Searching...
No Matches
benchmark_msg_ping_t Struct Reference

Benchmark message to the server. More...

Detailed Description

Benchmark message to the server.

Note
Both server and client are assumed to be little endian machines

Definition at line 66 of file benchmark_udp.h.

#include <benchmark_udp.h>

Data Fields

uint32_t flags
 must include config cookie

 
uint32_t seq_no
 number of packets sent sind config update
 
uint32_t replies
 number of replies received from server

 
uint32_t rtt_last
 round trip time of the last packet

 
uint8_t payload []
 variable length payload

 

Field Documentation

◆ flags

uint32_t benchmark_msg_ping_t::flags

must include config cookie

Definition at line 67 of file benchmark_udp.h.

◆ payload

uint8_t benchmark_msg_ping_t::payload[]

variable length payload

Definition at line 71 of file benchmark_udp.h.

◆ replies

uint32_t benchmark_msg_ping_t::replies

number of replies received from server

Definition at line 69 of file benchmark_udp.h.

◆ rtt_last

uint32_t benchmark_msg_ping_t::rtt_last

round trip time of the last packet

Definition at line 70 of file benchmark_udp.h.

◆ seq_no

uint32_t benchmark_msg_ping_t::seq_no

number of packets sent sind config update

Definition at line 68 of file benchmark_udp.h.


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