mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-11 01:06:59 +08:00
store the time a client connected.
This commit is contained in:
@@ -77,6 +77,8 @@ struct proc_st {
|
||||
pid_t pid;
|
||||
time_t udp_fd_receive_time; /* when the corresponding process has received a UDP fd */
|
||||
|
||||
time_t conn_time; /* the time the user connected */
|
||||
|
||||
/* the tun lease this process has */
|
||||
struct tun_lease_st tun_lease;
|
||||
struct ip_lease_st *ipv4;
|
||||
|
||||
Reference in New Issue
Block a user