• Alessandro Rubini's avatar
    fsm.c: bugfix on frame error · b5b16b95
    Alessandro Rubini authored
    fsm.c corrently decodes the received frame, and error management is
    built in (even if code in msg.c still needs to be audited to be more
    careful about rogue frames).  However, when a received frame is in
    error, fsm.c cannot return to the caller because it doesn't know the
    current delay. Thus, zero the frame and call the current status, so
    we have back a recalculated ppi->next_delay.
    
    Meanwhile, mask with pp_verbose_frames the diagnostic message for
    received frames -- and be more careful with accessing it's data.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    b5b16b95
Name
Last commit
Last update
arch-bare-i386 Loading commit data...
arch-bare-x86-64 Loading commit data...
arch-gnu-linux Loading commit data...
arch-wrpc Loading commit data...
diag Loading commit data...
doc Loading commit data...
include/ppsi Loading commit data...
lib Loading commit data...
lib-bare Loading commit data...
pp_printf Loading commit data...
proto-ext-whiterabbit Loading commit data...
proto-standard Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LIB Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
fsm.c Loading commit data...