pub struct OrbitAwareRto<const N: usize> { /* private fields */ }Expand description
RTO policy that adapts timeout based on orbital contact windows.
Implementations§
Source§impl<const N: usize> OrbitAwareRto<N>
impl<const N: usize> OrbitAwareRto<N>
Sourcepub fn new(
isl_rto_ticks: u32,
margin_ticks: u32,
schedule: ContactSchedule<N>,
) -> Self
pub fn new( isl_rto_ticks: u32, margin_ticks: u32, schedule: ContactSchedule<N>, ) -> Self
Create an orbit-aware RTO with ISL timeout, margin, and contact schedule.
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for OrbitAwareRto<N>
impl<const N: usize> RefUnwindSafe for OrbitAwareRto<N>
impl<const N: usize> Send for OrbitAwareRto<N>
impl<const N: usize> Sync for OrbitAwareRto<N>
impl<const N: usize> Unpin for OrbitAwareRto<N>
impl<const N: usize> UnsafeUnpin for OrbitAwareRto<N>
impl<const N: usize> UnwindSafe for OrbitAwareRto<N>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more