darkhttpd/TODO
Tom Dryer 73585d8eb7 Enable TCP_NODELAY optimization
It looks like `TCP_NODELAY` was disabled due to the bug fixed in the
previous commit. Enabling it substantially improves keep-alive
performance with `ab`:

Before:

```
Time per request:       0.272 [ms] (mean)
```

After:

```
Time per request:       0.033 [ms] (mean)
```
2021-06-13 13:49:34 -07:00

2 lines
54 B
Plaintext

- send headers using sendfile syscall - fewer packets