options. Pretty much everything but saving and serving, really. Also defaults I think.
This commit is contained in:
parent
55a78dce12
commit
d11381dc4f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ func NewConn(sam *sam3.SAM, addr, path string, opts []string) (*Conn, error) {
|
|||
}
|
||||
c.path = path + c.I2PKeys.Addr().Base32() + ".i2pkeys"
|
||||
c.SaveKeys()
|
||||
c.StreamSession, err = sam.NewStreamSession(c.I2PKeys.Addr().Base32()[0:10], c.I2PKeys, sam3.Options_Small)
|
||||
c.StreamSession, err = sam.NewStreamSession(c.I2PKeys.Addr().Base32()[0:10], c.I2PKeys, opts)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue