platform_system_core/libappfuse/include/libappfuse
Ryo Hashimoto 3d95d88b14 Stop using SO_SNDBUFFORCE
Use SO_SNDBUF which doesn't require CAP_NET_ADMIN instead.
Change the value of kFuseMaxWrite to 128KB.

In the kernel code, there is a constant FUSE_MAX_PAGES_PER_REQ which
limits the size of requests to 128KB.

Bug: 74725300
Test: atest android.os.storage.cts.StorageManagerTest

Change-Id: Ic3a8f1a7378d027a6c0ee054cedc2c9f4b7509ad
2018-03-15 14:22:27 +09:00
..
EpollController.h Enable FuseBridgeLoop to accept new mount point after starting 2017-03-23 16:22:03 +09:00
FuseAppLoop.h Change FuseAppLoop so that it can process messages asynchronously. 2017-03-27 14:46:58 +09:00
FuseBridgeLoop.h Enable FuseBridgeLoop to accept new mount point after starting 2017-03-23 16:22:03 +09:00
FuseBuffer.h Stop using SO_SNDBUFFORCE 2018-03-15 14:22:27 +09:00