mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
No description
![]() Doing a client connect was atomic until now, blocking all the other service while it waited for proxy and / or server response. This patch uses the new timeout system and breaks the client connect sequence into three states handled by the normal poll() processing. It means that there are now no blocking network delays and it's all handled by the main state machine. Signed-off-by: Andy Green <andy@warmcat.com> |
||
---|---|---|
lib | ||
scripts | ||
test-server | ||
aclocal.m4 | ||
config.guess | ||
config.h.in | ||
config.sub | ||
configure | ||
configure.ac | ||
COPYING | ||
depcomp | ||
INSTALL | ||
install-sh | ||
libwebsockets-api-doc.html | ||
libwebsockets.spec | ||
ltmain.sh | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
README-test-server |