From 266096b204fd7b10fc04d6ae6cb0cc6afa845482 Mon Sep 17 00:00:00 2001 From: Jianzhang Peng Date: Wed, 1 Jun 2022 08:15:44 +0000 Subject: [PATCH] changelog v1.2.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d54d0b..7f690d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v1.2.0 - 2022-06-01 +### Added + +- http client +- change_dip: before the packet is sent, a huge IP pool is used to change the dest IP + +### Changed + +- rss support l3/l3l4/auto +- optimize statistics + +### Fixed + +- FIX: kni only use interface IP +- FIX: large rx/tx descriptor number +- FIX: print more message for bad gateway error +- FIX: tcp closing state +- FIX: separate tcp and http + ## v1.1.0 - 2022-04-13 ### Added