• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:kernel +full:- +full:url

3 <!--introduced_in=v0.10.0-->
5 > Stability: 2 - Stable
7 <!-- name=dgram -->
9 <!-- source_link=lib/dgram.js -->
60 <!-- YAML
62 -->
73 <!-- YAML
75 -->
82 <!-- YAML
84 -->
91 <!-- YAML
93 -->
102 <!-- YAML
104 -->
114 <!-- YAML
117 - version: v18.4.0
118 pr-url: https://github.com/nodejs/node/pull/43054
120 - version: v18.0.0
121 pr-url: https://github.com/nodejs/node/pull/41431
123 -->
135 If the source address of the incoming packet is an IPv6 link-local
143 <!-- YAML
145 -->
150 Tells the kernel to join a multicast group at the given `multicastAddress` and
195 <!-- YAML
197 - v13.1.0
198 - v12.16.0
199 -->
205 Tells the kernel to join a source-specific multicast channel at the given
217 <!-- YAML
219 -->
231 <!-- YAML
234 - version: v0.9.1
239 -->
312 <!-- YAML
314 -->
366 <!-- YAML
368 -->
377 <!-- YAML
379 -->
381 > Stability: 1 - Experimental
388 <!-- YAML
390 -->
408 <!-- YAML
410 -->
419 <!-- YAML
421 -->
426 Instructs the kernel to leave a multicast group at `multicastAddress` using the
428 kernel when the socket is closed or the process terminates, so most apps will
436 <!-- YAML
438 - v13.1.0
439 - v12.16.0
440 -->
446 Instructs the kernel to leave a source-specific multicast channel at the given
448 socket option. This method is automatically called by the kernel when the
457 <!-- YAML
459 -->
467 <!-- YAML
469 -->
477 <!-- YAML
479 -->
485 <!-- YAML
487 -->
494 <!-- YAML
496 -->
513 <!-- YAML
515 -->
525 <!-- YAML
528 - version: v17.0.0
529 pr-url: https://github.com/nodejs/node/pull/39190
532 - version:
533 - v14.5.0
534 - v12.19.0
535 pr-url: https://github.com/nodejs/node/pull/22413
537 - version: v12.0.0
538 pr-url: https://github.com/nodejs/node/pull/26871
540 - version: v8.0.0
541 pr-url: https://github.com/nodejs/node/pull/11985
543 - version: v8.0.0
544 pr-url: https://github.com/nodejs/node/pull/10473
546 - version: v6.0.0
547 pr-url: https://github.com/nodejs/node/pull/5929
550 - version: v5.7.0
551 pr-url: https://github.com/nodejs/node/pull/4374
554 -->
575 contain multi-byte characters, `offset` and `length` will be calculated with
657 determine the optimal strategy on a case-by-case basis. Generally speaking,
703 as the `MTU` for dial-up type applications), whether they arrive whole or in
718 <!-- YAML
720 -->
731 <!-- YAML
733 -->
813 <!-- YAML
815 -->
826 <!-- YAML
828 -->
844 <!-- YAML
846 -->
857 <!-- YAML
859 -->
870 <!-- YAML
872 -->
889 <!-- YAML
891 -->
910 <!-- YAML
913 - version: v15.8.0
914 pr-url: https://github.com/nodejs/node/pull/37026
916 - version: v11.4.0
917 pr-url: https://github.com/nodejs/node/pull/23798
919 - version: v8.7.0
920 pr-url: https://github.com/nodejs/node/pull/13623
923 - version: v8.6.0
924 pr-url: https://github.com/nodejs/node/pull/14560
926 -->
935 disable dual-stack support, i.e., binding to address `::` won't make
968 <!-- YAML
970 -->
987 [`'close'`]: #event-close
992 [`Error`]: errors.md#class-error
993 [`System Error`]: errors.md#class-systemerror
996 [`connect()`]: #socketconnectport-address-callback
997 [`dgram.createSocket()`]: #dgramcreatesocketoptions-callback
998 [`dns.lookup()`]: dns.md#dnslookuphostname-options-callback
1001 [`socket.bind()`]: #socketbindport-address-callback
1003 [byte length]: buffer.md#static-method-bufferbytelengthstring-encoding