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