English

Safety Verification of Wait-Only Non-Blocking Broadcast Protocols

Logic in Computer Science 2026-03-04 v2 Computation and Language Multiagent Systems

Abstract

Broadcast protocols are programs designed to be executed by networks of processes. Each process runs the same protocol, and communication between them occurs in synchronously in two ways: broadcast, where one process sends a message to all others, and rendez-vous, where one process sends a message to at most one other process. In both cases, communication is non-blocking, meaning the message is sent even if no process is able to receive it. We consider two coverability problems: the state coverability problem asks whether there exists a number of processes that allows reaching a given state of the protocol, and the configuration coverability problem asks whether there exists a number of processes that allows covering a given configuration. These two problems are known to be decidable and Ackermann-hard. We show that when the protocol is Wait-Only (i.e., it has no state from which a process can both send and receive messages), these problems become P-complete and PSPACE-complete, respectively.

Keywords

Cite

@article{arxiv.2403.18591,
  title  = {Safety Verification of Wait-Only Non-Blocking Broadcast Protocols},
  author = {Lucie Guillou and Arnaud Sangnier and Nathalie Sznajder},
  journal= {arXiv preprint arXiv:2403.18591},
  year   = {2026}
}

Comments

submitted to Fundamenta Informaticae

R2 v1 2026-06-28T15:35:35.095Z