@@ -1433,7 +1433,7 @@ those platforms.
14331433#### ` socket.setKeepAlive([options]) `
14341434
14351435<!-- YAML
1436- added: REPLACEME
1436+ added: v24.19.0
14371437-->
14381438
14391439* ` options ` {Object}
@@ -1455,7 +1455,7 @@ socket.setKeepAlive({ enable: true, initialDelay: 1000, interval: 1000, count: 1
14551455<!-- YAML
14561456added: v0.1.92
14571457changes:
1458- - version: REPLACEME
1458+ - version: v24.19.0
14591459 pr-url: https://github.com/nodejs/node/pull/63825
14601460 description: Added the `interval` and `count` arguments to configure
14611461 `TCP_KEEPINTVL` and `TCP_KEEPCNT`.
@@ -1635,7 +1635,7 @@ This property represents the state of the connection as a string.
16351635## Class: ` net.BoundSocket `
16361636
16371637<!-- YAML
1638- added: REPLACEME
1638+ added: v24.19.0
16391639-->
16401640
16411641Allows for the synchronous creation of a pre-bound socket, that can be passed
@@ -1661,7 +1661,7 @@ server.listen(bound); // Adopt as a server, or pass to new net.Socket() instead.
16611661### ` new net.BoundSocket([options]) `
16621662
16631663<!-- YAML
1664- added: REPLACEME
1664+ added: v24.19.0
16651665-->
16661666
16671667* ` options ` {Object}
@@ -1680,7 +1680,7 @@ added: REPLACEME
16801680### ` boundSocket.address() `
16811681
16821682<!-- YAML
1683- added: REPLACEME
1683+ added: v24.19.0
16841684-->
16851685
16861686* Returns: {Object} An object with ` address ` , ` family ` , and ` port ` properties,
@@ -1692,7 +1692,7 @@ OS-assigned ephemeral port.
16921692### ` boundSocket.fd() `
16931693
16941694<!-- YAML
1695- added: REPLACEME
1695+ added: v24.19.0
16961696-->
16971697
16981698* Returns: {integer} The underlying OS file descriptor, or ` -1 ` on platforms
@@ -1707,15 +1707,15 @@ to the adopting [`net.Server`][] or [`net.Socket`][] and `fd()` throws
17071707### ` boundSocket.close() `
17081708
17091709<!-- YAML
1710- added: REPLACEME
1710+ added: v24.19.0
17111711-->
17121712
17131713Releases the bound socket. Only needed when the handle is never adopted.
17141714
17151715### ` boundSocket[Symbol.dispose]() `
17161716
17171717<!-- YAML
1718- added: REPLACEME
1718+ added: v24.19.0
17191719-->
17201720
17211721Closes the handle if it has not been adopted or closed; otherwise a no-op.
0 commit comments