aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0@n0.is <ng0@n0.is>2019-06-07 08:33:34 +0000
committerng0@n0.is <ng0@n0.is>2019-06-07 08:33:34 +0000
commit52261080df46a40020f89d6f9f2236349a5f16d4 (patch)
treeaf36344eb9d801c4a29297e6b5c7c2fcce30cf03
parent254b95da95c760656ccc1b22a2e67181885cd4e1 (diff)
downloadlibmicrohttpd-gsoc2019-52261080df46a40020f89d6f9f2236349a5f16d4.tar.gz
libmicrohttpd-gsoc2019-52261080df46a40020f89d6f9f2236349a5f16d4.zip
rgs log cygwin html
-rw-r--r--syscalls.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/syscalls.html b/syscalls.html
index 854815b..82a3897 100644
--- a/syscalls.html
+++ b/syscalls.html
@@ -209,7 +209,13 @@
209 <br> 209 <br>
210 no data. 210 no data.
211 </td> 211 </td>
212 <td>response generation using sendfile()</td> 212 <td>
213 <a href="response_generation_sendfile.c">response generation using sendfile()</a>
214 (<a href="_rgs/response_generation_sendfile.c.strace.cygwin.windows10.log.txt">log</a>):
215 We see 1 call to setsockopt(), followed by a send() with size 99 (the header).
216 This is followed by 1 call to setsockopt(), and one more call to send() with size 1
217 (the body).
218 </td>
213 </tr> 219 </tr>
214 <tr> 220 <tr>
215 <td>other</td> 221 <td>other</td>