Skip to content

Commit

Permalink
added comment for inbound socket
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianc committed Jul 9, 2012
1 parent f862e7c commit 451b441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/nssocket.js
Expand Up @@ -19,6 +19,7 @@ module.exports.createServer = function createServer(options, connectionListener)
options.delimiter = options.delimiter || '::' options.delimiter = options.delimiter || '::'


function onConnection (socket) { function onConnection (socket) {
// inbounds sockets can not reconnect by definition
options.reconnect = false options.reconnect = false
connectionListener(new NsSocket(options, socket)) connectionListener(new NsSocket(options, socket))
} }
Expand Down

0 comments on commit 451b441

Please sign in to comment.