Releases: silverengine-de/proxyengine
Releases · silverengine-de/proxyengine
v0.4.8-alpha
- Shorter and easier to understand main code by refactoring with new RunTime struct.
v0.4.7-alpha
- support of Virtio pmd-ports
- KNI kernel module now optional, as a Virtio interface can replace a native Kni interface
- network specification (mac, ip, namespace) moved to Kni and Virtio port definition as part of NetBricks configuration
- physical pmd ports can be associated with a native Kni or Virtio port (kni=)
v0.4.6-alpha
- supports now more than 1 million cps with 3 cores
- is based on the version v1.0.1 of the NetBricks fork
v0.4.5-alpha
- Successfully tested almost 1 million connections per second with 3 working cores.
- Implemented NIC independent TX queuing.
v0.4.2-alpha
- feature "profiling": measure used cycles for code sections
- increased buffer for connection records to 0x3FFFF records per core
v0.4.1-alpha
updated README