Transfer exact sizes of topics through TCP protocol.
authorChanhee Lee <ch2102.lee@samsung.com>
Tue, 23 Aug 2022 04:47:09 +0000 (13:47 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 15 Sep 2022 05:30:03 +0000 (14:30 +0900)
commit2b53316f8277983f818a109eb21ba472ea9fbd04
tree9c2ad1033fb26cbf476d01b940adfd839a662ddf
parentb109fa0b67ef29aca8704ec764afc81380223298
Transfer exact sizes of topics through TCP protocol.

[Problem] Topic data are now sent or received only once without
          considerations to the sizes actually transferred.
[Solution] Iteratively send or receive the topic until the exact
           sizes are transferred.
modules/tcp/Module.cc
modules/tcp/Module.h