openziti / ziti

The parent project for OpenZiti. Here you will find the executables for a fully zero trust, application embedded, programmable network @OpenZiti
https://openziti.io
Apache License 2.0
2.71k stars 153 forks source link

Routers should consider control channels unresponsive if they are not connected #2171

Closed plorenz closed 2 months ago

plorenz commented 3 months ago

right now unresponsive is measured purely off of latency measurements. That logic can consider an unconnected control channel responsive if the channel was disconnected after a latency response is received and before the next one is sent.

plorenz commented 2 months ago

reopening, as previous fix was incorrect