v2.0.0-alpha.10
Pre-release
Pre-release
Release blog post: https://www.nzyme.org/blog/project/2024/04/02/release-v200-alpha-10
Note that the Ethernet functionality is still extremely limited!
Upgrading
If you are upgrading from a previous version, you can simply run dpkg -i on the new release packages and restart the nzyme and nzyme-tap services.
Breaking Changes
- The
nzyme-tapconfiguration file requires the following additional configuration setting. You can leave the default settings as they are until TCP processing officially supported and you start using it.
[protocols.tcp]
pipeline_size = 16384
reassembly_buffer_size = 1048576
session_timeout_seconds = 60Other Important Changes
- The first start of
nzyme-nodeafter the upgrade may take a little longer than usual because we added indices to some potentially large tables.
Please read the release blog post for a list of all new features and improvements.