mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 21:55:18 -04:00
i2np structs
This commit is contained in:
18
lib/i2np/variable_tunnel_build_reply.go
Normal file
18
lib/i2np/variable_tunnel_build_reply.go
Normal 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
|
||||
}
|
Reference in New Issue
Block a user