forked from cezanne/usbip-win
-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make default queue sequential to fix EvtIoRead
Signed-off-by: Vadym Hrynchyshyn <vadimgrn@gmail.com>
- Loading branch information
Showing
4 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- DF - Fuzz zero length buffer IOCTL test (Reliability) | ||
- The test has been running for more than four hours. There are no errors, but it fails due to unexpectedly long execution time. The test timeout is 180 minutes. | ||
- To fix that, set MinFunctionCode=2048 and MaxFunctionCode=2053 parameters to specify the range of IOCTL function codes used in the calls. See include\usbip\vhci.h, usbip::vhci::ioctl::function. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters