projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e638f07
)
increate KDBUS_CONN_MAX_REQUESTS_PENDING to 1024 from 128
97/77197/1
accepted/tizen/common/20160629.223126
accepted/tizen/ivi/20160629.071301
accepted/tizen/mobile/20160629.071530
accepted/tizen/tv/20160629.071131
accepted/tizen/wearable/20160629.071245
submit/tizen/20160629.051018
author
INSUN PYO
<insun.pyo@samsung.com>
Wed, 29 Jun 2016 05:04:09 +0000
(14:04 +0900)
committer
INSUN PYO
<insun.pyo@samsung.com>
Wed, 29 Jun 2016 05:04:38 +0000
(14:04 +0900)
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I82e1d634c88f2e86a29e7f5d50ce5226943c2e54
ipc/kdbus/limits.h
patch
|
blob
|
history
diff --git
a/ipc/kdbus/limits.h
b/ipc/kdbus/limits.h
index 6450f58cffcfa829c32cc814d0d36ffbd07f91d9..3ea2f0e42bd9b25ee318a51de7ccd411d753d386 100644
(file)
--- a/
ipc/kdbus/limits.h
+++ b/
ipc/kdbus/limits.h
@@
-53,7
+53,7
@@
#define KDBUS_CONN_MAX_NAMES 256
/* maximum number of queued requests waiting for a reply */
-#define KDBUS_CONN_MAX_REQUESTS_PENDING 1
28
+#define KDBUS_CONN_MAX_REQUESTS_PENDING 1
024 /* 128 -> 1024 */
/* maximum number of connections per user in one domain */
#define KDBUS_USER_MAX_CONN 1024