Flowgrind
Advanced TCP traffic generator
block Struct Reference

Flowgrind's data block layout. More...

#include <common.h>

Data Fields

struct timespec data
 Sending timestap for calculating delay and RTT. More...
 
struct timespec data2
 Used to access 64bit timespec on 32bit arch. More...
 
int32_t request_block_size
 Size of the response block we request. More...
 
int32_t this_block_size
 Size of our request or response block. More...
 

Detailed Description

Flowgrind's data block layout.

Definition at line 148 of file common.h.

Field Documentation

◆ data

struct timespec block::data

Sending timestap for calculating delay and RTT.

Definition at line 160 of file common.h.

◆ data2

struct timespec block::data2

Used to access 64bit timespec on 32bit arch.

Definition at line 162 of file common.h.

◆ request_block_size

int32_t block::request_block_size

Size of the response block we request.

0 indicates that we don't request a response block.
-1 indicates this is a response block (needed for parsing data).

Definition at line 157 of file common.h.

◆ this_block_size

int32_t block::this_block_size

Size of our request or response block.

Definition at line 150 of file common.h.


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