Skip to content

Commit

Permalink
crossbar: enable pings to detect tcp timeouts
Browse files Browse the repository at this point in the history
The coordinator does not correctly detect a disconnected exporter as long as no
data is send over the connection. Enable auto_pings to detect a disconnected
exporter.

References: crossbario/crossbar#980

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
  • Loading branch information
Emantor committed Aug 1, 2017
1 parent 08b95cf commit 2ee04ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .crossbar/config.yaml
Expand Up @@ -51,6 +51,10 @@ workers:
ticket: ticket:
type: dynamic type: dynamic
authenticator: org.labgrid.authenticate authenticator: org.labgrid.authenticate
options:
auto_ping_interval: 1000
auto_ping_timeout: 2000
auto_ping_size: 4
components: components:
- type: class - type: class
classname: labgrid.remote.authenticator.AuthenticatorSession classname: labgrid.remote.authenticator.AuthenticatorSession
Expand Down

0 comments on commit 2ee04ea

Please sign in to comment.