Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jun 15, 2024
1 parent 9dbc074 commit da44f13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transfers/conn/keepalive.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ or QUIC, those connections will not be affected.
You set the `CURLOPT_TCP_KEEPIDLE` long to the number of seconds you want the
connection to be idle before sending the first keep alive probe. The default
value is 60 seconds. It makes sense to try to set this to a time slightly
lower than the timit limit in your strictest middle box.
lower than the time limit in your strictest middle box.

## Probe interval

Set `CURLOPT_TCP_KEEPINTVL` to a long for the number of seconds to wait
between subsequent keep alive probes. The propes that follow once the first
between subsequent keep alive probes. The probes that follow once the first
keep alive probe has been sent. Default is 60 seconds.

## Probe count
Expand Down
1 change: 1 addition & 0 deletions wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ Referer
referer
repo
RETR
retransmissions
Rikard
ROADMAP
Rockbox
Expand Down

0 comments on commit da44f13

Please sign in to comment.