Warnings at setsocketopts

KirieZ

Core Developers
Staff member
Messages
245
Points
0
Location
Brazil
Github
guilherme-gm
Emulator
Hello everybody,

I'm moving my server to a Host, but whenever I run it, it displays lots of Warning about setsocketopts, this is one of them:

[Warning]: setsocketopts: Unable to set SO_REUSEPORT mode for connection #6![Warning]: setsocketopts: Unable to set TCP_THIN_LINEAR_TIMEOUTS mode for connection #6![Warning]: setsocketopts: Unable to set TCP_THIN_DUPACK mode for connection #6!
I can connect and everything, but letting these warnings doesn't feel right.

What can I do? Thanks in advance

 
Ignore this warnings.

This warnings show what server cant set some special option on connection socket, but without options it can work too.

 
Back
Top