Bugzilla – Attachment 3036 Details for
Bug 2757
rekey limit clashes with ClientAlive timeouts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed patch
file_2757.txt (text/plain), 525 bytes, created by
Jakub Jelen
on 2017-08-12 01:00:28 AEST
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Jakub Jelen
Created:
2017-08-12 01:00:28 AEST
Size:
525 bytes
patch
obsolete
>diff --git a/serverloop.c b/serverloop.c >index b5eb3440..1535eeb2 100644 >--- a/serverloop.c >+++ b/serverloop.c >@@ -225,9 +225,10 @@ wait_until_can_do_something(int connection_in, int connection_out, > uint64_t keepalive_ms = > (uint64_t)options.client_alive_interval * 1000; > >- client_alive_scheduled = 1; >- if (max_time_ms == 0 || max_time_ms > keepalive_ms) >+ if (max_time_ms == 0 || max_time_ms > keepalive_ms) { > max_time_ms = keepalive_ms; >+ client_alive_scheduled = 1; >+ } > } > > #if 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2757
: 3036