@@ -950,18 +950,14 @@ include_dir 'conf.d'
950
950
the operating system should send a TCP keepalive message to the client.
951
951
If this value is specified without units, it is taken as seconds.
952
952
A value of 0 (the default) selects the operating system's default.
953
+ On Windows, setting a value of 0 will set this parameter to 2 hours,
954
+ since Windows does not provide a way to read the system default value.
953
955
This parameter is supported only on systems that support
954
956
<symbol>TCP_KEEPIDLE</symbol> or an equivalent socket option, and on
955
957
Windows; on other systems, it must be zero.
956
958
In sessions connected via a Unix-domain socket, this parameter is
957
959
ignored and always reads as zero.
958
960
</para>
959
- <note>
960
- <para>
961
- On Windows, setting a value of 0 will set this parameter to 2 hours,
962
- since Windows does not provide a way to read the system default value.
963
- </para>
964
- </note>
965
961
</listitem>
966
962
</varlistentry>
967
963
@@ -977,18 +973,14 @@ include_dir 'conf.d'
977
973
that has not been acknowledged by the client should be retransmitted.
978
974
If this value is specified without units, it is taken as seconds.
979
975
A value of 0 (the default) selects the operating system's default.
976
+ On Windows, setting a value of 0 will set this parameter to 1 second,
977
+ since Windows does not provide a way to read the system default value.
980
978
This parameter is supported only on systems that support
981
979
<symbol>TCP_KEEPINTVL</symbol> or an equivalent socket option, and on
982
980
Windows; on other systems, it must be zero.
983
981
In sessions connected via a Unix-domain socket, this parameter is
984
982
ignored and always reads as zero.
985
983
</para>
986
- <note>
987
- <para>
988
- On Windows, setting a value of 0 will set this parameter to 1 second,
989
- since Windows does not provide a way to read the system default value.
990
- </para>
991
- </note>
992
984
</listitem>
993
985
</varlistentry>
994
986
@@ -1004,16 +996,11 @@ include_dir 'conf.d'
1004
996
the server's connection to the client is considered dead.
1005
997
A value of 0 (the default) selects the operating system's default.
1006
998
This parameter is supported only on systems that support
1007
- <symbol>TCP_KEEPCNT</symbol> or an equivalent socket option;
999
+ <symbol>TCP_KEEPCNT</symbol> or an equivalent socket option (which does not include Windows) ;
1008
1000
on other systems, it must be zero.
1009
1001
In sessions connected via a Unix-domain socket, this parameter is
1010
1002
ignored and always reads as zero.
1011
1003
</para>
1012
- <note>
1013
- <para>
1014
- This parameter is not supported on Windows, and must be zero.
1015
- </para>
1016
- </note>
1017
1004
</listitem>
1018
1005
</varlistentry>
1019
1006
@@ -1030,15 +1017,10 @@ include_dir 'conf.d'
1030
1017
If this value is specified without units, it is taken as milliseconds.
1031
1018
A value of 0 (the default) selects the operating system's default.
1032
1019
This parameter is supported only on systems that support
1033
- <symbol>TCP_USER_TIMEOUT</symbol>; on other systems, it must be zero.
1020
+ <symbol>TCP_USER_TIMEOUT</symbol> (which does not include Windows) ; on other systems, it must be zero.
1034
1021
In sessions connected via a Unix-domain socket, this parameter is
1035
1022
ignored and always reads as zero.
1036
1023
</para>
1037
- <note>
1038
- <para>
1039
- This parameter is not supported on Windows, and must be zero.
1040
- </para>
1041
- </note>
1042
1024
</listitem>
1043
1025
</varlistentry>
1044
1026
0 commit comments