-
Notifications
You must be signed in to change notification settings - Fork 3
SHARD-1932 - Remove redundant mem copies and fix socket bugs. #23
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
Conversation
optimized sender fixed 2 bugs with socket errors
1dd315e
to
010c04e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some good mem copy fixes and socket fixes in here. Like the changes.
@@ -65,9 +65,9 @@ impl ShardusNetSender { | |||
let compressed_data = header.compress(data); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be nice to remove this since we are also removing decompress
added changes for multisend too |
do not merge, testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
No description provided.