mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 05:26:51 -04:00
12 lines
211 B
Go
12 lines
211 B
Go
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
|