Browse Source

updated scratchpad

pull/742/head
Logan oos Even 3 years ago
committed by GitHub
parent
commit
72d372cd04
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      doc/Scratchpad.md

7
doc/Scratchpad.md

@ -32,15 +32,18 @@ rpmbuild -bb ./n2n.spec
- Network interface metric can be set by command-line option `-x` (Windows only) - Network interface metric can be set by command-line option `-x` (Windows only)
- Re-enabled local peer detection by multicast on Windows - Re-enabled local peer detection by multicast on Windows
- Edge identifier (`-I`) helps to identify edges more easily in management port output - Edge identifier (`-I`) helps to identify edges more easily in management port output
- Optional edge user and password authentication (`-J`, `-P`) - Optional edge user and password authentication (`-J`, `-P`, `doc/Authentication.md`)
### Improvements ### Improvements
- Increased edges' resiliance to temporary supernode failure - Increased edges' resiliance to temporary supernode failure
- Fixed a compression-related memory leak - Fixed a compression-related memory leak
- Ciphers partly come with platform-specific hardware acceleration (check `tools/n2n-benchmark`) - Ciphers partly come with platform-specific hardware acceleration
- Clean-up management port output - Clean-up management port output
- Polished benchmark tool output - Polished benchmark tool output
- Spun-off the name resolution into a seperate thread avoiding lags
- Implemented new `reload_communities` command to make supernode hot-reload the `-c` provided `community.list` file, issued through management port
- Reactivated send out of gratuitous ARP packet on establishing connection - Reactivated send out of gratuitous ARP packet on establishing connection
- Enhanced documentation (`doc/` folder) including the man pages and command-line help text - Enhanced documentation (`doc/` folder) including the man pages and command-line help text
- Self-monitoring time stamp accuracy for use on systems with less accurate clocks - Self-monitoring time stamp accuracy for use on systems with less accurate clocks

Loading…
Cancel
Save