VictoriaMetrics/lib/netutil
Aliaksandr Valialkin e2d12a25e0
lib/netutil: increase dial timeout from 1 second to 5 seconds
There are real-world cases when TCP connection needs more than 1 second to be established.
2022-02-07 12:33:40 +02:00
..
conn.go all: use errors.As instead of type assertion for detecting net.Error 2020-07-01 00:16:13 +03:00
conn_pool.go reset deadline, fix #1562. (#1597) 2021-09-07 20:54:17 +03:00
tcpdialer.go lib/netutil: increase dial timeout from 1 second to 5 seconds 2022-02-07 12:33:40 +02:00
tcplistener.go lib/netutil: enable IPv6 UDP listening if -enableTCP6 command-line flag is passed to VictoriaMetrics 2021-03-17 00:19:30 +02:00