Home | History | Annotate | Download | only in p2p

Lines Matching refs:max_listen

282 	if (p2p->cfg->max_listen && 1024 * tu / 1000 > p2p->cfg->max_listen)
283 tu = p2p->cfg->max_listen * 1000 / 1024;