mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
No description
![]() This patch removes the relationship between position in the pollfd[] array and any meaning about the type of socket. It also refactors the service loop so there is a per-fd function that detects the mode of the connection and services it accordingly. The context wsi * array is removed and a hashtable introduced allowing fast wsi lookup from just the fd that it is associated with 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 |