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

Fix Ethernet packet format #10

Open
fischermoseley opened this issue Aug 27, 2023 · 0 comments
Open

Fix Ethernet packet format #10

fischermoseley opened this issue Aug 27, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@fischermoseley
Copy link
Owner

Right now each Ethernet packet is a single bus transaction, which is rather inefficient as multiple bus transactions can easily be packed into the data field of an Ethernet packet. Some thought should go into making sure that packets are generated at the right time - bytes can be sent at any time with UART, but since Ethernet has a bunch of headers the timing problem is a little more complicated.

@fischermoseley fischermoseley added the enhancement New feature or request label Aug 27, 2023
@fischermoseley fischermoseley added this to the v1.1.0 milestone Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant