commit | c592d3aae3cdc794c8d2641f9e0be309f5f643c7 | [log] [tgz] |
---|---|---|
author | Daichi Hirono <hirono@google.com> | Thu Dec 08 14:22:13 2016 +0900 |
committer | Daichi Hirono <hirono@google.com> | Mon Dec 12 14:53:03 2016 +0900 |
tree | ac21b82aed499cc9accb363a8767495bb3962e85 | |
parent | c8df300bb313a2cc542441378ce35f858e0d9785 [diff] |
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