nodejs-github-bot · GitHub

@nodejs-github-bot added c++

Issues and PRs that require attention from people who are familiar with C++.

lib / src

Issues and PRs related to general changes in the lib or src directory.

labels

Mar 22, 2019

@santigimeno santigimeno added the dgram

Issues and PRs related to the dgram subsystem / UDP.

label

Mar 22, 2019

cjihrig

@santigimeno

@BridgeAR BridgeAR added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Mar 27, 2019

vsemozhetbyt

@santigimeno

@targos targos removed the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Mar 30, 2019

@santigimeno

mcollina

@BridgeAR BridgeAR added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Apr 1, 2019
Added the `dgram.connect()` and `dgram.disconnect()` methods that
associate/disassociate a udp socket to/from a remote address.
It optimizes for cases where lots of packets are sent to the same
address.
Also added the `dgram.remoteAddress()` method to retrieve the associated
remote address.

@santigimeno

This was referenced

Apr 2, 2019

Closed

Closed

danbev pushed a commit that referenced this pull request

Apr 3, 2019
Added the `dgram.connect()` and `dgram.disconnect()` methods that
associate/disassociate a udp socket to/from a remote address.
It optimizes for cases where lots of packets are sent to the same
address.
Also added the `dgram.remoteAddress()` method to retrieve the associated
remote address.
PR-URL: #26871
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

@santigimeno

BethGriggs pushed a commit that referenced this pull request

Apr 4, 2019
Added the `dgram.connect()` and `dgram.disconnect()` methods that
associate/disassociate a udp socket to/from a remote address.
It optimizes for cases where lots of packets are sent to the same
address.
Also added the `dgram.remoteAddress()` method to retrieve the associated
remote address.
PR-URL: #26871
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

This was referenced

Apr 23, 2019

Closed

Closed

Closed

Closed

Closed

Closed

Closed

Closed

Closed

Closed

@MylesBorins MylesBorins added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

May 16, 2019

Closed

4 tasks

GaryGSC pushed a commit to GaryGSC/node that referenced this pull request

Nov 14, 2019
Added the `dgram.connect()` and `dgram.disconnect()` methods that
associate/disassociate a udp socket to/from a remote address.
It optimizes for cases where lots of packets are sent to the same
address.
Also added the `dgram.remoteAddress()` method to retrieve the associated
remote address.
Backport-PR-URL: nodejs#30480
PR-URL: nodejs#26871
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
(cherry picked from commit  9e96017 )

@Trott Trott mentioned this pull request

Feb 4, 2022

Closed

Read the original on github.com ↗