X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=serverpool.h;h=ba60d7c0d9b0705e01c372ed9f4d71d9db99e35d;hp=106877a65cfdc48086aeabaf8dc2100059b34f7a;hb=40ed7df894c8645c132a5bea2bfb12a9be2b82ef;hpb=ae994771c0747d43bd1ed422224f4caacb95ca9f diff --git a/serverpool.h b/serverpool.h index 106877a..ba60d7c 100644 --- a/serverpool.h +++ b/serverpool.h @@ -36,6 +36,9 @@ public: // Connects the given stream to the given mark pool for all the servers. void set_mark_pool(const std::string &stream_id, MarkPool *mark_pool); + // Changes the given stream's backlog size on all the servers. + void set_backlog_size(const std::string &stream_id, size_t new_size); + // Starts all the servers. void run();