Loading...
Searching...
No Matches
benchmark_msg_cmd_t Struct Reference

Command response from the server. More...

Detailed Description

Command response from the server.

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

Definition at line 80 of file benchmark_udp.h.

#include <benchmark_udp.h>

Data Fields

uint32_t flags
 contains new config cookie

 
uint32_t delay_us
 delay between benchmark messages in µs
 
uint16_t payload_len
 payload of benchmark messages

 

Field Documentation

◆ delay_us

uint32_t benchmark_msg_cmd_t::delay_us

delay between benchmark messages in µs

Definition at line 82 of file benchmark_udp.h.

◆ flags

uint32_t benchmark_msg_cmd_t::flags

contains new config cookie

Definition at line 81 of file benchmark_udp.h.

◆ payload_len

uint16_t benchmark_msg_cmd_t::payload_len

payload of benchmark messages

Definition at line 83 of file benchmark_udp.h.


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