![]() |
Flowgrind
Advanced TCP traffic generator
|
Infos about the flow endpoint. More...
#include <flowgrind.h>
Data Fields | |
struct daemon * | daemon |
Pointer to manage flow endpoint daemon. More... | |
int | receive_buffer_size_real |
Receiver buffer (SO_RCVBUF). More... | |
struct rpc_info * | rpc_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... | |
Infos about the flow endpoint.
Definition at line 225 of file flowgrind.h.
struct daemon* flow_endpoint::daemon |
Pointer to manage flow endpoint daemon.
Definition at line 233 of file flowgrind.h.
int flow_endpoint::receive_buffer_size_real |
Receiver buffer (SO_RCVBUF).
Definition at line 229 of file flowgrind.h.
struct rpc_info* flow_endpoint::rpc_info |
Pointer to manage flow endpoint XMLRPC information.
Definition at line 231 of file flowgrind.h.
int flow_endpoint::send_buffer_size_real |
Sending buffer (SO_SNDBUF).
Definition at line 227 of file flowgrind.h.
char flow_endpoint::test_address[1000] |
network address where the actual test connection goes to.
Definition at line 235 of file flowgrind.h.