carrylex@lemmy.world to Programmer Humor@programming.dev · edit-21 month agoPacket Losslemmy.worldimagemessage-square23fedilinkarrow-up1687file-text
arrow-up1687imagePacket Losslemmy.worldcarrylex@lemmy.world to Programmer Humor@programming.dev · edit-21 month agomessage-square23fedilinkfile-text
Found this in the depths of my storage. Not sure where its from but might improve the day of some people ^^
minus-squarer00ty@kbin.lifelinkfedilinkarrow-up4·1 month agoPackets are lost all the time. Especially when uploading or downloading.
minus-squarefl42v@lemmy.mllinkfedilinkarrow-up4·1 month agoMay I interest you in using unwrap_or instead of unwrap
minus-squareantonlinkfedilinkarrow-up1·1 month 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.