lib/connections, vendor: Change KCP mux to SMUX

Closes #4032
This commit is contained in:
Audrius Butkevicius
2017-03-09 14:01:07 +01:00
committed by Jakob Borg
parent f35e1ac0c5
commit ceea5ebeb3
22 changed files with 908 additions and 1889 deletions

18
vendor/manifest vendored
View File

@@ -199,14 +199,6 @@
"revision": "5f1c01d9f64b941dd9582c638279d046eda6ca31",
"branch": "master"
},
{
"importpath": "github.com/hashicorp/yamux",
"repository": "https://github.com/hashicorp/yamux",
"vcs": "git",
"revision": "d1caa6c97c9fc1cc9e83bbe34d0603f9ff0ce8bd",
"branch": "master",
"notests": true
},
{
"importpath": "github.com/jackpal/gateway",
"repository": "https://github.com/jackpal/gateway",
@@ -354,7 +346,15 @@
"importpath": "github.com/xtaci/kcp-go",
"repository": "https://github.com/xtaci/kcp-go",
"vcs": "git",
"revision": "0ca962cb10f29ee0735ff7dec69ec7283af47f65",
"revision": "f918e6d43cb5e8398d91e1767ec61bed7b7b4d49",
"branch": "master",
"notests": true
},
{
"importpath": "github.com/xtaci/smux",
"repository": "https://github.com/xtaci/smux",
"vcs": "git",
"revision": "bfc89bc3f7f7791e35a10b24496cc7454a9b4a64",
"branch": "master",
"notests": true
},