[simulation] add reliable virtual time transport (#11029)

This commit adds a reliable transport based on SEQPACKET unix socket to
simulation platform and use this for tests on simulation platform.
This commit is contained in:
Yakun Xu
2025-06-04 23:32:25 -07:00
committed by GitHub
parent a1de12fd49
commit 1662ca8001
6 changed files with 346 additions and 204 deletions
+3
View File
@@ -89,6 +89,9 @@ readonly TREL
LOCAL_OTBR_DIR=${LOCAL_OTBR_DIR:-""}
readonly LOCAL_OTBR_DIR
: "${OT_VT_USE_UNIX_SOCKET:=0}"
export OT_VT_USE_UNIX_SOCKET
build_simulation()
{
local version="$1"