1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/test-server
Andy Green a50dd1af40 merge test server extpoll into test server
the -extpoll version of the test server was starting to rot compared to
the test-server.c it was originally based on.

This patch deletes the -extpoll.c version and instead has the test-server.c
source built two different ways in the makefile, once with the define
EXTERNAL_POLL which forces non-fork mode and enables the "by hand"
pollfd array handling.  The resulting binary of that is still called
libwebsockets-test-server-extpoll.

Another problem was that the pollfd array length needs to match MAX_CLIENTS, that
now happens during the build.

Signed-off-by: Andy Green <andy.green@linaro.org>
2013-01-15 15:50:31 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
favicon.ico refactor-into-dirs.patch 2010-11-01 09:12:17 +00:00
Makefile.am merge test server extpoll into test server 2013-01-15 15:50:31 +08:00
test-client.c add longlived option to test client 2013-01-15 15:43:17 +08:00
test-fraggle.c logging extend level set api to allow setting emission function 2013-01-12 09:17:42 +08:00
test-ping.c logging extend level set api to allow setting emission function 2013-01-12 09:17:42 +08:00
test-server.c merge test server extpoll into test server 2013-01-15 15:50:31 +08:00
test.html Use feature check rather than browser check. 2013-01-09 15:39:50 +08:00