replace uint32 in MaxPacketSize with int

This commit is contained in:
Sebastian Zagrodzki
2017-04-26 22:27:12 +02:00
parent 22ff844a3d
commit 93355e7490
4 changed files with 9 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ func TestNewTransfer(t *testing.T) {
desc string
dir EndpointDirection
tt TransferType
maxPkt uint32
maxPkt int
buf int
timeout time.Duration
wantIso int