diff options
author | Vladislav Grishenko <themiron@mail.ru> | 2020-03-07 04:25:00 +0500 |
---|---|---|
committer | Vladislav Grishenko <themiron@mail.ru> | 2020-03-07 04:31:11 +0500 |
commit | 6b04e5778c1c0c9686066dd44caccfd755917c25 (patch) | |
tree | b6cceaeba9dcdfe649976210329ae3e698b60e58 /accel-pppd/include/ap_session.h | |
parent | a76cfa750c2176b3156dcc65968aff8c90496de0 (diff) | |
download | accel-ppp-6b04e5778c1c0c9686066dd44caccfd755917c25.tar.gz accel-ppp-6b04e5778c1c0c9686066dd44caccfd755917c25.zip |
session: add global [common]max-starting option
usually there's no need to have per-proto limitation, since the need
of max starting limitation affects the whole server, not particular
protocol only.
Diffstat (limited to 'accel-pppd/include/ap_session.h')
-rw-r--r-- | accel-pppd/include/ap_session.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/include/ap_session.h b/accel-pppd/include/ap_session.h index 6a6b9504..8c79d31d 100644 --- a/accel-pppd/include/ap_session.h +++ b/accel-pppd/include/ap_session.h @@ -135,6 +135,7 @@ extern int sock6_fd; extern int urandom_fd; extern struct ap_session_stat ap_session_stat; extern int conf_max_sessions; +extern int conf_max_starting; void ap_session_init(struct ap_session *ses); void ap_session_set_ifindex(struct ap_session *ses); |