From 4d5034a5f5b3028438acb2818abe7589d0ee57d3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 4 Aug 2021 23:34:12 +0100 Subject: [PATCH] checked settings all honoured, drop a todo Signed-off-by: Ian Jackson --- src/bin/client.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/client.rs b/src/bin/client.rs index d82496e..8bd8013 100644 --- a/src/bin/client.rs +++ b/src/bin/client.rs @@ -212,8 +212,6 @@ async fn run_client( let mut rx_queue: FrameQueue = default(); - // xxx check that ic settings are all honoured - async { loop { let rx_queue_space = -- 2.30.2