summaryrefslogtreecommitdiff
path: root/deps/v8/AUTHORS
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-12-31 17:42:54 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2012-12-31 17:53:00 +0100
commit9e32c2ef3ede29ba0ae2086bdf658f6cd44182df (patch)
tree01a1e283245baa1de7888700d3cf389ed899a6d8 /deps/v8/AUTHORS
parent30bd774fbd379c86dd4e1bbaecd593b56112ddc3 (diff)
downloadandroid-node-v8-9e32c2ef3ede29ba0ae2086bdf658f6cd44182df.tar.gz
android-node-v8-9e32c2ef3ede29ba0ae2086bdf658f6cd44182df.tar.bz2
android-node-v8-9e32c2ef3ede29ba0ae2086bdf658f6cd44182df.zip
dgram: fix double implicit bind error
Calling send() on an unbound socket forces an implicit bind to a random port. 332fea5 made the 'listening' event asynchronous. Unfortunately, it also introduced a bug where the implicit bind was tried more than once if send() was called again before the first bind operation completed. Address that by keeping track of the bind status and making sure that bind() is called only once. Fixes #4499.
Diffstat (limited to 'deps/v8/AUTHORS')
0 files changed, 0 insertions, 0 deletions