udp-director
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "udp-director", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A tool that is capable of directing UDP traffic from a specific port to as many hosts as needed.", | ||
@@ -33,3 +33,15 @@ "keywords": [ | ||
"lodash": "^4.17.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"gulp": "^3.9.1", | ||
"gulp-cached": "^1.1.1", | ||
"gulp-jscs": "^4.0.0", | ||
"gulp-jshint": "^2.0.4", | ||
"gulp-mocha": "^3.0.1", | ||
"jshint": "^2.9.4", | ||
"jshint-stylish": "^2.2.1", | ||
"mocha-sinon": "^1.1.6", | ||
"sinon": "^1.17.6" | ||
} | ||
} |
# **udp-director** | ||
[![Build Status](https://github.ci.carldanley.com/api/badges/carldanley/node-udp-director/status.svg)](https://github.ci.carldanley.com/carldanley/node-udp-director) | ||
> A tool that is capable of redirecting UDP traffic from a specific port to as many hosts as needed. | ||
@@ -4,0 +6,0 @@ |
@@ -35,3 +35,3 @@ // external dependencies | ||
'<receiverA>,...,<receiverZ>".'); | ||
process.exit(1); | ||
return; | ||
} | ||
@@ -56,3 +56,3 @@ | ||
'"<ip>".'); | ||
process.exit(1); | ||
return; | ||
} else if (chunk.length === 2) { | ||
@@ -59,0 +59,0 @@ receiver.port = parseInt(chunk[1], 10); |
25646
18
345
130
10