Annotation of embedaddon/curl/docs/cmdline-opts/no-keepalive.d, revision 1.1.1.1

1.1       misho       1: Long: no-keepalive
                      2: Help: Disable TCP keepalive on the connection
                      3: ---
                      4: Disables the use of keepalive messages on the TCP connection. curl otherwise
                      5: enables them by default.
                      6: 
                      7: Note that this is the negated option name documented. You can thus use
                      8: --keepalive to enforce keepalive.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>