router bug fix
- errors in cache are stored as Exception, not as tuple Change-Id: I391c74a4bef1dc10a1783b98b1ad06fec90365df Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/23044 Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de> Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
[node router]
|
||||
type = router
|
||||
description = router node
|
||||
[NODE]
|
||||
class = protocol.router.Router
|
||||
id = multiplexer
|
||||
description = multiplexer node
|
||||
nodes = ['localhost:5000', 'localhost:10769']
|
||||
|
||||
[interface tcp]
|
||||
bindto = 0.0.0.0:5001
|
||||
[INTERFACE]
|
||||
uri = tcp://5000
|
||||
|
@ -1,7 +1,8 @@
|
||||
[node router]
|
||||
type = router
|
||||
[NODE]
|
||||
id = router
|
||||
class = protocol.router.Router
|
||||
description = router node
|
||||
node = localhost:5000
|
||||
|
||||
[interface tcp]
|
||||
bindto = 0.0.0.0:5001
|
||||
[INTERFACE]
|
||||
uri=tcp://5002
|
||||
|
Reference in New Issue
Block a user