commit | 50b31dd9022ae821ea18e8048448274054a63ce3 | [log] [tgz] |
---|---|---|
author | Daichi Hirono <hirono@google.com> | Wed Mar 29 13:02:30 2017 +0900 |
committer | Daichi Hirono <hirono@google.com> | Fri Mar 31 10:41:59 2017 +0900 |
tree | 60b1bf504c38adb4e5ca49fd058c54c1c518e74a | |
parent | 4a7f41ee688f892cd4073dc376bae330fcc5b4a2 [diff] |
Retry write operation when getting ENOBUFS. Previously libappfuse set SO_SNDBUF to the maximum message size. However it does not prevent ENOBUF and it made AppFusePerfTest#testReadWriteFile flaky. The CL let FuseBuffer retry write operation when getting ENOBUFS. Bug: 34903085 Test: libappfuse Change-Id: I1602474d852e1599f6e69103bcf6f18277a5644b