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

[CODE] Buffersize #35

Closed
Rllyyy opened this issue Aug 17, 2020 · 1 comment
Closed

[CODE] Buffersize #35

Rllyyy opened this issue Aug 17, 2020 · 1 comment
Assignees
Labels
code change Code is wrong or could be improved

Comments

@Rllyyy
Copy link
Owner

Rllyyy commented Aug 17, 2020

Where is the code you want to improve or change? Please note the class/form, method and line (from top)
Form1.cs, ping(), line 163

Why
Could be changed to to byte [1] (and therefore just 8 Bits) instead of 32 Bytes (= 256 Bits)

How
byte[] buffer = new byte[1];

@Rllyyy Rllyyy added the code change Code is wrong or could be improved label Aug 17, 2020
@Rllyyy Rllyyy self-assigned this Aug 17, 2020
@Rllyyy
Copy link
Owner Author

Rllyyy commented Aug 18, 2020

Fixed with release 1.6

@Rllyyy Rllyyy closed this as completed Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code change Code is wrong or could be improved
Projects
None yet
Development

No branches or pull requests

1 participant