i2np structs

This commit is contained in:
Hayden
2017-07-02 15:53:10 -07:00
parent 1dc86bdbac
commit f3af385fc5
19 changed files with 1251 additions and 229 deletions

View File

@ -0,0 +1,18 @@
package i2np
/*
I2P I2NP VariableTunnelBuildReply
https://geti2p.net/spec/i2np
Accurate for version 0.9.28
+----+----+----+----+----+----+----+----+
| num| BuildResponseRecords...
+----+----+----+----+----+----+----+----+
Same format as VariableTunnelBuildMessage, with BuildResponseRecords.
*/
type VariableTunnelBuildReply struct {
Count int
BuildResponseRecords []BuildResponseRecord
}