public inbox for cygwin-developers@cygwin.com
 help / color / mirror / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: cygwin-developers@cygwin.com
Subject: Re: AF_UNIX shutdown
Date: Fri, 16 Oct 2020 10:16:05 -0400	[thread overview]
Message-ID: <ddf7269b-34d6-c2cf-14b1-f6f7dadf06ad@cornell.edu> (raw)
In-Reply-To: <a7166f01-7508-d097-96d8-7aa3b94c17b9@cornell.edu>

On 10/16/2020 8:55 AM, Ken Brown via Cygwin-developers wrote:
> Hi Corinna,
> 
> I'm about to add some code to handle shutdown info, and I want to make sure that 
> I understand how this is supposed to work.  fhandler_socket_unix::shutdown 
> contains the following comment:
> 
> /* Send shutdown info to peer.  Note that it's not necessarily fatal
>     if the info isn't sent here.  The info will be reproduced by any
>     followup package sent to the peer. */
> 
> Does that mean that sendmsg should send its shutdown state as part of every 
> packet it sends?
> 
> And I guess recvmsg should call grab_admin_pkg at every opportunity and should 
> also check the shutdown state in every regular packet it reads?

Another question:

sendmsg currently returns ESHUTDOWN if the socket has been shut down.  Shouldn't 
this be EPIPE? See https://man7.org/linux/man-pages/man2/sendmsg.2.html.

Ken

  reply	other threads:[~2020-10-16 14:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-16 12:55 Ken Brown
2020-10-16 14:16 ` Ken Brown [this message]
2020-10-19 11:49   ` Corinna Vinschen
2020-10-19 11:48 ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ddf7269b-34d6-c2cf-14b1-f6f7dadf06ad@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=cygwin-developers@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).