diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -0,0 +1,33 @@ | |||
1 | Run "autoreconf -f -i" to create configure. | ||
2 | |||
3 | Talk to Christian or Chris if you have problems | ||
4 | with the build system or do not understand the | ||
5 | API. We can also help discuss implementation | ||
6 | choices. | ||
7 | |||
8 | |||
9 | |||
10 | Your project will be graded using the following | ||
11 | criteria: | ||
12 | |||
13 | 1) correctness | ||
14 | a) HTTP 1.1 compliance | ||
15 | b) no bugs / crashes | ||
16 | c) interoperability (firefox, IE, konqueror, | ||
17 | squid, libcurl, wget) | ||
18 | d) memory leaks | ||
19 | 2) completeness | ||
20 | a) all API functions | ||
21 | b) all options (except SSL) | ||
22 | c) portability (Linux, Solaris) | ||
23 | 2) performance | ||
24 | a) memory consumption | ||
25 | b) throughput (small and large transfers) | ||
26 | c) latency | ||
27 | d) performance with 1000 parallel sessions | ||
28 | 3) software engineering practice (subjective) | ||
29 | a) code quality | ||
30 | b) comprehensive testcases | ||
31 | c) documentation | ||
32 | |||
33 | \ No newline at end of file | ||