implement request/response pattern on TCP
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 19 Jan 2023 08:17:10 +0000 (17:17 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 9 Mar 2023 02:19:50 +0000 (11:19 +0900)
commitad52734972faeae3633608b172b8b68e4f97fd2e
tree4d045738d665aa96fc161b3f7e9841935b3f6c01
parent47936fc610688a08e860f503a6d788daa2df6c96
implement request/response pattern on TCP

- revise AittMsg also
common/AittTransport.h
modules/tcp/Module.cc
modules/tcp/Module.h
src/AITTImpl.cc
src/NullTransport.cc
src/NullTransport.h
tests/RequestResponse_test.cc
tools/FlexbufPrinter.cc
tools/FlexbufPrinter.h