diff options
author | David 'Digit' Turner <digit@google.com> | 2009-05-18 17:36:28 +0200 |
---|---|---|
committer | David 'Digit' Turner <digit@google.com> | 2009-05-18 17:36:28 +0200 |
commit | f6330a2eeb78c0971f33feee7fd1ee06472a7dba (patch) | |
tree | 47cfdb5ee7d5757d11c1e64413b2a8bfb10dad7a /adb/protocol.txt | |
parent | 414ff7d98ac8d7610a26206335954ad15f43f3ac (diff) | |
download | core-f6330a2eeb78c0971f33feee7fd1ee06472a7dba.tar.gz core-f6330a2eeb78c0971f33feee7fd1ee06472a7dba.tar.bz2 core-f6330a2eeb78c0971f33feee7fd1ee06472a7dba.zip |
Cleaning up whitespace in adb sources. Nothing more, nothing less.
Diffstat (limited to 'adb/protocol.txt')
-rw-r--r-- | adb/protocol.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/adb/protocol.txt b/adb/protocol.txt index d0f307cfe..398d042f1 100644 --- a/adb/protocol.txt +++ b/adb/protocol.txt @@ -23,7 +23,7 @@ implementation to be much more robust. --- protocol overview and basics --------------------------------------- - + The transport layer deals in "messages", which consist of a 24 byte header followed (optionally) by a payload. The header consists of 6 32 bit words which are sent across the wire in little endian format. @@ -52,7 +52,7 @@ The identifiers "local-id" and "remote-id" are always relative to the reversed. - + --- CONNECT(version, maxdata, "system-identity-string") ---------------- The CONNECT message establishes the presence of a remote system. @@ -114,7 +114,7 @@ is used to establish the connection). Nonetheless, the local-id MUST not change on later READY messages sent to the same stream. - + --- WRITE(0, remote-id, "data") ---------------------------------------- The WRITE message sends data to the recipient's stream identified by @@ -172,7 +172,7 @@ to send across the wire. #define A_WRTE 0x45545257 - + --- implementation details --------------------------------------------- The core of the bridge program will use three threads. One thread |