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 -->
36 <!-- YAML
38 -->
48 <!-- YAML
50 -->
56 <!-- YAML
58 -->
64 <!-- YAML
66 -->
74 <!-- YAML
76 -->
85 <!-- YAML
87 -->
99 If the source address of the incoming packet is an IPv6 link-local
106 <!-- YAML
108 -->
113 Tells the kernel to join a multicast group at the given `multicastAddress` and
141 <!-- YAML
143 - v13.1.0
144 - v12.16.0
145 -->
150 Tells the kernel to join a source-specific multicast channel at the given
161 <!-- YAML
163 -->
174 <!-- YAML
177 - version: v0.9.1
182 -->
231 <!-- YAML
233 -->
284 <!-- YAML
286 -->
294 <!-- YAML
296 -->
313 <!-- YAML
315 -->
323 <!-- YAML
325 -->
330 Instructs the kernel to leave a multicast group at `multicastAddress` using the
332 kernel when the socket is closed or the process terminates, so most apps will
339 <!-- YAML
341 - v13.1.0
342 - v12.16.0
343 -->
349 Instructs the kernel to leave a source-specific multicast channel at the given
351 socket option. This method is automatically called by the kernel when the
359 <!-- YAML
361 -->
368 <!-- YAML
370 -->
377 <!-- YAML
379 -->
395 <!-- YAML
397 -->
406 <!-- YAML
409 - version: v14.5.0
410 pr-url: https://github.com/nodejs/node/pull/22413
412 - version: v12.0.0
413 pr-url: https://github.com/nodejs/node/pull/26871
415 - version: v8.0.0
416 pr-url: https://github.com/nodejs/node/pull/11985
418 - version: v8.0.0
419 pr-url: https://github.com/nodejs/node/pull/10473
421 - version: v6.0.0
422 pr-url: https://github.com/nodejs/node/pull/5929
425 - version: v5.7.0
426 pr-url: https://github.com/nodejs/node/pull/4374
429 -->
450 contain multi-byte characters, `offset` and `length` will be calculated with
505 determine the optimal strategy on a case-by-case basis. Generally speaking,
536 as the `MTU` for dial-up type applications), whether they arrive whole or in
550 <!-- YAML
552 -->
562 <!-- YAML
564 -->
642 <!-- YAML
644 -->
654 <!-- YAML
656 -->
671 <!-- YAML
673 -->
683 <!-- YAML
685 -->
695 <!-- YAML
697 -->
713 <!-- YAML
715 -->
733 <!-- YAML
736 - version: v14.17.0
737 pr-url: https://github.com/nodejs/node/pull/37026
739 - version: v11.4.0
740 pr-url: https://github.com/nodejs/node/pull/23798
742 - version: v8.7.0
743 pr-url: https://github.com/nodejs/node/pull/13623
746 - version: v8.6.0
747 pr-url: https://github.com/nodejs/node/pull/14560
749 -->
758 disable dual-stack support, i.e., binding to address `::` won't make
790 <!-- YAML
792 -->