Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Tick synchronisation is incomplete #56

Open
5 tasks
lplana opened this issue Mar 24, 2022 · 0 comments
Open
5 tasks

Tick synchronisation is incomplete #56

lplana opened this issue Mar 24, 2022 · 0 comments
Labels

Comments

@lplana
Copy link
Member

lplana commented Mar 24, 2022

The arrival of the following packets is not verified before moving to the next processing tick:

  • forward-phase broadcast STOP packets
  • backprop-phase broascast SYNC packets
  • backprop-phase multicast (s-core to w-cores) LDSA packets
  • any-phase broadcast DLRV packets
  • forward-phase broadcast NET STOP packets

Arrival of these packets is difficult to verify due to their multicast/broadcast nature.

These packets are transmitted during periods of quiet network traffic and have a low probability of being dropped and missed, i.e., they are unlikely to be dropped and, if indeed dropped, they are very likely to be picked up and successfully reinjected.

@lplana lplana added the bug label Mar 24, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant