aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0@n0.is <ng0@n0.is>2019-07-31 17:29:32 +0000
committerng0@n0.is <ng0@n0.is>2019-07-31 17:29:32 +0000
commit3f88f4b11783ceeceba8478ca25d8312b16732db (patch)
tree22aa53ef988204dc9789748ca2b75457fed37262
parent231c280b509197b9f49b5fb6f19b9f73b3087df4 (diff)
downloadlibmicrohttpd-gsoc2019-3f88f4b11783ceeceba8478ca25d8312b16732db.tar.gz
libmicrohttpd-gsoc2019-3f88f4b11783ceeceba8478ca25d8312b16732db.zip
post notes
-rw-r--r--syscalls.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/syscalls.html b/syscalls.html
index 4278a8b..b32a92a 100644
--- a/syscalls.html
+++ b/syscalls.html
@@ -420,6 +420,16 @@
420 </tr> 420 </tr>
421 </table> 421 </table>
422 <p> 422 <p>
423 <b>Appended Notes</b>
424 </p>
425 <p>
426 In this itteration the usage of TCP_NOPUSH could still be wrong in the pre and post functions.
427 Before send/sendto/.../ it is ON, after send/sendto/.../ it is OFF.
428 No result changes in cygwin.
429 Debian now uses MSG_MORE, however a real fix to its usage was introduced later and a new
430 analysis is due.
431 </p>
432 <p>
423 <b>Other observations</b> 433 <b>Other observations</b>
424 </p> 434 </p>
425 <p> 435 <p>