Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Server losing or doubling TCP packets.  (Read 2118 times)

0 Members and 1 Guest are viewing this topic.

sebastian970

  • Newbie
  • *
  • Posts: 2
    • View Profile
Server losing or doubling TCP packets.
« 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

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11016
    • View Profile
    • development blog
    • Email
AW: Server losing or doubling TCP packets.
« Reply #1 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?
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

sebastian970

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Server losing or doubling TCP packets.
« Reply #2 on: September 04, 2016, 06:44:04 pm »
What information more do you need?

Mario

  • SFML Team
  • Hero Member
  • *****
  • Posts: 879
    • View Profile
Re: Server losing or doubling TCP packets.
« Reply #3 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.