Skip to content

Commit 36a7505

Browse files
committed
When reserving ports don't reserve network interface speed
1 parent da54330 commit 36a7505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/client.go

+1
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ func (c *Client) reservePorts() {
555555
res, ok := reservedIndex[net.IP]
556556
if !ok {
557557
res = net.Copy()
558+
res.MBits = 0
558559
reservedIndex[net.IP] = res
559560
}
560561

0 commit comments

Comments
 (0)