Files
go-i2p/lib/i2np/tunnel_build.go

29 lines
704 B
Go
Raw Normal View History

2017-07-02 15:53:10 -07:00
package i2np
/*
I2P I2NP TunnelBuild
https://geti2p.net/spec/i2np
Accurate for version 0.9.28
+----+----+----+----+----+----+----+----+
| Record 0 ... |
| |
+----+----+----+----+----+----+----+----+
| Record 1 ... |
~ ..... ~
| |
+----+----+----+----+----+----+----+----+
| Record 7 ... |
| |
+----+----+----+----+----+----+----+----+
Just 8 BuildRequestRecords attached together
record size: 528 bytes
total size: 8*528 = 4224 bytes
*/
type TunnelBuild [8]BuildRequestRecord