Added socket buffer flooding detection
This commit is contained in:
parent
d5fdc519e5
commit
d098c0d4a1
10
.travis.yml
10
.travis.yml
@ -1,8 +1,10 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- '0.10'
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
email: "zone117x@gmail.com"
|
email: zone117x@gmail.com
|
||||||
api_key: "YOUR-API-KEY"
|
api_key:
|
||||||
|
secure: D9lpUDAx1OudPBji3mapnAhOug3wcEBqFrNgWaFh5XiYesa/f/X0gMOJggLlvzyhLHKs8VdTHShdu3XzlC3EDwr5wCdgYO1JSOyDo93FG7Y/qhPDVFnzdtsKmr813Qtj2UDKIh2ZP+JnjKaITrvUwRmdi/8+B9Enr5o9ulFb/a0=
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stratum-pool",
|
"name": "stratum-pool",
|
||||||
"version": "0.0.4",
|
"version": "0.0.5",
|
||||||
"author": "Matthew Little",
|
"author": "Matthew Little",
|
||||||
"description": "High performance Stratum poolserver in Node.js",
|
"description": "High performance Stratum poolserver in Node.js",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user