soplwang / node-ka-patch

A library for monkey-patch Node.js to force TCP keep-alive after socket.end()

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-ka-patch.js

Introduction

A library for monkey-patch Node.js to force TCP keep-alive after socket.end().

Installation

npm install node-ka-patch

Usage

require('node-ka-patch');

About

A library for monkey-patch Node.js to force TCP keep-alive after socket.end()

License:MIT License


Languages

Language:JavaScript 100.0%