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

feat: net availability SLA test #374

Merged
merged 11 commits into from Dec 19, 2023
Merged

feat: net availability SLA test #374

merged 11 commits into from Dec 19, 2023

Conversation

istae
Copy link
Member

@istae istae commented Dec 19, 2023

No description provided.

@istae istae requested a review from acha-bill December 19, 2023 03:36
@istae istae changed the title feat: net availability test feat: net availability SLA test Dec 19, 2023
var addr []byte

if bits <= 8 {
addr = []byte{buf[0]}
Copy link
Contributor

Choose a reason for hiding this comment

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

This is unnecessary, you can just create a new slice pointing to the buf, e.g.: addr := buf[:1] and so on...

@istae istae merged commit b8a1354 into master Dec 19, 2023
3 checks passed
@istae istae deleted the net-avail branch December 19, 2023 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants