Skip to content

0.6.0

Compare
Choose a tag to compare
@lolepezy lolepezy released this 01 Feb 23:49
· 696 commits to master since this release
  • Added support of BGPSec certificates in RPKI repositories (https://datatracker.ietf.org/doc/rfc8209/), validation and sending them through RTR.
  • Added --rtr-log-file option for setting a separate log file for RTR server. RTR protocol generates a lot of log messages, especially in debug mode, so it may be inconvenient to mix RTR and other log messages. By default, all log messages go to stdout.
  • Multiple optimisations of cache structure, serialisation and data compression resulted in reduced CPU usage (by ~40-50%), heap usage (by 20-30% for the validation process) and disk space usage (by ~45% with the default settings).