commands: don't register min_alloc/max_alloc for the generic socket category

SocketManager throws internal_error for category_generic, aborting rtorrent over RPC.
This commit is contained in:
xirvik
2026-07-29 22:01:49 +00:00
committed by Jari Sundell
parent ee18a1f3fc
commit 05831942a7
4 changed files with 77 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
#include "test/helpers/test_fixture.h"
class TestCommandLocal : public test_fixture {
CPPUNIT_TEST_SUITE(TestCommandLocal);
CPPUNIT_TEST(test_socket_category_commands);
CPPUNIT_TEST_SUITE_END();
public:
void setUp();
void tearDown();
void test_socket_category_commands();
};