lib/connections: Add KCP support (fixes #804)
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3489
This commit is contained in:
committed by
Jakob Borg
parent
151004d645
commit
0da0774ce4
Vendored
+117
-3
@@ -16,6 +16,14 @@
|
||||
"revision": "452c97607362b2ab5a7839b8d1704f0396b640ca",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/AudriusButkevicius/pfilter",
|
||||
"repository": "https://github.com/AudriusButkevicius/pfilter",
|
||||
"vcs": "git",
|
||||
"revision": "09b3cfdd04de89f0196caecb0b335d7149a6593a",
|
||||
"branch": "master",
|
||||
"notests": true
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/bkaradzic/go-lz4",
|
||||
"repository": "https://github.com/bkaradzic/go-lz4",
|
||||
@@ -44,6 +52,13 @@
|
||||
"revision": "f9b9f8f7aa27725f5cabb699bd9099ca7ce09143",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/ccding/go-stun",
|
||||
"repository": "https://github.com/ccding/go-stun",
|
||||
"vcs": "",
|
||||
"revision": "dee5672f0c732344747f49b978921885508fd846",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/chmduquesne/rollinghash",
|
||||
"repository": "https://github.com/chmduquesne/rollinghash",
|
||||
@@ -184,6 +199,14 @@
|
||||
"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",
|
||||
@@ -198,6 +221,27 @@
|
||||
"revision": "29ae4ffbc9a6fe9fb2bc5029050ce6996ea1d3bc",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/klauspost/cpuid",
|
||||
"repository": "https://github.com/klauspost/cpuid",
|
||||
"vcs": "",
|
||||
"revision": "09cded8978dc9e80714c4d85b0322337b0a1e5e0",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/klauspost/crc32",
|
||||
"repository": "https://github.com/klauspost/crc32",
|
||||
"vcs": "",
|
||||
"revision": "cb6bfca970f6908083f26f39a79009d608efd5cd",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/klauspost/reedsolomon",
|
||||
"repository": "https://github.com/klauspost/reedsolomon",
|
||||
"vcs": "",
|
||||
"revision": "d0a56f72c0d40a6cdde43a1575ad9686a0098b70",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/lib/pq",
|
||||
"repository": "https://github.com/lib/pq",
|
||||
@@ -240,6 +284,13 @@
|
||||
"revision": "a26428e0305b837e06fe69221489819126a346c8",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/pkg/errors",
|
||||
"repository": "https://github.com/pkg/errors",
|
||||
"vcs": "",
|
||||
"revision": "248dadf4e9068a0b3e79f02ed0a610d935de5302",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/rcrowley/go-metrics",
|
||||
"repository": "https://github.com/rcrowley/go-metrics",
|
||||
@@ -299,6 +350,22 @@
|
||||
"branch": "master",
|
||||
"path": "/qr"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/xtaci/kcp-go",
|
||||
"repository": "https://github.com/xtaci/kcp-go",
|
||||
"vcs": "git",
|
||||
"revision": "d719435bc7494d9d2b2cc4b57c416f9e6976eeb6",
|
||||
"branch": "master",
|
||||
"notests": true
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/xtaci/reedsolomon",
|
||||
"repository": "https://github.com/xtaci/reedsolomon",
|
||||
"vcs": "git",
|
||||
"revision": "7bbd3662bdabfaafbe1552513e42a976fe7e7f55",
|
||||
"branch": "master",
|
||||
"notests": true
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/bcrypt",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
@@ -315,6 +382,54 @@
|
||||
"branch": "master",
|
||||
"path": "/blowfish"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/cast5",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
"vcs": "",
|
||||
"revision": "b2fa06b6af4b7c9bfeb8569ab7b17f04550717bf",
|
||||
"branch": "master",
|
||||
"path": "/cast5"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/pbkdf2",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
"vcs": "",
|
||||
"revision": "b2fa06b6af4b7c9bfeb8569ab7b17f04550717bf",
|
||||
"branch": "master",
|
||||
"path": "/pbkdf2"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/salsa20",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
"vcs": "",
|
||||
"revision": "b2fa06b6af4b7c9bfeb8569ab7b17f04550717bf",
|
||||
"branch": "master",
|
||||
"path": "/salsa20"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/tea",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
"vcs": "",
|
||||
"revision": "b2fa06b6af4b7c9bfeb8569ab7b17f04550717bf",
|
||||
"branch": "master",
|
||||
"path": "/tea"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/twofish",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
"vcs": "",
|
||||
"revision": "b2fa06b6af4b7c9bfeb8569ab7b17f04550717bf",
|
||||
"branch": "master",
|
||||
"path": "/twofish"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/xtea",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
"vcs": "",
|
||||
"revision": "b2fa06b6af4b7c9bfeb8569ab7b17f04550717bf",
|
||||
"branch": "master",
|
||||
"path": "/xtea"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/net/bpf",
|
||||
"repository": "https://go.googlesource.com/net",
|
||||
@@ -351,10 +466,9 @@
|
||||
"importpath": "golang.org/x/net/ipv4",
|
||||
"repository": "https://go.googlesource.com/net",
|
||||
"vcs": "git",
|
||||
"revision": "45e771701b814666a7eb299e6c7a57d0b1799e91",
|
||||
"revision": "f2499483f923065a842d38eb4c7f1927e6fc6e6d",
|
||||
"branch": "master",
|
||||
"path": "/ipv4",
|
||||
"notests": true
|
||||
"path": "/ipv4"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/net/ipv6",
|
||||
|
||||
Reference in New Issue
Block a user