This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help: looking for equivalent syscall to shutdown() but for unix pipes


On Fri, Jan 18, 2019 at 3:44 PM Alexandre Bique
<bique.alexandre@gmail.com> wrote:
> On Fri, Jan 18, 2019 at 1:36 PM Adhemerval Zanella
> <adhemerval.zanella@linaro.org> wrote:
> > Maybe use socketpair if unidirectional is not required?
>
> We don't need a bi-directional communication, we wanted to stick with
> pipe and solve the issue.

Yet the idea of using a unix socket instead and shutdown the direction
we don't need (to make it look like a pipe) sounds the best option so
far.

Thank you again,
-- 
Alexandre Bique


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]