This repository was archived by the owner on Aug 23, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 111.8.0
22
33- Feature: new networking infrastructure , new network rules , and batched BCT curl ( # 1393)
4+ * UDP support is dropped
5+ * Performs handshake upon peering
6+ * Protocol version support
7+ * Not compatible with older versions of IRI
8+ * The following configuration options are dropped:
9+ UDP_RECEIVER_PORT
10+ TCP_RECEIVER_PORT
11+ MAX_PEERS
12+ DNS_REFRESHER_ENABLED
13+ DNS_RESOLUTION_ENABLED
14+ * The following configuration options are added:
15+ NEIGHBORING_SOCKET_ADDRESS— defines the socket address to bind the TCP socket to.
16+ NEIGHBORING_SOCKET_PORT— defines the port of the TCP socket to use.
17+ RECONNECT_ATTEMPT_INTERVAL_SECONDS— defines the interval at which to try to reconnect/disconnect wanted neighbors.
18+ AUTO_TETHERING_ENABLED — controls auto-tethering , this was previously controlled via TESTNET true , default is false (also in testnet mode).
19+ MAX_NEIGHBORS— rename of MAX_PEERS , defines the max number of connected neighbors.
20+
421- Fix: set arrival time in millis (not seconds) ( # 766)
522
623
You can’t perform that action at this time.
0 commit comments