lib: add net.Socket#localFamily property
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 5 Mar 2015 13:24:53 +0000 (14:24 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 27 Aug 2015 15:45:29 +0000 (17:45 +0200)
commit7a999a13766ac68049812fedbdfd15a0250f0f07
treec9fd4eaf6ef14b52a4c17aab8b92ce1233e28279
parentf337595441641ad36f6ab8ae770e56c1673ef692
lib: add net.Socket#localFamily property

Complements the existing net.Socket#remoteFamily property.

PR-URL: https://github.com/nodejs/node/pull/956
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
doc/api/net.markdown
lib/net.js
test/parallel/test-cluster-http-pipe.js