mirror of
https://github.com/go-i2p/go-i2cp.git
synced 2025-07-03 17:59:44 -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
|
||
|
|
||
|
)
|