mirror of
https://github.com/go-i2p/go-i2cp.git
synced 2025-07-04 02:04:41 -04:00
14 lines
120 B
Go
14 lines
120 B
Go
package go_i2cp
|
|
|
|
func Init() {
|
|
tcpInit()
|
|
}
|
|
|
|
func Deinit() {
|
|
tcpDeinit()
|
|
}
|
|
|
|
const (
|
|
CLIENT uint32 = (iota + 1) << 8
|
|
)
|