Добавлена опция к net.createServer(net.TCP[,timeout[, options]]) / net.createConnection(net.TCP[, secure[, options]])
Options of TCP connection:
bit 0: 1: free memory after TCP disconnection happen need not wait 2 minutes;
bit 1: 1: disable nagle algorithm during TCP data transmission, quiken...