mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 13:32:52 -04:00
i2np structs
This commit is contained in:
11
lib/i2np/tunnel_build_reply.go
Normal file
11
lib/i2np/tunnel_build_reply.go
Normal file
@ -0,0 +1,11 @@
|
||||
package i2np
|
||||
|
||||
/*
|
||||
I2P I2NP TunnelBuildReply
|
||||
https://geti2p.net/spec/i2np
|
||||
Accurate for version 0.9.28
|
||||
|
||||
Same format as TunnelBuildMessage, with BuildResponseRecords
|
||||
*/
|
||||
|
||||
type TunnelBuildReply [8]BuildResponseRecord
|
Reference in New Issue
Block a user