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