File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ $ npm install agentkeepalive --save
4444 Can have the following fields:
4545 * ` keepAlive ` {Boolean} Keep sockets around in a pool to be used by
4646 other requests in the future. Default = ` true ` .
47- * ` keepAliveMsecs ` {Number} When using HTTP KeepAlive, how often
48- to send TCP KeepAlive packets over sockets being kept alive .
47+ * ` keepAliveMsecs ` {Number} When using the keepAlive option, specifies the initial delay
48+ for TCP Keep-Alive packets. Ignored when the keepAlive option is false or undefined. Defaults to 1000 .
4949 Default = ` 1000 ` . Only relevant if ` keepAlive ` is set to ` true ` .
5050 * ` freeSocketKeepAliveTimeout ` : {Number} Sets the free socket to timeout
5151 after ` freeSocketKeepAliveTimeout ` milliseconds of inactivity on the free socket.
You can’t perform that action at this time.
0 commit comments