Set optimized I2P defaults
This commit is contained in:
parent
065c86ccff
commit
25879ef498
@ -95,8 +95,8 @@ func connectIRC(network *storage.Network, state *State, srcIP []byte) *irc.Clien
|
|||||||
goSam.SetCloseIdle(false),
|
goSam.SetCloseIdle(false),
|
||||||
goSam.SetDebug(false),
|
goSam.SetDebug(false),
|
||||||
goSam.SetLeaseSetEncType("4"),
|
goSam.SetLeaseSetEncType("4"),
|
||||||
goSam.SetMinSAMVersion(0),
|
goSam.SetSAMMinVersion(0),
|
||||||
goSam.SetMaxSAMVersion(1),
|
goSam.SetSAMMaxVersion(1),
|
||||||
)
|
)
|
||||||
//client, err := goSam.NewClient(addr)
|
//client, err := goSam.NewClient(addr)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user