We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f339cd0 commit d32f212Copy full SHA for d32f212
doc/api/net.md
@@ -1464,7 +1464,7 @@ The optional `callback` parameter will be added as a one-time listener for the
1464
### `socket.getTOS()`
1465
1466
<!-- YAML
1467
-added: v22.0.0
+added: REPLACEME
1468
-->
1469
1470
* Returns: {integer} The current TOS value.
@@ -1474,6 +1474,10 @@ Class for IPv6 packets for this socket.
1474
1475
### `socket.setTOS(tos)`
1476
1477
+<!-- YAML
1478
1479
+-->
1480
+
1481
* `tos` {integer} The TOS value to set (0-255).
1482
* Returns: {net.Socket} The socket itself.
1483
0 commit comments