New "transfer list" command. Fix speed calculation in file transfer.

This commit is contained in:
Kleissner
2022-03-17 03:46:53 +01:00
parent 4b19419626
commit e310229967
4 changed files with 149 additions and 7 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/PeernetOfficial/Cmd
go 1.16
require (
github.com/PeernetOfficial/core v0.0.0-20220314051352-e2cda5b5657a
github.com/PeernetOfficial/core v0.0.0-20220316225255-cb1441c97ac4
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
)