Этот коммит содержится в:
AJ ONeal 2018-04-28 19:46:32 -06:00
родитель ae2ad20059
Коммит 175286e791
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

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