aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0@n0.is <ng0@n0.is>2019-06-07 08:26:45 +0000
committerng0@n0.is <ng0@n0.is>2019-06-07 08:26:45 +0000
commit254b95da95c760656ccc1b22a2e67181885cd4e1 (patch)
treeb3c7537f9967b8a1ea8e3516bd4aec30eaa944bc
parent82c8cbf1e83d7a113de92d49b6ffa47e163195af (diff)
downloadlibmicrohttpd-gsoc2019-254b95da95c760656ccc1b22a2e67181885cd4e1.tar.gz
libmicrohttpd-gsoc2019-254b95da95c760656ccc1b22a2e67181885cd4e1.zip
html: trg for cygwin
-rw-r--r--syscalls.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/syscalls.html b/syscalls.html
index e7bfdd2..854815b 100644
--- a/syscalls.html
+++ b/syscalls.html
@@ -151,7 +151,13 @@
151 <br> 151 <br>
152 no data 152 no data
153 </td> 153 </td>
154 <td>tiny response generation</td> 154 <td>
155 <a href="trg.c">tiny response generation</a>
156 (< a href="_trg/trg.c.strace.cygwin.windows10.log.txt">log</a>):
157 We see 1 call to setsockopt. This is followed by a send of
158 the size 99 (the header). Then follows another setsockopt,
159 followed by another call to send (the body).
160 </td>
155 </tr> 161 </tr>
156 <tr> 162 <tr>
157 <td>modest response generation</td> 163 <td>modest response generation</td>