Searched refs:clients (Results 1 – 16 of 16) sorted by relevance
25 SUBDIRS = clients74 check: clients76 clients: target77 @(cd clients; $(MAKE) check)80 cd clients && $(MAKE) checksrc
19 Server: the beast that eats naughty clients33 Server: the beast that eats naughty clients
25 add_custom_target(test-http-clients)35 add_dependencies(test-http-clients ${_target_name})
22 MPTCP is beneficial in networks where multiple paths exist between clients and
39 sequences to remain in the path and some clients want to pass these on in
41 by both HTTP clients and HTTP servers.
36 add_subdirectory(http/clients)74 set(_depends "test-http-clients")
693 int clients = 0; /* connected clients */ in incoming() local773 if((clients < 2) && FD_ISSET(sockfd, &fds_read)) { in incoming()801 clients++; in incoming()815 clients--; in incoming()819 } while(clients); in incoming()
727 int clients = 0; /* connected clients */ in incoming() local795 } while(clients); in incoming()
60 o tests/http/clients: use proper sleep() call on NonStop [10]
5352 tests/http/clients/Makefile \
507 tests/http/clients/ws*,\
313 mv bld/tests/http/clients/.libs/*.exe bld/tests/http/clients
820 access to employees through their proxies. Network clients or user-agents ask1167 Cookies are sent from server to clients with the header Set-Cookie: and1168 they are sent from clients to servers with the Cookie: header.
355 many clients trying to connect to that third party, it could create a
611 clients it can detect to not match. One of the last details we cannot yet
Completed in 42 milliseconds