mirror of
https://github.com/Icinga/icinga2.git
synced 2025-11-01 04:04:08 +01:00
Exposes the TCP socket used to communicate with the InfluxDB server. When we are expecing a response we can now call poll() on the socket to wait for data to become available. If it doesn't in a user configurable timeout period we abort the request. fixes #4927 fixes #4941 Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>