diff options
Diffstat (limited to 'docs/Messenger_Protocol.txt')
-rw-r--r-- | docs/Messenger_Protocol.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Messenger_Protocol.txt b/docs/Messenger_Protocol.txt index 377a6016..78f756ae 100644 --- a/docs/Messenger_Protocol.txt +++ b/docs/Messenger_Protocol.txt | |||
@@ -2,8 +2,8 @@ Protocol for messages, data, etc.. | |||
2 | 2 | ||
3 | Streaming audio/video will not use this protocol as they can absorb some data loss. | 3 | Streaming audio/video will not use this protocol as they can absorb some data loss. |
4 | 4 | ||
5 | The protocol itself will run on top of the encryption which means it should be | 5 | The protocol itself will run on top of the encryption which means it should be |
6 | impossible for someone to know what type of data is being transmitted.(Well they | 6 | impossible for someone to know what type of data is being transmitted.(Well they |
7 | could just analyze how much data is being transmitted for a pretty good guess) | 7 | could just analyze how much data is being transmitted for a pretty good guess) |
8 | 8 | ||
9 | Because it runs on the encryption which itself runs on our Lossless UDP protocol | 9 | Because it runs on the encryption which itself runs on our Lossless UDP protocol |
@@ -29,4 +29,4 @@ ids 0 to 16 are reserved. | |||
29 | 29 | ||
30 | 64 Chat message | 30 | 64 Chat message |
31 | 6? File transmission. | 31 | 6? File transmission. |
32 | 32 | 70 Status change | |