diff --git a/lib/net_uv.js b/lib/net_uv.js index 82619f5645..e263564b85 100644 --- a/lib/net_uv.js +++ b/lib/net_uv.js @@ -76,6 +76,11 @@ Socket.prototype.setNoDelay = function() { }; +Socket.prototype.setKeepAlive = function(setting, msecs) { + /* TODO implement me */ +}; + + Object.defineProperty(Socket.prototype, 'readyState', { get: function() { if (this._connecting) {