Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
I notice something when I start my server. Each time I start it now, I get like 1-2 connections right away. It's probably from someone's client being open on their computer. And sure that's fine that it notices the server is online. But heck, it seems like a client connects to my server like 3 times, taking up 3 slots (indexes). Now if I login when i opened the server, these 3 indexes are taken. But nobody is online, so I automaticly get Index 4. I just want to know if somebody has noticed this problem before?
It's probably your problem. I use a similar system for checking if the server is online in Merrimint as you do and it doesn't do this. Perhaps your not terminating connections properly?
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
Thats kinda the thing. I see 3 connections appearing from the same ip, but only 1 is terminated.
Posts: 2,605
Threads: 412
Joined: Nov 2021
Reputation:
0
SInce I disabled the nagling I had to add a new packet buffer, and I don't think thats whats causing it either. And same for indexes, but all of it has to do with the indexes so I just mentioned it.
I've already checked the receiving of connections and I can't see anything wrong with it.
Do you mind explaining the function behing anti hammering?