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
It would be more clear if the buffer.remove_acked_frames() was buffer.remove_acked_frames(t) so that students understand that the function removes all the frames with seq number lower/equal to t.
The text was updated successfully, but these errors were encountered:
It would be more clear if the
buffer.remove_acked_frames()
wasbuffer.remove_acked_frames(t)
so that students understand that the function removes all the frames with seq number lower/equal to t.The text was updated successfully, but these errors were encountered: