-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
27 lines (24 loc) · 772 Bytes
/
Copy pathTODO
File metadata and controls
27 lines (24 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
* document options
* performance test
* fix sendfile
* poll on linux takes at least one jiffy, so max rate with 64 KB buffers is 64 KB * HZ
- to solve this bottleneck could use mmap (but the address space is limited)
- could use varying buffer sizes
* ssl does not need a separate buffer
* http content-range resume
* generally make more http spec compliant
* http name based virtual hosts
* test harder
* safely bind to privileged ports
* smp optimization
* maybe add realpath checking
* do something about brute force password attacks
* add rate limiting
* catch out of memory conditions
* reduce the number of stat syscalls
* conftree cache?
* IPv6
* implement ftp STAT properly
* implement ftp OPTS
* implement ftp ssl PROT
* fix ftp REIN to close ssl connection