Re: [PATCH] Fix connection stats rekey times

2024-02-27 Thread Daniel Lenski
On Mon, Feb 26, 2024 at 6:50 PM Cline, Wade wrote: > > --- > main.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/main.c b/main.c > index 65be6a2f..ef426dd6 100644 > --- a/main.c > +++ b/main.c > @@ -1565,14 +1565,14 @@ static void print_connection_stats(void *_vp

Re: [PATCH] Fix connection stats rekey times

2024-02-27 Thread Daniel Lenski
On Tue, Feb 27, 2024 at 9:04 AM Daniel Lenski wrote: > > On Mon, Feb 26, 2024 at 6:50 PM Cline, Wade wrote: > > > > --- > > main.c | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/main.c b/main.c > > index 65be6a2f..ef426dd6 100644 > > --- a/main.c > > +++ b/m

Re: TCP Sessions get disconnected at 6, 9 hours

2024-02-27 Thread Larry Ploetz
On 2024-02-25 11:03, Larry Ploetz wrote: Are the users of the official PAN GP clients keeping SSH sessions open for 6+ hours like you are? Yes, I believe so. I'll verify. Yes, ssh as well as other TCP connections are staying open for more than 6 hours. I'll get back with more informatio

Re: Suddenly, a new connection error

2024-02-27 Thread Daniel Lenski
On Sat, Jan 20, 2024 at 4:41 PM Dave Brosius wrote: > However today, when i try to connect, i get > > Connected as 10.69.12.166 + 2606:b400:600:c063::11c/64, using SSL, > with DTLS in progress > Established DTLS connection (using GnuTLS). Ciphersuite > (DTLS1.2)-(ECDHE-RSA)-(AES-256-GCM). > Detect

Re: TCP Sessions get disconnected at 6, 9 hours

2024-02-27 Thread Daniel Lenski
On Tue, Feb 27, 2024 at 3:58 PM Larry Ploetz wrote: > > On 2024-02-25 11:03, Larry Ploetz wrote: > >> Are the users of the official PAN GP clients keeping SSH sessions open > >> for 6+ hours like you are? > > > > > > Yes, I believe so. I'll verify. > > Yes, ssh as well as other TCP connections are

[PATCH] Fix connection stats rekey times

2024-02-27 Thread Cline, Wade
Closes #677 Signed-off-by: Cline, Wade --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index 65be6a2f..ef426dd6 100644 --- a/main.c +++ b/main.c @@ -1565,14 +1565,14 @@ static void print_connection_stats(void *_vpninfo, const struct oc_stats

Re: [PATCH] Fix connection stats rekey times

2024-02-27 Thread Cline, Wade
On Tue, Feb 27, 2024 at 03:37:47PM -0800, Daniel Lenski wrote: > On Tue, Feb 27, 2024 at 9:04???AM Daniel Lenski wrote: > > > > On Mon, Feb 26, 2024 at 6:50???PM Cline, Wade wrote: > > > > > > --- > > > main.c | 6 +++--- > > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > > > diff --g

Re: [PATCH] Fix connection stats rekey times

2024-02-27 Thread Daniel Lenski
On Tue, Feb 27, 2024 at 7:20 PM Cline, Wade wrote: > On Tue, Feb 27, 2024 at 03:37:47PM -0800, Daniel Lenski wrote: > Sorry about that; I added the sign-off in one environment but forgot to > sync the two before sending the patch! Thank you, now merged and with a changelog entry. https://gitlab.c