Files
nostr_core_lib/curl-8.15.0/docs/cmdline-opts/no-keepalive.md
2025-08-16 11:22:44 -04:00

520 B

c, SPDX-License-Identifier, Long, Help, Category, Added, Multi, See-also, Example
c SPDX-License-Identifier Long Help Category Added Multi See-also Example
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. curl no-keepalive Disable TCP keepalive on the connection connection 7.18.0 boolean
keepalive-time
keepalive-cnt
--no-keepalive $URL

--no-keepalive

Disable the use of keepalive messages on the TCP connection. curl otherwise enables them by default.

Note that this is the negated option name documented. You can thus use --keepalive to enforce keepalive.