Change the socket to non-blocking mode. 22/133122/4
authorjusung son <jusung07.son@samsung.com>
Fri, 9 Jun 2017 04:28:55 +0000 (13:28 +0900)
committerjusung son <jusung07.son@samsung.com>
Wed, 14 Jun 2017 04:02:37 +0000 (13:02 +0900)
commit11275f7bdb407022a11a3febed5c1ddd3188c933
tree4e571961d27123c79059189051ab407f9b1e1c1d
parent2824a983f5096820abd49e82f8b2b7071b0f1f1a
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/133124/

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