add setKeepAlive function, which enables and sets the TCP keep-alive timer
authorJulian Lamb <thepurlieu@gmail.com>
Tue, 20 Apr 2010 23:01:41 +0000 (19:01 -0400)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 20 Apr 2010 23:34:21 +0000 (16:34 -0700)
commit5f8f561d610d4d308199cd8202029c89bd9e4452
tree4ea1e6a365b6be6eeae20aa080b9da13d9ff5905
parent27ec33aad73046b01fe23525e4d596771d2945be
add setKeepAlive function, which enables and sets the TCP keep-alive timer
doc/api.markdown
lib/net.js
src/node_net2.cc
test/simple/test-tcp-keepalive.js [new file with mode: 0644]