mirror of https://github.com/lukechilds/node.git
Browse Source
Introduce new signature for both `dgram.createSocket` method and `dgram.Socket` constructor: dgram.createSocket(options, [listener]) Options should contain `type` property and may contain `reuseAddr` property. When `reuseAddr` is `true` - SO_REUSEADDR will be issued on socket on bind. fix #7415 Signed-off-by: Fedor Indutny <fedor@indutny.com>v0.11.13-release
Fedor Indutny
11 years ago
4 changed files with 33 additions and 4 deletions
Loading…
Reference in new issue