You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let mut session_builder = ggrs::SessionBuilder::<GgrsConfig>::new()
.with_max_prediction_window(40)
.with_max_frames_behind(42)
.expect("couldn't set max frames behind")
On Linux
To set a ping of
300ms
, useto reset it run
This uses
iproute2
, make sure that package is installed.The text was updated successfully, but these errors were encountered: