Lines Matching full:sockets
89 o evhttp: Check more setsockopt return values when binding sockets. Found by coverity (a0912e3)
483 o Set SO_UPDATE_ACCEPT_CONTEXT on sockets from AcceptEx so that shutdown() can work (52aa419)
1247 o increase listen queue for http sockets to 128; if that is not enough the evhttp_accpet_socket() api can be used with a prepared socket.
1366 o Fix http module on windows to close sockets properly.
1370 o Fix win32 buffer.c behavior so that it is correct for sockets (which do not like ReadFile and WriteFile).