Hey, all!
It seems that TCP support isn't making it into the build even though
by default it's supposed to be on. So, even though we have
TARGET_TRANSPORT: Target transport
(all|none|comma-separated list of names)
allowed names: ALL BT BLE IP TCP
default: ALL
actual: ALL
if you omit TARGET_TRANSPORT from the scons command line, you won't
get TCP support. It seem that the definition of ALL was not updated to
include TCP. I can tell from the fact that OC_ADAPTER_TCP and
CT_ADAPTER_TCP are missing after a default build.
HTH,
Gabriel