-
Notifications
You must be signed in to change notification settings - Fork 30
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
Enforce payload size limit on sent message #114
Comments
@gdnathan can I be assigned to this? |
Hey @supreme2580! |
@gdnathan I was reading through src/network/wire/lib.zig sendMessage function and I saw
is it not the same as limiting size on the sent message? |
yes it is. It looks like it is missing from receiveMessage tho. You can add it there too |
Hey @supreme2580 just fyi, I'm just a contributor on this project haha not a maintainer, so I cannot assign you to any tasks ! |
Following up discussion on #112 .
"To actually enforce the limit, we could do something like this maybe:
src/network/wire/lib.zig
"
The text was updated successfully, but these errors were encountered: