Skip to content

Feat/client mgmt ipc phase1#225

Open
mp0rta wants to merge 16 commits into
mainfrom
feat/client-mgmt-ipc-phase1
Open

Feat/client mgmt ipc phase1#225
mp0rta wants to merge 16 commits into
mainfrom
feat/client-mgmt-ipc-phase1

Conversation

@mp0rta

@mp0rta mp0rta commented Jul 16, 2026

Copy link
Copy Markdown
Owner

No description provided.


ms->eb = eb;
ms->listen_fd = fd;
ms->ctx = ctx;
Comment thread src/cli/ctl_main.c
return 2;
}
if (argv[i][2] == 'e') { /* --endpoint */
cli_endpoint = argv[++i];
Comment thread src/cli/ctl_main.c
/* --timeout: seconds on the CLI surface (spec §25); converted
* to milliseconds internally (ctl_ipc.h works in ms). */
char *end = NULL;
long v = strtol(argv[++i], &end, 10);

for (int i = 2; i < argc; i++) {
if (strcmp(argv[i], "--mode") == 0 && i + 1 < argc) {
const char *arg = argv[++i];
}
mode = (mode_t)v;
} else if (strcmp(argv[i], "--group") == 0 && i + 1 < argc) {
group = argv[++i];
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 16, 2026

Copy link
Copy Markdown

Deploying mqvpn with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3cd3f8f
Status: ✅  Deploy successful!
Preview URL: https://ce6be4de.mqvpn-ee4.pages.dev
Branch Preview URL: https://feat-client-mgmt-ipc-phase1.mqvpn-ee4.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants