implement mptp send/receive

This commit is contained in:
ngn
2024-06-21 04:42:51 +03:00
parent e773ff7f09
commit cb66106e50
8 changed files with 347 additions and 38 deletions

View File

@ -20,6 +20,7 @@ int main(int argc, char *argv[]) {
goto end;
}
lm_ctx_pool_test(&ctx);
ret = EXIT_SUCCESS;
end: