Skip to content

Commit 0ee32cd

Browse files
committed
Version update: 0.9.5
Changes List: - Remove 5 second interval in napi switch on/off to avoid extra latency. Signed-off-by: Goh, Wei Sheng <[email protected]>
1 parent 1e32682 commit 0ee32cd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,7 @@ For prior version, please refer to the tag commit message. Sorry guys.
7979

8080
## [0.9.4] - 2023-1-17
8181
- I225 Fix packet routing for AF_PACKET TBS
82+
83+
## [0.9.5] - 2023-2-21
84+
- Remove 5 second interval in napi switch on/off to avoid
85+
extra latency.

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set -a # enable variable export
3434
RUNSH_DEBUG_MODE="YES"
3535
RUNSH_QDISC_DEBUG_MODE="NO"
3636
RUNSH_RESULT_DEBUG_MODE="NO"
37-
TSNREFSW_PACKAGE_VERSION="v0.9.4"
37+
TSNREFSW_PACKAGE_VERSION="v0.9.5"
3838

3939
main() {
4040
#if [ $USER != "root" ]; then

0 commit comments

Comments
 (0)