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
There are lots of little details and edge cases with Want and Have messages.
For example:
You have a piece that your peer wants, and you tell them you have it
They tell you they no longer want it
You delete the piece
They tell you they want it again
When do you tell the peer that you no longer have the piece? What assumptions can your peer make about whether you have the piece? When do they know it’s ok to send a request for the piece?
Figure out how these details work and get more rigorous in the explanation. Maybe try a state machine diagram for this one.
The text was updated successfully, but these errors were encountered:
There are lots of little details and edge cases with Want and Have messages.
For example:
When do you tell the peer that you no longer have the piece? What assumptions can your peer make about whether you have the piece? When do they know it’s ok to send a request for the piece?
Figure out how these details work and get more rigorous in the explanation. Maybe try a state machine diagram for this one.
The text was updated successfully, but these errors were encountered: