this post was submitted on 06 Jan 2024
860 points (98.8% liked)

Programmer Humor

32394 readers
667 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 10 months ago

I get what you're both saying, but it's technically wrong. TCP exposes segments and those are guaranteed to be transmitted. That may however require the retransmission of several IP packets.
So losing a packet is fine, while losing a segment is worth worrying about.

Anyway I can't speak for OP if they genuinely misunderstood because of terminology or just got wooshed. But they're technically right, even if by accident.