cBournhonesque / lightyear

A networking library to make multiplayer games for the Bevy game engine
https://cbournhonesque.github.io/lightyear/book
Apache License 2.0
428 stars 44 forks source link

`rtt_resend_factor` #386

Open simbleau opened 4 months ago

simbleau commented 4 months ago

https://github.com/cBournhonesque/lightyear/blob/303a2f00201a0e55bdd84fb940e955ee47387187/lightyear/src/channel/builder.rs#L199

Docs say this is a Duration. Is this wrong? It's an f32.

Nul-led commented 4 months ago

Yea docs are wrong, its a factor, not the actual duration

cBournhonesque commented 4 months ago

Yep, it's a multipler of the current RTT estimate, the docs need to be updated