Skip to content
This repository was archived by the owner on Aug 23, 2020. It is now read-only.

Commit 9ef65f2

Browse files
author
Gal Rogozinski
committed
update changelog
1 parent 202c5e4 commit 9ef65f2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

changelog.txt

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
1.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

0 commit comments

Comments
 (0)