Home | History | Annotate | Download | only in src

Lines Matching refs:choked

2192     arg->bundle->cfg.choked.timeout = atoi(argp);
2193 if (arg->bundle->cfg.choked.timeout <= 0)
2194 arg->bundle->cfg.choked.timeout = CHOKED_TIMEOUT;
2368 {"choked", NULL, SetVariable, LOCAL_AUTH,
2369 "choked timeout", "set choked [secs]", (const void *)VAR_CHOKED},