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

Author Topic: client floods the server  (Read 6016 times)

0 Members and 1 Guest are viewing this topic.

s1and1

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
client floods the server
« on: December 19, 2021, 11:40:18 am »
sorry for my english.

Hello, creating a multiplayer game faced a problem. The client is flooding with udp requests and the server is working too slow, so the position of the player in the screen of another player is very different from the real ones.

The client sends requests via while(true) and the server runs in the same cycle.


is it possible to somehow reduce the load?


Thank you in advance!
« Last Edit: December 19, 2021, 11:41:57 am by s1and1 »

G.

  • Hero Member
  • *****
  • Posts: 1599
    • View Profile
Re: client floods the server
« Reply #1 on: December 19, 2021, 07:47:07 pm »
Hello, the french forums are a bit deserted, especially if you don't speak french.
There's an english forum, with a lot more people! (you can also access it from here by clicking "forum anglais" at the top right of the page)

 

anything