summaryrefslogtreecommitdiff
path: root/docs/Tox_middle_level_network_protocol.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-05-11 18:27:23 -0400
committerirungentoo <irungentoo@gmail.com>2014-05-11 18:27:23 -0400
commit1580a5c696478aec1b17946e323a4091430106c5 (patch)
tree421a21a21579d4a72406081ab3364cbaf1259f78 /docs/Tox_middle_level_network_protocol.txt
parentff4368add70d4e36dd553fdc32efe38bdef677b9 (diff)
Added kill packets.
There should be no more delay between a peer closing their client and their friend being notified of them going offline. (unless the kill packet is lost)
Diffstat (limited to 'docs/Tox_middle_level_network_protocol.txt')
-rw-r--r--docs/Tox_middle_level_network_protocol.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Tox_middle_level_network_protocol.txt b/docs/Tox_middle_level_network_protocol.txt
index f9b03196..29ea131a 100644
--- a/docs/Tox_middle_level_network_protocol.txt
+++ b/docs/Tox_middle_level_network_protocol.txt
@@ -100,6 +100,7 @@ lossy][data]
100data ids: 100data ids:
1010: padding (skipped until we hit a non zero (data id) byte) 1010: padding (skipped until we hit a non zero (data id) byte)
1021: packet request packet (lossy packet) 1021: packet request packet (lossy packet)
1032: connection kill packet (lossy packet) (tells the other that the connection is over)
103... 104...
10416+: reserved for Messenger usage (lossless packets). 10516+: reserved for Messenger usage (lossless packets).
105 106