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

MmsFileService: Don't use file size on read #526

Open
wants to merge 2 commits into
base: v1.6
Choose a base branch
from

Conversation

denxxjkee
Copy link

The size value shall be interpreted as an estimated file size and shall not be used to determine absolute size.

The size value shall be interpreted as an estimated file size and shall
not be used to determine absolute size.
When creating raw sockets the protocol must be set to 0.

In case for receive sockets this means we will receive no packets until
we "bind" the socket with a non-zero protocol.

In case for only transmit sockets this avoids an expensive call packet
receiving function in kernel thats overflow internal receive socket
buffer.
Copy link

sonarcloud bot commented Oct 5, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant