Implemented qt port + e2e

This commit is contained in:
Martino Ferrari
2026-06-26 09:11:10 +02:00
parent 0d7d8f396b
commit 4702d0a217
146 changed files with 57272 additions and 128 deletions
+2 -2
View File
@@ -124,8 +124,8 @@ int main(int argc, char **argv) {
signal(SIGTERM, SignalHandler);
/* Allocate on the heap: StreamHub embeds 32 UDPSourceSession objects,
* each ~327 KB (4 reassembly slots × 65 KB + recv buffer), totalling
* ~10 MB — well above the default 8 MB thread stack limit. */
* each ~4 MB (4 reassembly slots × 1 MiB + recv buffer), totalling
* ~128 MB — far above the default 8 MB thread stack limit. */
StreamHub::StreamHub *hub = new StreamHub::StreamHub();
gHub = hub;