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) |
|
||||
|
||||
|
@ -7,7 +7,7 @@ A strategy for packing and unpacking tunneled network messages (or any stream) i
|
|||
Examples
|
||||
|
||||
```js
|
||||
var Packer = require('tunnel-packer');
|
||||
var Packer = require('proxy-packer');
|
||||
|
||||
Packer.create({
|
||||
onmessage: function (msg) {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "tunnel-packer",
|
||||
"name": "proxy-packer",
|
||||
"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.",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in New Issue