https://github.com/alcestes/mpstk-crash-stop
Raw File
Tip revision: 3104e4ddfdc03385f68f53325908136c4a18b421 authored by Alceste Scalas on 04 July 2022, 16:43:22 UTC
Update README.md
Tip revision: 3104e4d
dns-crash-failover.ctx
### A DNS example with crash detection and failover
###
### Copyright 2022 Technical University of Denmark
###                Alceste Scalas <alcsc @ dtu.dk>
### Released under the MIT License: https://opensource.org/licenses/MIT

s[p]: q⊕req(string) . q&{resp(int),
                         crash . r⊕req(string) . r&{resp(int),
                                                    crash }},

!s[q]: p&req(string) . p⊕resp(int),

!s[r]: q&crash . p&req(string) . p⊕resp(int)
back to top