Skip to content
Snippets Groups Projects
Forked from briar / briar
Loading
user avatar
Torsten Grote authored
Previously, DECLINE messages let directly to the START state
for introducer and introducees.
So incoming ACCEPT and DECLINE messages needed to be ignored in START state
introducing undefined behavior into the protocol.

This is fixed with this commit by adding two additional states
to the introducer state machine as well as making use of the existing
LOCAL_DECLINED state for the introducees.
f8f98ed9
History
Name Last commit Last update
..