Reduce tolling min pay period to 40s
This commit is contained in:
parent
2fd4a02bfa
commit
a5d2d656c8
|
|
@ -1291,7 +1291,7 @@ void tolling_info_free(tolling_info_t* ti) {
|
|||
}
|
||||
|
||||
tlsc_t* tolling_tlsc_new(tolling_t* tolling, itss_epv_t* epv, uint8_t ipv6[16], uint16_t port) {
|
||||
syslog_debug("[tolling] new tlsc , nconns=%d", tolling->protocol.c.tls.n_tlsc);
|
||||
syslog_debug("[tolling] new tlsc, nconns=%d", tolling->protocol.c.tls.n_tlsc);
|
||||
if (tolling->protocol.c.tls.n_tlsc >= TOLLING_MAX_CONNS - 1) {
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue