Added socket buffer flooding detection

This commit is contained in:
Matthew Little 2014-01-17 14:27:28 -07:00
parent d5fdc519e5
commit d098c0d4a1
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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": [