]> git.sesse.net Git - cubemap/blobdiff - config.h
Support configurable BACKLOG_SIZE (per-stream). No support for changing across restar...
[cubemap] / config.h
index d45ab08316b318c3e717d6c4a37252f047b0a9c5..e7385e2f488904a488adf00d079d67509022df9e 100644 (file)
--- a/config.h
+++ b/config.h
@@ -13,6 +13,7 @@ struct MarkPoolConfig {
 struct StreamConfig {
        std::string stream_id;
        std::string src;  // Can be empty.
+       size_t backlog_size;
        int mark_pool;  // -1 for none.
 };