Home
last modified time | relevance | path

Searched refs:send (Results 1 – 15 of 15) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dnetwork_write.c49 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 Dnetwork_mtcp_writev.c368 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 Dperformance.txt64 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 Dmagnet.txt128 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 Dtraffic-shaping.txt55 is caused by the size of the TCP send buffer.
H A Dproxy.txt49 tell the module where to send Proxy requests to. Every
H A Daccesslog.txt30 send the accesslog to syslog
H A Dfastcgi.txt88 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 Dsecdownload.txt38 2. use the application to authenticate and send the file
H A Dcml.txt139 Don't forget: Webserver are built to send out static content, that is what they can do best.
H A Dconfiguration.txt301 send errorlog to syslog
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS38 …* 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 Dconfig.guess1387 send the following data and any information you think might be
/mOS-networking-stack/core/src/
H A Dcore.c560 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 Dlibtool.m4298 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS