SFML community forums

Help => Network => Topic started by: sebastian970 on September 04, 2016, 06:30:42 pm

Title: Server losing or doubling TCP packets.
Post by: sebastian970 on September 04, 2016, 06:30:42 pm
I don't know why server sometimess [completely random] loses the tcp packets from sockets or doubling them from some of them. I'm using simple one thread for all clients system.
What can make this problem?

*sorry for english
Title: AW: Server losing or doubling TCP packets.
Post by: eXpl0it3r on September 04, 2016, 06:42:13 pm
How did you figure out this information? If you haven't already run Wireshark and see what is actually going on the wire. ;)

Also how do you expect us to help with the given information?
Title: Re: Server losing or doubling TCP packets.
Post by: sebastian970 on September 04, 2016, 06:44:04 pm
What information more do you need?
Title: Re: Server losing or doubling TCP packets.
Post by: Mario on September 13, 2016, 08:43:45 am
Show us some code and/or logs why you think they're dropped or doubled, because what you describe shouldn't happen with TCP connections.