aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0@n0.is <ng0@n0.is>2019-07-27 12:52:08 +0000
committerng0@n0.is <ng0@n0.is>2019-07-27 12:52:08 +0000
commitfe5ffac7b7823ee517116759f9cca86315a5b7bd (patch)
treec9bd6cebdeb68ce56befb3ede4afab1665a02777
parent61f7ab1f2711998e8d0c2ef2cc28c8d48c898f38 (diff)
downloadlibmicrohttpd-gsoc2019-fe5ffac7b7823ee517116759f9cca86315a5b7bd.tar.gz
libmicrohttpd-gsoc2019-fe5ffac7b7823ee517116759f9cca86315a5b7bd.zip
cygwin
-rw-r--r--syscalls.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/syscalls.html b/syscalls.html
index 91e5e7b..6dd34b2 100644
--- a/syscalls.html
+++ b/syscalls.html
@@ -304,6 +304,8 @@
304 <td> 304 <td>
305 <a href="inc.c">continuous response generation</a>: 305 <a href="inc.c">continuous response generation</a>:
306 <a href="final_tests/crg/inc.c.cygwin.strace.log.txt">(log)</a> 306 <a href="final_tests/crg/inc.c.cygwin.strace.log.txt">(log)</a>
307 <br>
308 There appears to be 1 call to setsockopt before a send, 1 after it, and 1 at the end.
307 </td> 309 </td>
308 </tr> 310 </tr>
309 <tr> 311 <tr>
@@ -334,6 +336,8 @@
334 <td> 336 <td>
335 <a href="trg.c">tiny response generation</a> 337 <a href="trg.c">tiny response generation</a>
336 (<a href="final_tests/_trg/trg.c.strace.cygwin.windows10.log.txt">log</a>): 338 (<a href="final_tests/_trg/trg.c.strace.cygwin.windows10.log.txt">log</a>):
339 <br>
340 1 setsockopt() before send, 1 after it.
337 </td> 341 </td>
338 </tr> 342 </tr>
339 <tr> 343 <tr>
@@ -365,6 +369,8 @@
365 <td> 369 <td>
366 <a href="mrg.c">modest response generation</a> 370 <a href="mrg.c">modest response generation</a>
367 (<a href="final_tests/_mrg/mrg.c.cygwin.windows10.strace.log.txt">log</a>): 371 (<a href="final_tests/_mrg/mrg.c.cygwin.windows10.strace.log.txt">log</a>):
372 <br>
373 1 setsockopt() before send, 1 after it.
368 </td> 374 </td>
369 </tr> 375 </tr>
370 <tr> 376 <tr>
@@ -396,6 +402,8 @@
396 <td> 402 <td>
397 <a href="response_generation_sendfile.c">response generation using sendfile()</a> 403 <a href="response_generation_sendfile.c">response generation using sendfile()</a>
398 (<a href="final_tests/_rgs/response_generation_sendfile.c.strace.cygwin.windows10.log.txt">log</a>): 404 (<a href="final_tests/_rgs/response_generation_sendfile.c.strace.cygwin.windows10.log.txt">log</a>):
405 <br>
406 1 setsockopt call before send(), 1 setsockopt before last send().
399 </td> 407 </td>
400 </tr> 408 </tr>
401 <tr> 409 <tr>