TSG-2994 将 TFE 支持的配置项补充到 tfe.conf 中

This commit is contained in:
luwenpeng
2020-08-31 16:10:05 +08:00
parent 56addbdd27
commit 8c439fdbea
5 changed files with 86 additions and 34 deletions

View File

@@ -193,7 +193,7 @@ struct acceptor_kni_v2 * acceptor_kni_v2_create(struct tfe_proxy * proxy, const
__ctx->logger = logger;
/* Read the unix domain socket file, this file is used to recieve fds from KNI */
MESA_load_profile_string_def(profile, "acceptor_kni_v2", "scm_socket_file", __ctx->str_scm_socket,
MESA_load_profile_string_def(profile, "kni", "scm_socket_file", __ctx->str_scm_socket,
sizeof(__ctx->str_scm_socket), TFE_CONFIG_SCM_SOCKET_FILE);
__sockaddr_un.sun_family = AF_UNIX;