Benchmark message to the server. More...
Benchmark message to the server.
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 | |
uint32_t benchmark_msg_ping_t::flags |
must include config cookie
Definition at line 67 of file benchmark_udp.h.
uint8_t benchmark_msg_ping_t::payload[] |
variable length payload
Definition at line 71 of file benchmark_udp.h.
uint32_t benchmark_msg_ping_t::replies |
number of replies received from server
Definition at line 69 of file benchmark_udp.h.
uint32_t benchmark_msg_ping_t::rtt_last |
round trip time of the last packet
Definition at line 70 of file benchmark_udp.h.
uint32_t benchmark_msg_ping_t::seq_no |
number of packets sent sind config update
Definition at line 68 of file benchmark_udp.h.