RE: Timeout parameters

Поиск
Список
Период
Сортировка
От Nagaura, Ryohei
Тема RE: Timeout parameters
Дата
Msg-id EDA4195584F5064680D8130B1CA91C453ED85A@G01JPEXMBYT04
обсуждение исходный текст
Ответ на RE: Timeout parameters  ("Nagaura, Ryohei" <nagaura.ryohei@jp.fujitsu.com>)
Ответы RE: Timeout parameters  (Fabien COELHO <coelho@cri.ensmp.fr>)
RE: Timeout parameters  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: Timeout parameters  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi,

I rewrote two TCP_USER_TIMEOUT patches.
I changed the third argument of setsockopt() from 18 to TCP_USER_TIMEOUT.

This revision has the following two merits.
* Improve readability of source
* Even if the definition of TCP_USER_TIMEOUT is changed, it is not affected.
  e.g., in the current linux, TCP_USER_TIMEOUT is defined, but even if it is changed to 19, it 'll be available.

Best regards,
---------------------
Ryohei Nagaura


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Imai, Yoshikazu"
Дата:
Сообщение: RE: proposal: pg_restore --convert-to-text
Следующее
От: Mark Wong
Дата:
Сообщение: Re: A note about recent ecpg buildfarm failures