bio re-ordering

2022-01-28 Thread peterj
I'm working on a GEOM Gate network client to better handle high-latency connections and have some questions regarding bio ordering assumptions (alternatively, how much should I be able to re-order bio requests without breaking things). Within geom_gate, an incoming bio request is retrieved from th

Re: bio re-ordering

2022-01-28 Thread Konstantin Belousov
On Sat, Jan 29, 2022 at 03:29:39PM +1100, pet...@freebsd.org wrote: > I'm working on a GEOM Gate network client to better handle high-latency > connections and have some questions regarding bio ordering assumptions > (alternatively, how much should I be able to re-order bio requests without > break