mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 01:31:36 -04:00
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:
@@ -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,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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user