Searched refs:clients (Results 1 – 14 of 14) 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
36 add_subdirectory(http/clients)71 set(_depends "test-http-clients")
39 sequences to remain in the path and some clients want to pass these on in
41 by both HTTP clients and HTTP servers.
691 int clients = 0; /* connected clients */ in incoming() local750 if((clients < 2) && FD_ISSET(sockfd, &fds_read)) { in incoming()778 clients++; in incoming()792 clients--; in incoming()796 } while(clients); in incoming()
725 int clients = 0; /* connected clients */ in incoming() local786 } while(clients); in incoming()
516 tests/http/clients/ws*,\
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
612 clients it can detect to not match. One of the last details we cannot yet
5486 tests/http/clients/Makefile \
Completed in 28 milliseconds