sockets_stresstest.c: some compile and runtime fixes

This commit is contained in:
goldsimon
2017-11-23 09:19:01 +01:00
parent 6e624f8035
commit f8f31218d1
2 changed files with 13 additions and 7 deletions

View File

@@ -34,7 +34,7 @@
#define LWIP_HDR_TEST_SOCKETS_STRESSTEST
void sockets_stresstest_init_loopback(int addr_family);
void sockets_stresstest_init_server(u16_t server_port);
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);
#endif /* LWIP_HDR_TEST_SOCKETS_STRESSTEST */