mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-08 09:21:48 +08:00
The previous commit dropped stats_st.uptime and the uptime fields of cli_stats_msg/secm_session_close_msg, computing Acct-Session-Time directly in sec-mod as now - e->created instead. Update the two requirements that described the old IPC-carried, summed uptime, and add REQ-AUTH-ACCT-007 to formally document the Acct-Session-Time definition (wall-clock lifetime of the logical session, spanning cookie-resumed reconnects, bounded by session-timeout and cookie-timeout) that was implicit in the fix, citing tests/radius-reconnect-acct as its acceptance test. Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>