Files
David Cermak 3ec12c3be0 test: Make test application scalable
also fixes github CI and makes the linger stress test run multiple times
2024-10-23 10:56:22 +02:00

8 lines
210 B
C

#ifndef LWIP_HDR_TEST_APPS_LWIPOPTS_TEST_H
#define LWIP_HDR_TEST_APPS_LWIPOPTS_TEST_H
#define LWIP_SO_LINGER 1
#define SO_REUSE 1
#endif /* LWIP_HDR_TEST_APPS_LWIPOPTS_TEST_H */