Skip to content

Commit

Permalink
P2P - the default network stack
Browse files Browse the repository at this point in the history
This is since cardano-node-8.10 (not yet published).
  • Loading branch information
coot committed Apr 3, 2024
1 parent aee94a9 commit c2812b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/understanding-config-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ It is also possible to have more fine grained control over filtering of trace ou

### Peer-to-peer (P2P) parameters and tracers

To run a node in P2P mode, configure the `EnableP2P` setting to `true` (the default is `False`) in the configuration file. Additionally, ensure you specify the topology in the new format as described above.
To run a node in P2P mode, configure the `EnableP2P` setting to `true`, which is the default value since `cardano-node-8.10`, in the configuration file. Additionally, ensure you specify the topology in the new format as described above.

There are a few new tracers and configuration options that you can set (listed below by
component):
Expand Down
2 changes: 1 addition & 1 deletion docs/new-tracing/tracers_doc_generated.md
Original file line number Diff line number Diff line change
Expand Up @@ -11384,7 +11384,7 @@ Backends:
`Forwarder`
Filtered `Invisible` by config value: `Notice`

### Startup.P2PWarning
### Startup.NonP2PWarning



Expand Down

0 comments on commit c2812b9

Please sign in to comment.