Skip to content

Commit

Permalink
Merge pull request #17 from tamberg/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in README.md
  • Loading branch information
antirez authored Oct 16, 2024
2 parents f4e585a + c4d9fb0 commit 27ceaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ The first byte is the message type byte. The following message types are defined
The second byte of messages of all the message types is the flag byte.
Bits have the following meaning:

* Bit 0: `Ralayed`. Set if the message was repeated by some node that is not the originator of the message. Relayed messages are not acknowledged.
* Bit 0: `Relayed`. Set if the message was repeated by some node that is not the originator of the message. Relayed messages are not acknowledged.
* Bit 1: `PleaseRelay`. If this flag is set, other receivers of the message will try to repeat the message, so that it can travel further in the WAN.
* Bit 2: `Fragment`. This flag means that this message is a fragment of many, that should be reassembled in order to retrieve the full Data message.
* Bit 3: `Media`. For message of type 'Data' this flag means that the message is not text, but some kind of media. See the Data messages section for more information.
Expand Down

0 comments on commit 27ceaf4

Please sign in to comment.