Skip to content

Commit 54faf88

Browse files
committed
Update route stability and sequencing preferences for low latency
1 parent c5a3ba4 commit 54faf88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ mod tests {
294294
let (route_id, route_id_blob) = veilid_api
295295
.new_custom_private_route(
296296
&VALID_CRYPTO_KINDS,
297-
veilid_core::Stability::Reliable,
298-
veilid_core::Sequencing::PreferOrdered,
297+
veilid_core::Stability::LowLatency,
298+
veilid_core::Sequencing::NoPreference,
299299
)
300300
.await
301301
.expect("Failed to create route");

0 commit comments

Comments
 (0)