Fix Write() method of Port 54/265654/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 26 Oct 2021 09:00:41 +0000 (18:00 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 26 Oct 2021 09:00:41 +0000 (18:00 +0900)
commit99cc275334f64d281a3e10e5ace5e22e1f15a6a3
tree5344522367050fa147ac3eff7e8383bebaf0cd9e
parenta681322aa104fd21371c25a6b11f795baa48e42e
Fix Write() method of Port

If the data is larger than the maximum socket buffer size, the port divides
the data by the maximum socket buffer size and transmits it.
And, the queue size of delayed messages is changed to '1024 * 1024 * 10'.

Change-Id: I357efb0c55af9bf61abb06dcc49e63f031ba1091
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/port-internal.cc
src/port-internal.hh