projects
/
platform
/
core
/
appfw
/
message-port.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f2f9d
)
Fix send_timeout time
65/178965/1
author
jusung son
<jusung07.son@samsung.com>
Tue, 15 May 2018 06:08:59 +0000
(15:08 +0900)
committer
jusung son
<jusung07.son@samsung.com>
Tue, 15 May 2018 06:08:59 +0000
(15:08 +0900)
Change-Id: I420e1f56824c68eeda102069851fef34743c33aa
Signed-off-by: jusung son <jusung07.son@samsung.com>
src/message_port_common.c
patch
|
blob
|
history
diff --git
a/src/message_port_common.c
b/src/message_port_common.c
index
36fbad7
..
8a2d528
100755
(executable)
--- a/
src/message_port_common.c
+++ b/
src/message_port_common.c
@@
-52,7
+52,7
@@
int write_socket(int fd,
unsigned int *bytes_write,
int *sequence)
{
-#define SEND_TIMEOUT 5
00
/* milliseconds */
+#define SEND_TIMEOUT 5 /* milliseconds */
unsigned int left = nbytes;
ssize_t nb;