Skip to content

Commit

Permalink
Merge pull request ipfs#3943 from magik6k/feat/corenet2
Browse files Browse the repository at this point in the history
Implemented experimental ptp(corenet) interface
  • Loading branch information
whyrusleeping authored Jun 10, 2017
2 parents b483260 + b7a037f commit 3cbf801
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/experiments.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package config

type Experiments struct {
FilestoreEnabled bool
ShardingEnabled bool
FilestoreEnabled bool
ShardingEnabled bool
Libp2pStreamMounting bool
}

0 comments on commit 3cbf801

Please sign in to comment.