aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0@n0.is <ng0@n0.is>2019-06-04 07:58:09 +0000
committerng0@n0.is <ng0@n0.is>2019-06-04 07:58:09 +0000
commit75b0a8ba88d9ba09f9ea00edb5ca60427356036b (patch)
tree67b0977fee986cbdd00e8ef2cee7223b7bf22842
parent6b0aee17c4868a37534f6d6709ffd56c00ea24a7 (diff)
downloadlibmicrohttpd-gsoc2019-75b0a8ba88d9ba09f9ea00edb5ca60427356036b.tar.gz
libmicrohttpd-gsoc2019-75b0a8ba88d9ba09f9ea00edb5ca60427356036b.zip
followup
-rw-r--r--syscalls.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/syscalls.html b/syscalls.html
index 15f837b..64effe9 100644
--- a/syscalls.html
+++ b/syscalls.html
@@ -143,7 +143,16 @@
143 <tr> 143 <tr>
144 <td>response generation using sendfile()</td> 144 <td>response generation using sendfile()</td>
145 <td>response generation using sendfile()</td> 145 <td>response generation using sendfile()</td>
146 <td>response generation using sendfile()</td> 146 <td>
147 <a href="response_generation_sendfile.c">response generation using sendfile()</a>
148 (<a href="_rgs/response_generation_sendfile.c.netbsd.ktruss.log.txt">log</a>):
149 After receiving the GET requestion, the file with
150 the content "a" is created.
151 We see 1 call to setsockopt just before the header is send.
152 Immediatelly after we see another setsockopt call. The file
153 is read, then we see another setsockopt call followed by
154 a sendto of "a".
155 </td>
147 <td>response generation using sendfile()</td> 156 <td>response generation using sendfile()</td>
148 <td>response generation using sendfile()</td> 157 <td>response generation using sendfile()</td>
149 </tr> 158 </tr>