@@ -446,8 +446,6 @@ declare module "./native" {
446
446
* chosen scheduling policy. Details can be found at
447
447
* http://man7.org/linux/man-pages/man2/sched_setscheduler.2.html. This
448
448
* option only applies before creating any sockets on the context.
449
- *
450
- * @writeonly
451
449
*/
452
450
threadPriority : number
453
451
@@ -458,8 +456,6 @@ declare module "./native" {
458
456
* available on Windows. Supported values for this option can be found at
459
457
* http://man7.org/linux/man-pages/man2/sched_setscheduler.2.html. This
460
458
* option only applies before creating any sockets on the context.
461
- *
462
- * @writeonly
463
459
*/
464
460
threadSchedulingPolicy : number
465
461
@@ -874,7 +870,6 @@ declare module "./native" {
874
870
* enable this option to reduce the latency and improve the performance of
875
871
* loopback operations on a TCP socket on Windows.
876
872
*
877
- * @windows
878
873
*/
879
874
loopbackFastPath : boolean
880
875
@@ -1160,8 +1155,6 @@ export class Request extends Socket {
1160
1155
*
1161
1156
* *Warning:** Do not set this option on a socket that talks to any other
1162
1157
* socket type except {@link Router}: the results are undefined.
1163
- *
1164
- * @writeonly
1165
1158
*/
1166
1159
probeRouter : boolean
1167
1160
@@ -1259,8 +1252,6 @@ export class Dealer extends Socket {
1259
1252
*
1260
1253
* *Warning:** Do not set this option on a socket that talks to any other
1261
1254
* socket type except {@link Router}: the results are undefined.
1262
- *
1263
- * @writeonly
1264
1255
*/
1265
1256
probeRouter : boolean
1266
1257
@@ -1337,8 +1328,6 @@ export class Router extends Socket {
1337
1328
*
1338
1329
* *Warning:** Do not set this option on a socket that talks to any other
1339
1330
* socket type except {@link Router}: the results are undefined.
1340
- *
1341
- * @writeonly
1342
1331
*/
1343
1332
probeRouter : boolean
1344
1333
0 commit comments