Implemented qt port + e2e
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user