projects
/
platform
/
core
/
api
/
media-controller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3474cc
)
Reduce the delay to bind server socket
37/193137/1
accepted/tizen/unified/20181122.160700
submit/tizen/20181122.030533
author
jiyong.min
<jiyong.min@samsung.com>
Thu, 15 Nov 2018 05:20:22 +0000
(14:20 +0900)
committer
jiyong.min
<jiyong.min@samsung.com>
Thu, 15 Nov 2018 05:20:22 +0000
(14:20 +0900)
Change-Id: I74e7a281fd7637c472a4c2a6b02f432dc99c1842
svc/media_controller_socket.c
patch
|
blob
|
history
diff --git
a/svc/media_controller_socket.c
b/svc/media_controller_socket.c
index
75152b6
..
35bdcb5
100755
(executable)
--- a/
svc/media_controller_socket.c
+++ b/
svc/media_controller_socket.c
@@
-74,7
+74,7
@@
int mc_ipc_create_server_socket(mc_msg_port_type_e port, int *sock_fd)
break;
}
mc_debug("%d", i);
- MC_MILLISEC_SLEEP(
2
50);
+ MC_MILLISEC_SLEEP(50);
}
if (bind_success == false) {