Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to set maximum credentials count to store #73

Closed
wants to merge 1 commit into from

Conversation

szszszsz
Copy link
Member

Allow to set maximum credentials count to store through the Options struct.

Based on #71
Fixes #62

@szszszsz szszszsz added the enhancement New feature or request label May 23, 2023
@szszszsz szszszsz force-pushed the 62-config-set-max-credentials branch from 7b11a45 to a0f6559 Compare May 23, 2023 11:42
@@ -300,6 +300,7 @@ impl trussed_usbip::Apps<VirtClient, dispatch::Dispatch> for Apps {
CustomStatus::ReverseHotpSuccess as u8,
CustomStatus::ReverseHotpError as u8,
[0x42, 0x42, 0x42, 0x42],
0xFFFF,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
0xFFFF,
u16::MAX,

@szszszsz szszszsz closed this in f9a792f May 24, 2023
@szszszsz szszszsz deleted the 62-config-set-max-credentials branch May 25, 2023 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants