@@ -446,8 +446,6 @@ declare module "./native" {
446446 * chosen scheduling policy. Details can be found at
447447 * http://man7.org/linux/man-pages/man2/sched_setscheduler.2.html. This
448448 * option only applies before creating any sockets on the context.
449- *
450- * @writeonly
451449 */
452450 threadPriority : number
453451
@@ -458,8 +456,6 @@ declare module "./native" {
458456 * available on Windows. Supported values for this option can be found at
459457 * http://man7.org/linux/man-pages/man2/sched_setscheduler.2.html. This
460458 * option only applies before creating any sockets on the context.
461- *
462- * @writeonly
463459 */
464460 threadSchedulingPolicy : number
465461
@@ -874,7 +870,6 @@ declare module "./native" {
874870 * enable this option to reduce the latency and improve the performance of
875871 * loopback operations on a TCP socket on Windows.
876872 *
877- * @windows
878873 */
879874 loopbackFastPath : boolean
880875
@@ -1160,8 +1155,6 @@ export class Request extends Socket {
11601155 *
11611156 * *Warning:** Do not set this option on a socket that talks to any other
11621157 * socket type except {@link Router}: the results are undefined.
1163- *
1164- * @writeonly
11651158 */
11661159 probeRouter : boolean
11671160
@@ -1259,8 +1252,6 @@ export class Dealer extends Socket {
12591252 *
12601253 * *Warning:** Do not set this option on a socket that talks to any other
12611254 * socket type except {@link Router}: the results are undefined.
1262- *
1263- * @writeonly
12641255 */
12651256 probeRouter : boolean
12661257
@@ -1337,8 +1328,6 @@ export class Router extends Socket {
13371328 *
13381329 * *Warning:** Do not set this option on a socket that talks to any other
13391330 * socket type except {@link Router}: the results are undefined.
1340- *
1341- * @writeonly
13421331 */
13431332 probeRouter : boolean
13441333
0 commit comments