6a267fe019
From the current implementation,udp localsoket receiver's pipe is closed, the sender write failed in the pipe; we change the implementation to check if buffer is free(PIPE_IS_POLICY_0),if not free,the sender could write in the pipe; From the current implementation,udp localsoket sender's pipe is empty,the recevier directly return end of file; we change the implementation to check if buffer is free(PIPE_IS_POLICY_0),if not free,the receiver wait for data Signed-off-by: wangchen <wangchen41@xiaomi.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
fifo.c | ||
Kconfig | ||
Make.defs | ||
pipe_common.c | ||
pipe_common.h | ||
pipe.c |