diff --git a/Makefile b/Makefile index 2e8c4912..fb33f110 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = github.com/named-data/YaNFD -VERSION = 1.1.0.0 +VERSION = 1.1.1.0 # COMMIT = git rev-parse --short HEAD # DATE != date diff --git a/cmd/yanfdui/versioninfo.json b/cmd/yanfdui/versioninfo.json index 6d32ce6d..774af34a 100644 --- a/cmd/yanfdui/versioninfo.json +++ b/cmd/yanfdui/versioninfo.json @@ -3,13 +3,13 @@ "FileVersion": { "Major": 1, "Minor": 1, - "Patch": 0, + "Patch": 1, "Build": 0 }, "ProductVersion": { "Major": 1, "Minor": 1, - "Patch": 0, + "Patch": 1, "Build": 0 }, "FileFlagsMask": "3f", @@ -22,14 +22,14 @@ "Comments": "", "CompanyName": "NDN Team", "FileDescription": "The first NDN forwarder running on Windows.", - "FileVersion": "v1.1.0.0", + "FileVersion": "v1.1.1.0", "InternalName": "254XinyuMa.YaNFD", "LegalCopyright": "Copyright (C) 2020-2022 Eric Newberry", "LegalTrademarks": "", "OriginalFilename": "main.go", "PrivateBuild": "", "ProductName": "YaNFD", - "ProductVersion": "v1.1.0.0", + "ProductVersion": "v1.1.1.0", "SpecialBuild": "" }, "VarFileInfo": { diff --git a/cmd/yanfdui/yanfdui.exe.manifest b/cmd/yanfdui/yanfdui.exe.manifest index 4298cf59..7bfaabe1 100644 --- a/cmd/yanfdui/yanfdui.exe.manifest +++ b/cmd/yanfdui/yanfdui.exe.manifest @@ -3,7 +3,7 @@ diff --git a/face/ndnlp-link-service.go b/face/ndnlp-link-service.go index b2675145..b6cc9786 100644 --- a/face/ndnlp-link-service.go +++ b/face/ndnlp-link-service.go @@ -15,11 +15,11 @@ import ( "sync" "time" - "github.com/Link512/stealthpool" "github.com/named-data/YaNFD/core" "github.com/named-data/YaNFD/ndn" "github.com/named-data/YaNFD/ndn/lpv2" "github.com/named-data/YaNFD/ndn/tlv" + "github.com/zjkmxy/stealthpool" ) const lpPacketOverhead = 1 + 3 diff --git a/go.mod b/go.mod index 0fd806ee..42934c8b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module github.com/named-data/YaNFD go 1.18 require ( - github.com/Link512/stealthpool v0.2.0 github.com/apex/log v1.9.0 github.com/cespare/xxhash v1.1.0 github.com/cornelk/hashmap v1.0.1 @@ -11,6 +10,7 @@ require ( github.com/gorilla/websocket v1.5.0 github.com/pelletier/go-toml v1.9.4 github.com/stretchr/testify v1.7.1 + github.com/zjkmxy/stealthpool v0.2.2 golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 ) @@ -22,5 +22,3 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect ) - -replace github.com/Link512/stealthpool => github.com/zjkmxy/stealthpool v0.2.1 diff --git a/go.sum b/go.sum index 60c59bf0..200c11a0 100644 --- a/go.sum +++ b/go.sum @@ -69,8 +69,8 @@ github.com/tj/go-buffer v1.1.0/go.mod h1:iyiJpfFcR2B9sXu7KvjbT9fpM4mOelRSDTbntVj github.com/tj/go-elastic v0.0.0-20171221160941-36157cbbebc2/go.mod h1:WjeM0Oo1eNAjXGDx2yma7uG2XoyRZTq1uv3M/o7imD0= github.com/tj/go-kinesis v0.0.0-20171128231115-08b17f58cb1b/go.mod h1:/yhzCV0xPfx6jb1bBgRFjl5lytqVqZXEaeqWP8lTEao= github.com/tj/go-spin v1.1.0/go.mod h1:Mg1mzmePZm4dva8Qz60H2lHwmJ2loum4VIrLgVnKwh4= -github.com/zjkmxy/stealthpool v0.2.1 h1:56hcs9nZxg9wjTUlKqNIQ8yqc+xaS+z+AO/hz+XoXHA= -github.com/zjkmxy/stealthpool v0.2.1/go.mod h1:OKPLHAk67LYCy0RrjYVw3/EF0XDOJNl60uK+BpeBCCY= +github.com/zjkmxy/stealthpool v0.2.2 h1:XhW7AdyiAyf8+9yhGop3zRZttczXyPtvLBERVEb8tWk= +github.com/zjkmxy/stealthpool v0.2.2/go.mod h1:4sfSew6J637WoFxVfXrQ3uA4O6g6MBywC3LaI/otStg= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=