-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
UDP/Datagram Sockets documentation #23952
Copy link
Copy link
Closed
Labels
dgramIssues and PRs related to UDP and the dgram module.Issues and PRs related to UDP and the dgram module.docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.
Description
Activity
Metadata
Metadata
Assignees
Labels
dgramIssues and PRs related to UDP and the dgram module.Issues and PRs related to UDP and the dgram module.docIssues and PRs related to Node.js documentation.Issues and PRs related to Node.js documentation.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.
Module
UDP/ Datagram Sockets documentation
Current Documentation
The description for the
listeningevent fordgram.Socketstates that 'This occurs as soon as UDP sockets are created'. ReferenceExpected Documentation
To my understanding this is incorrect as the listening event is fired once the socket is bound to a Port and Address. This is also stated elsewhere in the documentation (Refer) 'Once binding is complete, a 'listening' event is emitted ...'