aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0@n0.is <ng0@n0.is>2019-07-30 09:08:50 +0000
committerng0@n0.is <ng0@n0.is>2019-07-30 09:08:50 +0000
commit231c280b509197b9f49b5fb6f19b9f73b3087df4 (patch)
tree719788d6d6c81d8902c74b8808816cad5233acd6
parentfe5ffac7b7823ee517116759f9cca86315a5b7bd (diff)
downloadlibmicrohttpd-gsoc2019-231c280b509197b9f49b5fb6f19b9f73b3087df4.tar.gz
libmicrohttpd-gsoc2019-231c280b509197b9f49b5fb6f19b9f73b3087df4.zip
syscalls.html
-rw-r--r--syscalls.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/syscalls.html b/syscalls.html
index 6dd34b2..4278a8b 100644
--- a/syscalls.html
+++ b/syscalls.html
@@ -258,12 +258,17 @@
258 </table> 258 </table>
259 <!-- post analysis --> 259 <!-- post analysis -->
260 <p> 260 <p>
261 <b>POST-ANALYSIS, run 1</b>
262 </p>
263 <p>
261 After working through the setsockopt optimization and refactoring, the 264 After working through the setsockopt optimization and refactoring, the
262 following results were found. This is on libmicrohttpd commit 265 following results were found. This is on libmicrohttpd commit
263 afe3f5aef4ec0b48b2c7e05f77dba8f8fbfe4243 and 266 afe3f5aef4ec0b48b2c7e05f77dba8f8fbfe4243 and
264 9e8418b943c417b50b0e7ecac868cde3933aba5e. 267 9e8418b943c417b50b0e7ecac868cde3933aba5e.
265 The difference between the commits is removal of commented code, 268 The difference between the commits is removal of commented code,
266 acceptable with no impact on the test results. 269 acceptable with no impact on the test results.
270 The results indicate errors with the code, a second analysis has to
271 be done after bug fixes.
267 </p> 272 </p>
268 <table> 273 <table>
269 <tr> 274 <tr>