ReactOS 0.4.16-dev-1188-gc03d779
sockets_stresstest.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void sockets_stresstest_init_loopback (int addr_family)
 
void sockets_stresstest_init_server (int addr_family, u16_t server_port)
 
void sockets_stresstest_init_client (const char *remote_ip, u16_t remote_port)
 

Function Documentation

◆ sockets_stresstest_init_client()

void sockets_stresstest_init_client ( const char remote_ip,
u16_t  remote_port 
)

◆ sockets_stresstest_init_loopback()

void sockets_stresstest_init_loopback ( int  addr_family)

◆ sockets_stresstest_init_server()

void sockets_stresstest_init_server ( int  addr_family,
u16_t  server_port 
)