projects
/
platform
/
core
/
appfw
/
debug-launchpad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
048ae36
)
Fix socket buffer size
73/55873/1
accepted/tizen/mobile/20160104.054242
accepted/tizen/tv/20160104.054306
accepted/tizen/wearable/20160104.054328
submit/tizen/20151230.025906
submit/tizen/20160104.014242
author
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 30 Dec 2015 02:55:42 +0000
(11:55 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 30 Dec 2015 02:55:42 +0000
(11:55 +0900)
- Socket buffer size is changed 65535 to 131071.
Change-Id: Ie4472f3a16f19a8de108cdf2a89559f4603e2233
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index 487c1206f20916ebd1662822b7fbc74aa26991f7..de44eab65f17481fc1627bd623125d5a4a14bf03 100644
(file)
--- a/
include/common.h
+++ b/
include/common.h
@@
-36,7
+36,7
@@
#define SOCKET_PATH "/run/user"
#define MAX_LOCAL_BUFSZ 128
-#define AUL_SOCK_MAXBUFF
65535
+#define AUL_SOCK_MAXBUFF
131071
#define PAD_CMD_LAUNCH 0