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

The rt and standard MAC layers do not pad packets to 64 bytes #65

Open
shuchitak opened this issue Nov 25, 2024 · 1 comment
Open

The rt and standard MAC layers do not pad packets to 64 bytes #65

shuchitak opened this issue Nov 25, 2024 · 1 comment

Comments

@shuchitak
Copy link
Contributor

shuchitak commented Nov 25, 2024

http://bugzilla.xmos.local/show_bug.cgi?id=16221

Peter Hedinger 2014-12-09 10:30:40 GMT
It the user application requests sending of packet with less than 60 bytes of data the MAC layer simply appends the CRC and sends it.

This is not what I would expect and should probably be change so that it is at least well documented and traps if the user attempts to send a frame which is too small as the MAC should be responsible for ensuring that the station doesn't drive invalid packets onto the wire.

@shuchitak
Copy link
Contributor Author

Document this as a known issue

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

No branches or pull requests

1 participant