diff options
author | Swarup Nayak <swarupnpvt@gmail.com> | 2018-09-12 15:16:36 +0530 |
---|---|---|
committer | Swarup Nayak <swarupnpvt@gmail.com> | 2018-09-18 18:40:27 +0530 |
commit | c40c114f2cc079fa363f53ce5927491503f03f6c (patch) | |
tree | 74a660b1c6e43c11b15a279c94d70bfbd4f9f14a /stacks/lwip_stack/lwip_src | |
parent | b26713f201a01f285f7cd611f969b60fc2578eb7 (diff) |
Feat: Resource recycle + nStackMaster Code removal
Change-Id: Ic50d6ac1c467ea3b391551eb761788bc589c3eb8
Signed-off-by: Swarup Nayak <swarupnpvt@gmail.com>
Diffstat (limited to 'stacks/lwip_stack/lwip_src')
-rw-r--r-- | stacks/lwip_stack/lwip_src/ip_module/configuration_reader.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/stacks/lwip_stack/lwip_src/ip_module/configuration_reader.c b/stacks/lwip_stack/lwip_src/ip_module/configuration_reader.c index d5b228b..03b5998 100644 --- a/stacks/lwip_stack/lwip_src/ip_module/configuration_reader.c +++ b/stacks/lwip_stack/lwip_src/ip_module/configuration_reader.c @@ -823,13 +823,7 @@ read_fn (i32 fd) return; } - const char *old_hbt_cnt = "6"; - const char *new_hbt_cnt = "60"; - nsfw_set_soft_para (NSFW_PROC_MASTER, NSFW_HBT_COUNT_PARAM, - (void *) new_hbt_cnt, sizeof (u16)); (void) read_configuration (); // if it returns -1, the err desc info will be wrote to g_config_data, so no need to check return value. - nsfw_set_soft_para (NSFW_PROC_MASTER, NSFW_HBT_COUNT_PARAM, - (void *) old_hbt_cnt, sizeof (u16)); offset = 0; left = MAX_IP_MODULE_BUFF_SIZE; |