projects
/
platform
/
core
/
appfw
/
amd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0b1554
)
Fix setting receive timeout
95/266995/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 23 Nov 2021 23:11:06 +0000
(08:11 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 23 Nov 2021 23:11:06 +0000
(08:11 +0900)
This patch changes the timeout of the receive() call to 5 seconds.
Change-Id: I1b90b49f81f4e904e25dc579e433fc3eb86c5ae0
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/lib/amd_launchpad.cc
patch
|
blob
|
history
diff --git
a/src/lib/amd_launchpad.cc
b/src/lib/amd_launchpad.cc
index 963668042349cf43c1ed4440d91354f41b609e8c..76070bda47332a9f3babc6d22104a671e18cecb3 100644
(file)
--- a/
src/lib/amd_launchpad.cc
+++ b/
src/lib/amd_launchpad.cc
@@
-265,7
+265,7
@@
int DefaultLauncher(bundle* request, uid_t uid, void* user_data) {
client->Connect(endpoint);
client->SetSendBufferSize(AUL_SOCK_MAXBUFF);
client->SetReceiveBufferSize(AUL_SOCK_MAXBUFF);
- client->SetReceiveTimeout(
15
00);
+ client->SetReceiveTimeout(
50
00);
tizen_base::Parcel parcel = CreateParcel(PAD_CMD_LAUNCH,
AUL_SOCK_ASYNC, request);