Update link cost calculation and next-hop selection (update to Arceliar/ironwood@75a6e82)

This commit is contained in:
Neil Alexander
2024-11-22 09:31:38 +00:00
parent 9398cae230
commit ff9e90c5aa
2 changed files with 3 additions and 46 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/yggdrasil-network/yggdrasil-go
go 1.21
require (
github.com/Arceliar/ironwood v0.0.0-20241016082300-f6fb9da97a17
github.com/Arceliar/ironwood v0.0.0-20241122002527-75a6e82fa380
github.com/Arceliar/phony v0.0.0-20220903101357-530938a4b13d
github.com/cheggaaa/pb/v3 v3.1.5
github.com/coder/websocket v1.8.12