Change the socket to non-blocking mode. 70/151670/3
authorjusung son <jusung07.son@samsung.com>
Thu, 21 Sep 2017 11:52:28 +0000 (20:52 +0900)
committerjusung son <jusung07.son@samsung.com>
Fri, 22 Sep 2017 02:14:52 +0000 (11:14 +0900)
commit0470685183b05ce65a4470018833f0f7f2d3e48d
treeac815df1525fee71217ca75c56433152bb94dc18
parent6d611798a6b9deb6599f1fdf92e4fec35707c01c
Change the socket to non-blocking mode.

 - In blocking mode, the sender is blocked when the buffer of the receiver is full

 - Related patch
  [amd] https://review.tizen.org/gerrit/#/c/151671/

Change-Id: Ia9f30dbc5ed9930dad0b065f5a4487aa2ff5c561
Signed-off-by: jusung son <jusung07.son@samsung.com>
src/message-port.c
src/message_port.c [changed mode: 0644->0755]