Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Update go-ipfs to v0.4.21 + discovery patch #806

Merged
merged 3 commits into from
Jun 6, 2019
Merged

Conversation

sanderpick
Copy link
Member

@sanderpick sanderpick commented Jun 6, 2019

Re: ipfs/kubo#6415

Also,

  • Updates sender handling with the version of IpfsDHT used in v0.4.21 (v0.0.13)
  • Turns auto relay back on for mobile

Signed-off-by: Sander Pick <sanderpick@gmail.com>
Signed-off-by: Sander Pick <sanderpick@gmail.com>
Signed-off-by: Sander Pick <sanderpick@gmail.com>
Copy link
Member

@carsonfarmer carsonfarmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@@ -146,7 +148,7 @@ func InitIpfs(identity native.Identity, mobile bool, server bool) (*native.Confi
},
DisableBandwidthMetrics: mobile,
DisableNatPortMap: server,
EnableRelayHop: false,
EnableRelayHop: server,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just double checking, we only want this enabled when run in 'server' mode?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so... maybe on desktop but probably requires not being behind a NAT

@sanderpick sanderpick merged commit 152cd1d into master Jun 6, 2019
@sanderpick sanderpick deleted the sander/ipfs-0.4.21 branch June 6, 2019 04:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants