@carrylex to Programmer [email protected] • edit-24 months agoPacket Lossimagemessage-square24arrow-up1768arrow-down16file-text
arrow-up1762arrow-down1imagePacket Loss@carrylex to Programmer [email protected] • edit-24 months agomessage-square24file-text
Found this in the depths of my storage. Not sure where its from but might improve the day of some people ^^
minus-squarer00tylinkfedilink3•4 months agoPackets are lost all the time. Especially when uploading or downloading.
minus-square@[email protected]linkfedilink3•4 months agoMay I interest you in using unwrap_or instead of unwrap
minus-square@[email protected]linkfedilink1•4 months agoIf you don’t loose packets, you aren’t using the connection to its limits. Just look at the TCP spec, the only way to know the approximate bandwidth is to send more and more packets until some drop.
It’s actually panic in both
Packets are lost all the time. Especially when uploading or downloading.
May I interest you in using
unwrap_or
instead ofunwrap
If you don’t loose packets, you aren’t using the connection to its limits.
Just look at the TCP spec, the only way to know the approximate bandwidth is to send more and more packets until some drop.