Skip to content

Commit 0ddb76f

Browse files
committed
CAD17 WIP
1 parent b41ce20 commit 0ddb76f

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

cad/017_peerops/README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,35 @@ Running a Peer requires:
1818
- At least 8 GB RAM (32 Gb Recommended)
1919
- At least 2 TB fast Storage (NVMe Recommended)
2020
- A secure modern operating system (Linux recommended) with good support for memory mapped files
21-
- Java 15 or above
21+
- Java 21 or above
2222

23-
## Installation
23+
The network should be configured with:
24+
- a publicly accessible IP address (IPv4 or IPv6)
25+
- firewall access to the server via TCP on a chosen port (the Convex protocol default `18888` is recommended)
26+
- a trusted DNS entry (e.g. `peer.mycompany.com`)
27+
28+
The DNS entry is optional, but it will help significantly with discoverability / user access to your peer.
2429

2530
## Configuration
2631

27-
Peers SHOULD configure the number of concurrent outgoing Peer connections according to their available bandwidth. 20 recommeded for Peers with fast connections.
32+
### Peer Config
33+
34+
Peers can be configured at launch
35+
36+
37+
Peers SHOULD configure the number of concurrent outgoing Peer connections according to their available bandwidth. 20 recommended for Peers with fast connections.
2838

2939

3040

3141
## Startup
3242

43+
3344
## Shutdown
3445

46+
3547
## Upgrade
3648

49+
3750
## Recovery
3851

3952
### Network Partitions

0 commit comments

Comments
 (0)