Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36da715f authored by Derrick Bonafilia's avatar Derrick Bonafilia
Browse files

Fixed a documentation error in protocol.txt



Prior to the documentation told users to pass 0 in as
the first argument to write messages, when they should
be outting in their local-id. It is now corrected.

Change-Id: Ia2c6c84f95383baa5ca471493a29a39e5173b604
Signed-off-by: default avatarDerrick Bonafilia <dbonafilia@google.com>
parent f9fd0d5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ not change on later READY messages sent to the same stream.



--- WRITE(0, remote-id, "data") ----------------------------------------
--- WRITE(local-id, remote-id, "data") ---------------------------------

The WRITE message sends data to the recipient's stream identified by
remote-id.  The payload MUST be <= maxdata in length.