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

Improved API for sending packets #3

Open
rm5248 opened this issue Feb 24, 2024 · 0 comments
Open

Improved API for sending packets #3

rm5248 opened this issue Feb 24, 2024 · 0 comments
Labels

Comments

@rm5248
Copy link
Owner

rm5248 commented Feb 24, 2024

Need to add a function that lets the LCC code know how much space there is in the send queue. For example, if there is not enough space in the send queue for us to do a full datagram transfer(8 packets), then we should send back an error.

@rm5248 rm5248 added the lcc label Feb 24, 2024
rm5248 added a commit that referenced this issue Feb 25, 2024
When sending a datagram packet, we are now able to query how large the
sending buffer is.  If there is not enough space for us to send the
full datagram, we automatically send back an error message.

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

No branches or pull requests

1 participant