Re-organisation. Added file utility to calculate upload/download slot count by connection speed (we should probably add a config value in the file server to override this, but it's good for people who are lazy)

This commit is contained in:
2025-08-31 22:59:58 +01:00
parent 81c0625d27
commit dfb075a4bf
6 changed files with 69 additions and 5 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module SnowcloakUtils
go 1.25
require github.com/showwin/speedtest-go v1.7.10