Re: tcp_keepalives_idle

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: tcp_keepalives_idle
Date: 2013-11-14 06:02:11
Message-ID: 14977.1384408931@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii <ishii(at)postgresql(dot)org> writes:
> I am struggling to understand what following phrase says:

> tcp_keepalives_idle (integer)
> Specifies the number of seconds before sending a keepalive packet
> on an otherwise idle connection.

It means "the connection is idle except for keepalive packets".
We could perhaps just drop the word "otherwise", if people find
it confusing.

> What I am not sure is the meaning of "otherwise". Can I safely replace
> it to:
> Specifies the number of seconds before sending a keepalive packet
> on an other side of idle connection.

No, that's not a good fix.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2013-11-14 06:08:06 Re: tcp_keepalives_idle
Previous Message Sawada Masahiko 2013-11-14 06:02:01 Logging WAL when updating hintbit