v1.4.2
This commit is contained in:
parent
ae2ad20059
commit
175286e791
|
@ -1,4 +1,4 @@
|
||||||
# tunnel-packer
|
# proxy-packer
|
||||||
|
|
||||||
| Sponsored by [ppl](https://ppl.family) |
|
| Sponsored by [ppl](https://ppl.family) |
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ A strategy for packing and unpacking tunneled network messages (or any stream) i
|
||||||
Examples
|
Examples
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var Packer = require('tunnel-packer');
|
var Packer = require('proxy-packer');
|
||||||
|
|
||||||
Packer.create({
|
Packer.create({
|
||||||
onmessage: function (msg) {
|
onmessage: function (msg) {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "tunnel-packer",
|
"name": "proxy-packer",
|
||||||
"version": "1.4.2",
|
"version": "1.4.2",
|
||||||
"description": "A strategy for packing and unpacking a proxy stream (i.e. packets through a tunnel). Handles multiplexed and tls connections. Used by telebit and telebitd.",
|
"description": "A strategy for packing and unpacking a proxy stream (i.e. packets through a tunnel). Handles multiplexed and tls connections. Used by telebit and telebitd.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|
Loading…
Reference in New Issue