ReactOS 0.4.16-dev-732-g2d1144a
|
#include "lwip/opt.h"
#include "sockets_stresstest.h"
#include "lwip/sockets.h"
#include "lwip/sys.h"
#include "lwip/mem.h"
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Sockets stresstest
This file uses the lwIP socket API to do stress tests that should test the stability when used in many different situations, with many concurrent sockets making concurrent transfers in different manners.
TODO:
Definition in file sockets_stresstest.c.