aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0@n0.is <ng0@n0.is>2019-06-07 10:42:09 +0000
committerng0@n0.is <ng0@n0.is>2019-06-07 10:42:09 +0000
commitb78b309455eb3fcda7edaa448060d7ee92dc65ae (patch)
treedc660798d0c24dcc625b64ad3f30958a4663746e
parent47980e90b53867581d24e6ecf897555d610f515d (diff)
downloadlibmicrohttpd-gsoc2019-b78b309455eb3fcda7edaa448060d7ee92dc65ae.tar.gz
libmicrohttpd-gsoc2019-b78b309455eb3fcda7edaa448060d7ee92dc65ae.zip
cygwin log html
-rw-r--r--syscalls.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/syscalls.html b/syscalls.html
index a80c7ca..6bbb074 100644
--- a/syscalls.html
+++ b/syscalls.html
@@ -194,7 +194,12 @@
194 <br> 194 <br>
195 no data. 195 no data.
196 </td> 196 </td>
197 <td>modest response generation</td> 197 <td>
198 <a href="mrg.c">modest response generation</a>
199 (<a href="_mrg/mrg.c.cygwin.windows10.strace.log.txt">log</a>):
200 We see 2 calls to setsockopt related to the socket we use,
201 each one of them before the respective send() is called.
202 </td>
198 </tr> 203 </tr>
199 <tr> 204 <tr>
200 <td> 205 <td>