Modify Port::Write() method 99/286999/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 18 Jan 2023 06:20:02 +0000 (06:20 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 18 Jan 2023 06:24:40 +0000 (06:24 +0000)
commit95ab7b83df8ffc11a9514ca8209632a868ce41b5
tree6b2937ab14a0db3ef0428bf59397fc657c59cd7f
parent43cb14e6408ab07a9e84fe234b99f63ed57a0a67
Modify Port::Write() method

After this patch is applied, if the cache buffer is not empty, the
rpc-port library checks the socket whether writing is possible or not.
If it's possible, the rpc-port library writes the delayed message to
the socket fd.

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