platform_system_core/libappfuse
Daichi Hirono cb9153bf43 Support SOCK_STREAM for bridge between system and app
Previously AppFuse use SOCK_SEQPACKET for sockets communicating system
and app. However SOCK_SEQPACKET requires the buffer of message size in
the kernel and sometimes failed to write with ENOBUF.

The CL updates libappfuse so that it can use SOCK_STREAM instead of
SOCK_SEQPACKET.

Bug: 33279206
Test: libappfuse_test
Change-Id: I622ada9ac1d71d0c57b6cfff0904c7829cea7995
2016-12-12 14:53:03 +09:00
..
include/libappfuse Support SOCK_STREAM for bridge between system and app 2016-12-12 14:53:03 +09:00
tests Support SOCK_STREAM for bridge between system and app 2016-12-12 14:53:03 +09:00
Android.bp Add FuseAppLoop to libappfuse. 2016-11-15 09:47:31 +09:00
FuseAppLoop.cc Add FuseAppLoop to libappfuse. 2016-11-15 09:47:31 +09:00
FuseBridgeLoop.cc Remove FuseBridgeLoop class. 2016-11-17 09:49:51 +09:00
FuseBuffer.cc Support SOCK_STREAM for bridge between system and app 2016-12-12 14:53:03 +09:00