hyperdrive
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -68,2 +68,3 @@ var lpstream = require('length-prefixed-stream') | ||
Channel.prototype.choke = function () { | ||
this.amChoking = true | ||
this.stream._push(3, {channel: this.local}) | ||
@@ -73,2 +74,3 @@ } | ||
Channel.prototype.unchoke = function () { | ||
this.amChoking = false | ||
this.stream._push(4, {channel: this.local}) | ||
@@ -75,0 +77,0 @@ } |
{ | ||
"name": "hyperdrive", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A file sharing network based on rabin file chunking and append only feeds of data verified by merkle trees.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45494
1297