We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c2a0e commit f2ee6d2Copy full SHA for f2ee6d2
src/controller/CHIPDeviceControllerFactory.cpp
@@ -290,8 +290,10 @@ CHIP_ERROR DeviceControllerFactory::InitSystemState(FactoryInitParams params)
290
//
291
app::DnssdServer::Instance().SetFabricTable(stateParams.fabricTable);
292
293
+#if INET_CONFIG_ENABLE_TCP_ENDPOINT
294
// Disable the TCP Server based on the TCPListenParameters setting.
295
app::DnssdServer::Instance().SetTCPServerEnabled(tcpListenParams.IsServerListenEnabled());
296
+#endif
297
}
298
299
stateParams.sessionSetupPool = Platform::New<DeviceControllerSystemStateParams::SessionSetupPool>();
0 commit comments