This commit is contained in:
AJ ONeal 2018-04-28 19:46:32 -06:00
rodič ae2ad20059
revize 175286e791
2 změnil soubory, kde provedl 3 přidání a 3 odebrání

Zobrazit soubor

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

Zobrazit soubor

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