We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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];
The text was updated successfully, but these errors were encountered:
Fixed Bytesize (#35)+ Autostart now starting (#34)+ Added additional …
0a4ed95
…servers
Fixed with release 1.6
Sorry, something went wrong.
Rllyyy
No branches or pull requests
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];
The text was updated successfully, but these errors were encountered: