Przeglądaj źródła

docs: refine nolinger config doc

zmstone 1 rok temu
rodzic
commit
7ac35bce0d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      rel/i18n/emqx_schema.hocon

+ 1 - 1
rel/i18n/emqx_schema.hocon

@@ -986,7 +986,7 @@ fields_tcp_opts_nodelay.label:
 """No Delay"""
 
 fields_tcp_opts_nolinger.desc:
-"""When enabled, `SO_LINGER` flag is set as `{l_onoff=1, l_linger=0}`, which means the TCP socket to close immediately by sending a reset (RST) packet,
+"""When enabled, `SO_LINGER` flag is set as `(onoff=1, linger=0)`, which means the TCP socket is to be closed immediately by sending a TCP-RST packet,
 discarding any unsent data and skipping the graceful close steps, including CLOSE_WAIT, FIN_WAIT, and TIME_WAIT."""
 
 fields_tcp_opts_nolinger.label: