You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: