Jump to content

Track this syserr


Recommended Posts

  • Premium

Hello, I'm a bit hurry but want to suggest you to change a syserr to track better a thing.

 

Fine: input.cpp

Quote

 

-sys_err("HANDSHAKE phase does not handle packet %d (fd %d)", bHeader, d->GetSocket());

to

+sys_err("HANDSHAKE phase does not handle packet %d (fd %d) (source %s:%u)", bHeader, d->GetSocket(), d->GetHostName(), d->GetPort());

 

Like this, if this error will get trigger, you know where does it come.

On OVH servers they're attempting to handshake from random Russian IP bot that guess my IP + port of cores. 🙄

  • Good 1
  • Love 6
Link to comment
Share on other sites

  • 3 weeks later...
  • Silver
On 9/2/2021 at 6:38 PM, WeedHex said:

Hello, I'm a bit hurry but want to suggest you to change a syserr to track better a thing.

 

Fine: input.cpp

Like this, if this error will get trigger, you know where does it come.

On OVH servers they're attempting to handshake from random Russian IP bot that guess my IP + port of cores. 🙄

Russian hackers are to blame for everything (nope).
 

On 9/2/2021 at 8:05 PM, arlinamid said:

Another solution for unwanted client acessing to the server. Thanks to @martysama0134

This will not help in this situation.

Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.