lib/pmp: Add NAT-PMP support (ref #698)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/2968
This commit is contained in:
Audrius Butkevicius
2016-04-13 18:50:40 +00:00
committed by Jakob Borg
parent 52c7804f32
commit c49453c519
16 changed files with 650 additions and 6 deletions

12
vendor/manifest vendored
View File

@@ -1,6 +1,12 @@
{
"version": 0,
"dependencies": [
{
"importpath": "github.com/AudriusButkevicius/go-nat-pmp",
"repository": "https://github.com/AudriusButkevicius/go-nat-pmp",
"revision": "88a8019a0eff7e9db55f458230b867f0d7e5d48f",
"branch": "master"
},
{
"importpath": "github.com/bkaradzic/go-lz4",
"repository": "https://github.com/bkaradzic/go-lz4",
@@ -43,6 +49,12 @@
"revision": "5f1c01d9f64b941dd9582c638279d046eda6ca31",
"branch": "master"
},
{
"importpath": "github.com/jackpal/gateway",
"repository": "https://github.com/jackpal/gateway",
"revision": "32194371ec3f370166ee10a5ee079206532fdd74",
"branch": "master"
},
{
"importpath": "github.com/juju/ratelimit",
"repository": "https://github.com/juju/ratelimit",