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
Packet fragmentation splits up a packet into fragments. If any of the fragments packets are dropped, the whole large packet is dropped.
Sending a large data block through a reliable channel splits the block up into pieces too, but crucially it resends pieces until they are all received by the other side.
Recently had to debug this. It should at least warn that it's not possible to send the message, because it's too large to fit in a packet!
The text was updated successfully, but these errors were encountered: