UNPKG
@lvgithub/stick
Version:
latest (3.1.11)
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
The solution of sticky package problem of TCP for Node.Js !
github.com/lvgithub/stick
lvgithub/stick
@lvgithub/stick
/
index.js
15 lines
(12 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
'use strict'
;
const
stick =
require
(
'./lib/core'
);
const
msgCenter =
require
(
'./lib/msgCenter'
);
module
.
exports
= { stick, msgCenter,
Stick
: stick,
MaxBodyLen
: {
'32K'
:
2
,
// max: 32767 body:16M
'2048M'
:
4
// max: 2147483647
} };