Re: [PATCH cygwin] Re: Problems of AF_INET domain socket regarding out-of-band data.

2018-06-22 Thread Corinna Vinschen
On Jun 22 09:10, Takashi Yano wrote: > On Fri, 22 Jun 2018 00:05:18 +0900 > Takashi Yano wrote: > > Sorry, again. Fix a typo in commit message. > > Fix a typo in commit message again Pushed. Thank you. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cy

Re: [PATCH cygwin] Re: Problems of AF_INET domain socket regarding out-of-band data.

2018-06-21 Thread Takashi Yano
On Fri, 22 Jun 2018 00:05:18 +0900 Takashi Yano wrote: > Sorry, again. Fix a typo in commit message. Fix a typo in commit message again -- Takashi Yano 0001-Fix-the-handling-of-out-of-band-OOB-data-in-a-socket.patch Description: Binary data

Re: [PATCH cygwin] Re: Problems of AF_INET domain socket regarding out-of-band data.

2018-06-21 Thread Takashi Yano
Sorry, again. Fix a typo in commit message. -- Takashi Yano 0001-Fix-the-handling-of-out-of-band-OOB-data-in-a-socket.patch Description: Binary data

[PATCH cygwin] Re: Problems of AF_INET domain socket regarding out-of-band data.

2018-06-21 Thread Takashi Yano
Hi Corinna, On Thu, 21 Jun 2018 09:19:54 +0200 Corinna Vinschen wrote: > - The minor point: There's a typo "oub-of-band" in the comment > handling the SO_OOBINLINE ioctl. Fixed. Thanks. > - The major point: Now that INET and LOCAL sockets are handled > separately, we may want to follow Linux