aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0@n0.is <ng0@n0.is>2019-06-07 08:35:50 +0000
committerng0@n0.is <ng0@n0.is>2019-06-07 08:35:50 +0000
commite2243d39be43dfabca4c420c2cd66ace1827fbd6 (patch)
treebf1e78d9d891020265eeced99e9df9840375839a
parent52261080df46a40020f89d6f9f2236349a5f16d4 (diff)
downloadlibmicrohttpd-gsoc2019-e2243d39be43dfabca4c420c2cd66ace1827fbd6.tar.gz
libmicrohttpd-gsoc2019-e2243d39be43dfabca4c420c2cd66ace1827fbd6.zip
syntax
-rw-r--r--syscalls.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/syscalls.html b/syscalls.html
index 82a3897..b4291d3 100644
--- a/syscalls.html
+++ b/syscalls.html
@@ -153,7 +153,7 @@
153 </td> 153 </td>
154 <td> 154 <td>
155 <a href="trg.c">tiny response generation</a> 155 <a href="trg.c">tiny response generation</a>
156 (< a href="_trg/trg.c.strace.cygwin.windows10.log.txt">log</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 157 We see 1 call to setsockopt. This is followed by a send of
158 the size 99 (the header). Then follows another setsockopt, 158 the size 99 (the header). Then follows another setsockopt,
159 followed by another call to send (the body). 159 followed by another call to send (the body).