All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rémi Denis-Courmont" <rdenis@simphalempin.com>
To: dccp@vger.kernel.org
Subject: Re: [RFC] [DCCP]: Deprecate SOCK_DCCP in favour of SOCK_DGRAM
Date: Wed, 14 May 2008 17:49:18 +0000	[thread overview]
Message-ID: <200805142049.19466.rdenis@simphalempin.com> (raw)
In-Reply-To: <20080513072853.GB4514@gerrit.erg.abdn.ac.uk>

Le Wednesday 14 May 2008 20:39:40 Sridhar Samudrala, vous avez écrit :
> On Wed, 2008-05-14 at 09:06 -0700, Ulrich Drepper wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Gerrit Renker wrote:
> > > ... but it would still be good to have.
> > > [...]
> >
> > Thanks, but I think I got this already from previous mails.
>
> SCTP is another protocol that needs to be supported in getaddrinfo().
> The minimum support that is good to have is to handle the following
> values of ai_socktype and ai_protocol.
>   SOCK_STREAM, IPPROTO_SCTP
>   SOCK_SEQPACKET, IPPROTO_SCTP

Yeah but I don't think ai_socktype = SOCK_STREAM and ai_protocol = 0 should 
return IPPROTO_SCTP. Me fears this will break to many TCP applications in the 
field.

-- 
Rémi Denis-Courmont
http://www.remlab.net/

WARNING: multiple messages have this Message-ID (diff)
From: "Rémi Denis-Courmont" <rdenis@simphalempin.com>
To: Sridhar Samudrala <sri@us.ibm.com>
Cc: Ulrich Drepper <drepper@redhat.com>,
	Gerrit Renker <gerrit@erg.abdn.ac.uk>,
	Arnaldo Carvalho de Melo <acme@redhat.com>,
	David Stevens <dlstevens@us.ibm.com>,
	David Miller <davem@davemloft.net>,
	dccp@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [RFC] [DCCP]: Deprecate SOCK_DCCP in favour of SOCK_DGRAM
Date: Wed, 14 May 2008 20:49:18 +0300	[thread overview]
Message-ID: <200805142049.19466.rdenis@simphalempin.com> (raw)
In-Reply-To: <1210786780.31221.8.camel@w-sridhar2.beaverton.ibm.com>

Le Wednesday 14 May 2008 20:39:40 Sridhar Samudrala, vous avez écrit :
> On Wed, 2008-05-14 at 09:06 -0700, Ulrich Drepper wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Gerrit Renker wrote:
> > > ... but it would still be good to have.
> > > [...]
> >
> > Thanks, but I think I got this already from previous mails.
>
> SCTP is another protocol that needs to be supported in getaddrinfo().
> The minimum support that is good to have is to handle the following
> values of ai_socktype and ai_protocol.
>   SOCK_STREAM, IPPROTO_SCTP
>   SOCK_SEQPACKET, IPPROTO_SCTP

Yeah but I don't think ai_socktype == SOCK_STREAM and ai_protocol == 0 should 
return IPPROTO_SCTP. Me fears this will break to many TCP applications in the 
field.

-- 
Rémi Denis-Courmont
http://www.remlab.net/

  parent reply	other threads:[~2008-05-14 17:49 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-13  7:28 [RFC] [DCCP]: Deprecate SOCK_DCCP in favour of SOCK_DGRAM Gerrit Renker
2008-05-13  7:28 ` Gerrit Renker
2008-05-13  7:39 ` David Miller
2008-05-13  7:39   ` David Miller
2008-05-13  9:37 ` Gerrit Renker
2008-05-13  9:37   ` Gerrit Renker
2008-05-13 13:46 ` Gerrit Renker
2008-05-13 13:46   ` Gerrit Renker
2008-05-13 15:50 ` David Stevens
2008-05-13 15:50   ` David Stevens
2008-05-13 16:23 ` Arnaldo Carvalho de Melo
2008-05-13 16:23   ` Arnaldo Carvalho de Melo
2008-05-13 16:59 ` David Stevens
2008-05-13 16:59   ` David Stevens
2008-05-13 17:03 ` Gerrit Renker
2008-05-13 17:03   ` Gerrit Renker
2008-05-13 17:06 ` Rémi Denis-Courmont
2008-05-13 17:06   ` Rémi Denis-Courmont
2008-05-13 17:33 ` Arnaldo Carvalho de Melo
2008-05-13 17:33   ` Arnaldo Carvalho de Melo
2008-05-13 17:34 ` Arnaldo Carvalho de Melo
2008-05-13 17:34   ` Arnaldo Carvalho de Melo
2008-05-13 17:37 ` Rémi Denis-Courmont
2008-05-13 17:37   ` Rémi Denis-Courmont
2008-05-13 17:50 ` Arnaldo Carvalho de Melo
2008-05-13 17:50   ` Arnaldo Carvalho de Melo
2008-05-13 17:53 ` Arnaldo Carvalho de Melo
2008-05-13 17:53   ` Arnaldo Carvalho de Melo
2008-05-13 19:14 ` Ulrich Drepper
2008-05-13 19:14   ` Ulrich Drepper
2008-05-13 22:34 ` David Miller
2008-05-13 22:34   ` David Miller
2008-05-14  8:09 ` Gerrit Renker
2008-05-14  8:09   ` Gerrit Renker
2008-05-14 14:06 ` Ulrich Drepper
2008-05-14 14:06   ` Ulrich Drepper
2008-05-14 14:45 ` Gerrit Renker
2008-05-14 14:45   ` Gerrit Renker
2008-05-14 16:06 ` Ulrich Drepper
2008-05-14 16:06   ` Ulrich Drepper
2008-05-14 17:22 ` Gerrit Renker
2008-05-14 17:22   ` Gerrit Renker
2008-05-14 17:39 ` Sridhar Samudrala
2008-05-14 17:39   ` Sridhar Samudrala
2008-05-14 17:43 ` Ulrich Drepper
2008-05-14 17:43   ` Ulrich Drepper
2008-05-14 17:47 ` Rémi Denis-Courmont
2008-05-14 17:47   ` Rémi Denis-Courmont
2008-05-14 17:49 ` Rémi Denis-Courmont [this message]
2008-05-14 17:49   ` Rémi Denis-Courmont
2008-05-14 17:57 ` Ulrich Drepper
2008-05-14 17:57   ` Ulrich Drepper
2008-05-14 18:00 ` Gerrit Renker
2008-05-14 18:00   ` Gerrit Renker
2008-05-14 18:06 ` Ulrich Drepper
2008-05-14 18:06   ` Ulrich Drepper
2008-05-14 18:07 ` Ulrich Drepper
2008-05-14 18:07   ` Ulrich Drepper
  -- strict thread matches above, loose matches on Subject: below --
2008-05-13 12:53 [RFC] [DCCP]: Deprecate SOCK_DCCP in favour of SO Remi Denis-Courmont
2008-05-13 12:53 ` [RFC] [DCCP]: Deprecate SOCK_DCCP in favour of SOCK_DGRAM Remi Denis-Courmont

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=200805142049.19466.rdenis@simphalempin.com \
    --to=rdenis@simphalempin.com \
    --cc=dccp@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.