Correct the comment. General elections are blinding me. - geomyidae - A small C-based gopherd.
 (HTM) git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6a674806ad1da35acf0410823aeaa4de986b70b2
 (DIR) parent 8b62f1e60e9774368bfdb209f3bebc8f51d6e0b8
 (HTM) 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:
         M ind.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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;