geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit 6a674806ad1da35acf0410823aeaa4de986b70b2
parent 8b62f1e60e9774368bfdb209f3bebc8f51d6e0b8
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sun, 24 Sep 2017 18:38:31 +0200

Correct the comment. General elections are blinding me.

Diffstat:
ind.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ind.c b/ind.c @@ -73,7 +73,7 @@ xsendfile(int fd, int sock) #endif /* - * Disable Nagle algorithm, which means to sent segments as soon as possible. + * Enforce Nagle algorithm so big packets are sent out, if possible. */ #ifdef TCP_NODELAY optval = 0;