#Ping

1 messages · Page 1 of 1 (latest)

plucky plume
#

Is the client getting this error or the host? Either way this code is always going to be pinging themselves.

agile fox
#

The client is getting this error

plucky plume
#

clients should be calling networkTransport.GetCurrentRtt(0);

agile fox
#

Makes sense and it works

#

Getting around 90ms on the same machine. Not that would be very important, but is there any way to decrease it?

plucky plume
#

RTT is not a true ping. I think it still includes the ticket rate. So increasing the tick rate on the network manager should decrease that time

agile fox
#

Well... I get around 85-90ms at 30 tickrate and around 100ms at 64/128 tickrate...

plucky plume
#

Are you using the relay service?

plucky plume
agile fox