toxcore/docs/updates
irungentoo f9bf7b074a
Major protocol changes, this commit breaks all network compatibility.
Removed a bunch of useless space from various structs.

pack_nodes() and unpack_nodes() are now used to transmit lists of
nodes for the DHT and onion parts. They provide a way to transmit
both ipv6 and ipv4 nodes in the same packet in a portable way that
takes as little space as possible without compression.

Using pack_nodes, merged the send nodes and send nodes ipv6 packets
into one packet greatly reducing the risk of amplification attacks.
2014-04-15 18:09:07 -04:00
..
Crypto.md Added no_replay and added some things to the docs. 2014-01-19 09:44:33 -05:00
DHT.md Major protocol changes, this commit breaks all network compatibility. 2014-04-15 18:09:07 -04:00
Spam-Prevention.md Added docs detailing containing latest protocol changes. 2013-08-16 20:02:53 -04:00
Symmetric-NAT-Transversal.md Added docs detailing containing latest protocol changes. 2013-08-16 20:02:53 -04:00