server.sendrate and server.framerate

tarynkelley

Retired Staff
Retired Staff
Trusted Member
Nov 14, 2015
575
178
28
Parts Unknown
What settings are recommended for

server.sendrate

and

server.framerate

and for what is

server.receivebuffer
server.sendbuffer

and how to set it ? what value?

in order to improve the performance of the rust server?
 
Last edited:

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
What settings are recommended for

server.sendrate

and

server.framerate

and for what is

server.receivebuffer
server.sendbuffer

and how to set it ? what value?

in order to improve the performance of the rust server?
Framerate is the framerate of the server. I usually set it to 3000

Sendrate was something that how fast is the communication between the server. AFAIK, setting it higher than 5 will eat more of the server, but It can become faster. I can't say anything about the other two.