Change the recv/send socket buffer size.
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 22 Jul 2013 06:01:22 +0000 (15:01 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 22 Jul 2013 06:01:22 +0000 (15:01 +0900)
commit53bae458210ecf1391f20e7243a22a2c18a0a497
treed492363ce298821790adce84ff917e30211a137f
parent77aa2c762b10865814a4d40de2034885286a6cb9
Change the recv/send socket buffer size.

Recv bufsz: 512KB (kernel will double this to 1MB)
Send bufsz: 256KB (kernel will double this to 512KB)
This change is only can be applied by selection of kernel.
So even if I change this, the kernel can change it what it can support.

Change-Id: Ic3119dd82bbaf3845ac34fcf39f2f099cb9a70eb
packaging/libcom-core.spec
src/secure_socket.c