[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [dccp] Re: wildcard service code?



On 11/28/05, Arnaldo Carvalho de Melo <acme at ghostprotocols.net> wrote:
> On 11/28/05, Phelan, Tom <tphelan at sonusnet.com> wrote:

> > 3) Implementations should allow multiple listeners on the same port, as long as the SC is different for each listener.
>
> Will require a bit more work in Linux, but should be just an extension
> to inet_lookup_listener, in fact I'll have to stop using it and write a
> dccp_lookup_listener that uses __inet_lookup_listener to get the first
> server that listens on the port and then continue till matching the
> one where, ouch, have to think about this one some more...

Clarification: the Linux implementation shares _lots_ of code with
TCP, doing this will probably make this sharing more harder, but as I
said, will
think about it some more to see how to cleanly address this goal, that
seems worth.

- Arnaldo