Skip to content

Commit 61a20f0

Browse files
committed
Minor change Lingua Franca -> LF
1 parent 2f802fb commit 61a20f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01-actor-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here is what our system looks like:
2323
![Step 1 actor model diagram](fig/Step1_Actor.svg)
2424

2525

26-
The squiggly arrows (`~>`) are [**physical connections** in Lingua Franca](https://www.lf-lang.org/docs/writing-reactors/composing-reactors/#physical-connections). They still use TCP for reliable, in-order delivery on each individual link, but the receiver assigns the incoming message a logical timestamp based on its own physical clock (device's clock) rather than preserving the sender's logical timestamp. As a result, LF does not coordinate a single logical ordering across the California and New York links: messages from the two operators may arrive at either grid manager in either order.
26+
The squiggly arrows (`~>`) are [**physical connections** in LF](https://www.lf-lang.org/docs/writing-reactors/composing-reactors/#physical-connections). They still use TCP for reliable, in-order delivery on each individual link, but the receiver assigns the incoming message a logical timestamp based on its own physical clock (device's clock) rather than preserving the sender's logical timestamp. As a result, LF does not coordinate a single logical ordering across the California and New York links: messages from the two operators may arrive at either grid manager in either order.
2727

2828
---
2929

0 commit comments

Comments
 (0)