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

Shorten tap name #178

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Shorten tap name #178

merged 1 commit into from
Jan 13, 2025

Conversation

morningtzh
Copy link
Contributor

The tap name must be less than 16 bytes, including the '\0' terminator. The prefix "tap_kuasar_" is too long, which affects the index size. When the index exceeds 9999, the tap name becomes invalid. Therefore, shorten the tap name prefix to "tap_kua_".

@morningtzh morningtzh requested a review from a team as a code owner January 9, 2025 03:08
@abel-von
Copy link
Contributor

/retest

The tap name must be less than 16 bytes, including the '\0' terminator. The prefix "tap_kuasar_" is too long, which affects the index size. When the index exceeds 9999, the tap name becomes invalid. Therefore, shorten the tap name prefix to "tap_kua_".

Signed-off-by: MorningTZH <[email protected]>
@abel-von abel-von merged commit 34df244 into kuasar-io:main Jan 13, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants