File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1472,7 +1472,7 @@ added: REPLACEME
14721472Returns the current Type of Service (TOS) field for IPv4 packets or Traffic
14731473Class for IPv6 packets for this socket.
14741474
1475- Note that ` setTOS() ` may be called before the socket is connected; the value
1475+ ` setTOS() ` may be called before the socket is connected; the value
14761476will be cached and applied when the socket establishes a connection. ` getTOS() `
14771477will return the currently set value even before connection.
14781478
@@ -1492,7 +1492,7 @@ added: REPLACEME
14921492Sets the Type of Service (TOS) field for IPv4 packets or Traffic Class for IPv6
14931493Packets sent from this socket. This can be used to prioritize network traffic.
14941494
1495- Note that ` setTOS() ` may be called before the socket is connected; the value
1495+ ` setTOS() ` may be called before the socket is connected; the value
14961496will be cached and applied when the socket establishes a connection. ` getTOS() `
14971497will return the currently set value even before connection.
14981498
You can’t perform that action at this time.
0 commit comments