Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/dgram.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Socket.prototype.send = function(buffer,
self._healthCheck();

if (self._bindState == BIND_STATE_UNBOUND)
self.bind({port: 0, exclusive: true}, null);
self.bind(0, null);

// If the socket hasn't been bound yet, push the outbound packet onto the
// send queue and send after binding is complete.
Expand Down
100 changes: 0 additions & 100 deletions test/parallel/test-dgram-exclusive-implicit-bind.js

This file was deleted.