Of course we should determine type on the server....

This commit is contained in:
2022-01-14 13:07:56 +10:30
parent dfe99f4ddb
commit 5adfd08595
3 changed files with 47 additions and 19 deletions

View File

@@ -188,7 +188,6 @@ type PacketStart struct {
type PacketSendDataStart struct {
Filename string
TotalSize uint32
Kind string
}
type PacketSendDataNext struct {