ReactOS 0.4.15-dev-7842-g558ab78
test_params Struct Reference
Collaboration diagram for test_params:

Public Attributes

int sock_type
 
int sock_prot
 
const charinet_addr
 
short inet_port
 
int chunk_size
 
int n_chunks
 
int n_clients
 

Detailed Description

Definition at line 126 of file sock.c.

Member Data Documentation

◆ chunk_size

◆ inet_addr

const char* test_params::inet_addr

Definition at line 130 of file sock.c.

Referenced by client_start(), oob_server(), select_server(), server_start(), and simple_server().

◆ inet_port

short test_params::inet_port

Definition at line 131 of file sock.c.

Referenced by client_start(), and server_start().

◆ n_chunks

◆ n_clients

int test_params::n_clients

Definition at line 134 of file sock.c.

Referenced by client_start(), select_server(), simple_server(), and StartClients().

◆ sock_prot

int test_params::sock_prot

Definition at line 129 of file sock.c.

Referenced by client_start(), and server_start().

◆ sock_type

int test_params::sock_type

Definition at line 128 of file sock.c.

Referenced by client_start(), and server_start().


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