Searched refs:send (Results 1 – 15 of 15) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | network_write.c | 49 if ((r = send(fd, offset, toSend, 0)) < 0) { in network_write_chunkqueue_write() 160 if ((r = send(fd, srv->tmp_buf->ptr, toSend, 0)) < 0) { in network_write_chunkqueue_write()
|
| H A D | network_mtcp_writev.c | 368 if ((r = send(fd, offset, toSend, 0)) < 0) { in network_write_chunkqueue_mtcp_writev() 480 if ((r = send(fd, srv->tmp_buf->ptr, toSend, 0)) < 0) { in network_write_chunkqueue_mtcp_writev()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | performance.txt | 64 that one of the connections is ready to send or receive. As you can see, 98 If you want to send out a file from the webserver, it doesn't make any sense 206 Increasing the TCP send and receive buffers will increase the performance a 207 lot if (and only if) you have a lot of large files to send.
|
| H A D | magnet.txt | 128 You can generate your own content and send it out to the clients. :: 147 Internally lighty will use the sendfile() call to send out the static files at full speed. 200 users, you can just send a maintainance page. 237 -- send te FLV header + a seek into the file 250 Say, you want to send a random file (ad-content) from a directory.
|
| H A D | traffic-shaping.txt | 55 is caused by the size of the TCP send buffer.
|
| H A D | proxy.txt | 49 tell the module where to send Proxy requests to. Every
|
| H A D | accesslog.txt | 30 send the accesslog to syslog
|
| H A D | fastcgi.txt | 88 tell the module where to send FastCGI requests to. Every 110 "allow-x-send-file" => <boolean>, # optional 146 :"allow-x-send-file": controls if X-LIGHTTPD-send-file headers
|
| H A D | secdownload.txt | 38 2. use the application to authenticate and send the file
|
| H A D | cml.txt | 139 Don't forget: Webserver are built to send out static content, that is what they can do best.
|
| H A D | configuration.txt | 301 send errorlog to syslog
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 38 …* Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow s… 71 * Fix mod_proxy HUP handling (send final chunk, fix usage counter) 295 * Don't send empty Server headers (#1620) 340 * do not send content-encoding for 304 (#1754), thx yzlai 358 * print error if X-LIGHTTPD-send-file cannot be done; reset header 359 Content-Length for send-file. Patches by Stefan Buehler 499 * send SIGUSR1 to fastcgi children before SIGTERM. libfcgi wants SIGUSR1. (#737) 693 * added a option for a FastCGI responser to send static files
|
| H A D | config.guess | 1387 send the following data and any information you think might be
|
| /mOS-networking-stack/core/src/ |
| H A D | core.c | 560 int control, send, ack; in HandleApplicationCalls() local 593 control = send = ack = 0; in HandleApplicationCalls() 626 send++; in HandleApplicationCalls()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 298 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
|