Tox-Docs / Text

MIT License
45 stars 17 forks source link

Clarifications needed in onion.txt #14

Open Jumbt opened 8 years ago

Jumbt commented 8 years ago

Some sentences and paragraphs where I can't work out what you mean due to grammar/ambiguity:

irungentoo commented 8 years ago

https://github.com/Tox-Docs/Text/commit/25bd800ee93ef484e8d1e8e81ccf2c03a60aa04e

for 205 (now 207), ping_array is basically a data structure used to store data with a random looking 8 byte index. What the docs are saying is that you are storing all this data associated with the 8 byte number you put in the announce packet and then when you receive the response you get it back from ping_array using that same 8 byte number at the beginning of the response packet.

I haven't written the doc file for ping_array yet.