NewIP rto and license adjustment

1. The header comment contains the copyright license, feature description, author, and creation date.
2. The NewIP rto is changed to 20.

Signed-off-by: liangbotong <liangbotong@huawei.com>
This commit is contained in:
liangbotong
2023-06-08 09:29:16 +08:00
parent eaadb5db4d
commit 5724c78633
4 changed files with 14 additions and 5 deletions
+6
View File
@@ -2,6 +2,12 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2022 Huawei Device Co., Ltd.
#
# Description: Create a symbolic link for NewIP in Linux 5.10
#
# Author: Yang Yanjun <yangyanjun@huawei.com>
#
# Data: 2022-07-25
#
set -e
+1 -1
View File
@@ -1,4 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later WITH Linux-syscall-note */
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
*
@@ -34,7 +34,7 @@ module_param_named(af_ninet, g_af_ninet, int, 0444);
/* Rto timeout timer period (HZ/n) */
/*********************************************************************************************/
/* RTT RTO in the small-delay scenario */
int g_nip_rto = 5;
int g_nip_rto = 20;
module_param_named(nip_rto, g_nip_rto, int, 0644);
int get_nip_rto(void)
+6 -3
View File
@@ -2,9 +2,12 @@ require "bit32"
--[[
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (c) 2022 Huawei Device Co., Ltd.
Function : wireshark lua configure for NewIP protocol stack
Author : yangyanjun
Edit Date : 2022/5/27
Description: wireshark lua configure for NewIP protocol stack
Author: Yang Yanjun <yangyanjun@huawei.com>
Data: 2022-05-27
--]]
do -- lua begin