Skip to content
Snippets Groups Projects
Verified Commit 2e4d4be4 authored by Grigorii Demidov's avatar Grigorii Demidov Committed by Petr Špaček
Browse files

daemon/worker: adjust tcp timeouts

This is an attempt to fix two problems:
1. kresd tries to close incoming TCP connection too early. This may lead
to multiple client reconnections. This problem primarily
affects TCP/TLS clients who send several queries over single TCP connection.

2. In certain circumstances outbound TCP connection doesn't timeout
despite that fact that upstream doesn't send back any answers.
This may lead to timeouts on non-problematic queries.
parent 6adc9a8c
1 merge request!565Merge security repo
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment