aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0@n0.is <ng0@n0.is>2019-06-04 11:07:47 +0000
committerng0@n0.is <ng0@n0.is>2019-06-04 11:07:47 +0000
commit33f719e36b1f9bbbca1d6be9b6e19549758f2100 (patch)
tree5adfca9044424579fe61af92b4d9a646508928ee
parent77e6c8f920064cc39bf17df21f32fafd6546970c (diff)
downloadlibmicrohttpd-gsoc2019-33f719e36b1f9bbbca1d6be9b6e19549758f2100.tar.gz
libmicrohttpd-gsoc2019-33f719e36b1f9bbbca1d6be9b6e19549758f2100.zip
clarify.
-rw-r--r--syscalls.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/syscalls.html b/syscalls.html
index 64effe9..f77528b 100644
--- a/syscalls.html
+++ b/syscalls.html
@@ -14,13 +14,16 @@
14 <h1><a href="https://d.n0.is/pub/libmicrohttpd/gsoc2019/syscalls.html">SYSCALLS</a></h1> 14 <h1><a href="https://d.n0.is/pub/libmicrohttpd/gsoc2019/syscalls.html">SYSCALLS</a></h1>
15 <p> 15 <p>
16 <b>LEGEND:</b> 16 <b>LEGEND:</b>
17 </p>
17 <ul> 18 <ul>
18 <li> 19 <li>
19 columns: Operatings Systems 20 columns: Operatings Systems
20 <li> 21 <li>
21 rows: tests, with link to code 22 rows: tests, with link to code
22 </ul> 23 </ul>
24 <p>
23 <b>TESTS:</b> 25 <b>TESTS:</b>
26 </p>
24 <ul> 27 <ul>
25 <li> 28 <li>
26 continuous response generation (ensure no constant 29 continuous response generation (ensure no constant
@@ -36,6 +39,9 @@
36 last write operation the packet is sent without corking, no 39 last write operation the packet is sent without corking, no
37 unnecessary setsockopts) 40 unnecessary setsockopts)
38 </ul> 41 </ul>
42 <p>
43 <b>OBJECTIVE:</b><br><br>
44 To list and analysis the current results, ie prior to patching lmhd source
39 </p> 45 </p>
40 <table> 46 <table>
41 <tr> 47 <tr>