⚠️ VeridianOS Kernel Documentation
- This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise.
no_std
seq_ge
veridian_
kernel
0.25.2
In veridian_
kernel::
net::
tcp_
sack
veridian_kernel
::
net
::
tcp_sack
Function
seq_ge
Copy item path
Source
pub fn seq_ge(a: u32, b: u32) -> bool
Expand description
Returns true if
a >= b
in sequence space.