Flowgrind
Advanced TCP traffic generator
flow_endpoint Struct Reference

Infos about the flow endpoint. More...

#include <flowgrind.h>

Data Fields

struct daemondaemon
 Pointer to manage flow endpoint daemon. More...
 
int receive_buffer_size_real
 Receiver buffer (SO_RCVBUF). More...
 
struct rpc_inforpc_info
 Pointer to manage flow endpoint XMLRPC information. More...
 
int send_buffer_size_real
 Sending buffer (SO_SNDBUF). More...
 
char test_address [1000]
 network address where the actual test connection goes to. More...
 

Detailed Description

Infos about the flow endpoint.

Definition at line 225 of file flowgrind.h.

Field Documentation

◆ daemon

struct daemon* flow_endpoint::daemon

Pointer to manage flow endpoint daemon.

Definition at line 233 of file flowgrind.h.

◆ receive_buffer_size_real

int flow_endpoint::receive_buffer_size_real

Receiver buffer (SO_RCVBUF).

Definition at line 229 of file flowgrind.h.

◆ rpc_info

struct rpc_info* flow_endpoint::rpc_info

Pointer to manage flow endpoint XMLRPC information.

Definition at line 231 of file flowgrind.h.

◆ send_buffer_size_real

int flow_endpoint::send_buffer_size_real

Sending buffer (SO_SNDBUF).

Definition at line 227 of file flowgrind.h.

◆ test_address

char flow_endpoint::test_address[1000]

network address where the actual test connection goes to.

Definition at line 235 of file flowgrind.h.


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