update ironwood, only store 1 packet in the pre-session buffer

This commit is contained in:
Arceliar 2021-06-19 07:44:37 -05:00
parent b34c3230f8
commit 1bf751a474
3 changed files with 8 additions and 12 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/yggdrasil-network/yggdrasil-go
go 1.16
require (
github.com/Arceliar/ironwood v0.0.0-20210613152842-297306b677cc
github.com/Arceliar/ironwood v0.0.0-20210619124114-6ad55cae5031
github.com/Arceliar/phony v0.0.0-20210209235338-dde1a8dca979
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/cheggaaa/pb/v3 v3.0.8