summaryrefslogtreecommitdiff
path: root/shaping/src/main.cpp
diff options
context:
space:
mode:
authorroot <[email protected]>2023-11-13 08:07:52 +0000
committerroot <[email protected]>2023-11-13 08:07:52 +0000
commita1609051ec2e8a11cdf13377efb133c2f2b603e0 (patch)
tree8fef799b5d8cc04d2ef54a72a2bb1eaae66d81a3 /shaping/src/main.cpp
parentf1c9565d486fe9a278996a3cfd8be6f77cf7a977 (diff)
TSG-17653: tcp pure ctrl packet force consume token and forward directly
Diffstat (limited to 'shaping/src/main.cpp')
-rw-r--r--shaping/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/shaping/src/main.cpp b/shaping/src/main.cpp
index b7807f7..89cb176 100644
--- a/shaping/src/main.cpp
+++ b/shaping/src/main.cpp
@@ -43,6 +43,8 @@ static void *shaper_thread_loop(void *data)
marsio_poll_wait(ctx->marsio_info->instance, &ctx->marsio_info->mr_dev, 1, ctx->thread_index, ctx->global_stat->output_interval_s * 1000);
}
+ shaper_thread_resource_clear();
+
return NULL;
}