Pasi Sarolahti
Mon, 01 Feb 2010 15:54:34 -0800
On Jan 31, 2010, at 1:51 AM, Fernando Gont wrote:
Similar to TCP, DCCP is also connection-oriented and has a LISTEN state for server sockets. I also believe that implementations use the socket API for opening server DCCP sockets in a similar way that TCP does, somany issues are probably similar. But there is a relevant difference:DCCP service codes are intended to allow more flexible allocation of theports, or even sharing a port by multiple applications.Is that mandated by the specs? IIRC, when I reviewed Gorry'sdccp-service-codes I-D (now RFC5595), it was still open what to do withservices codes.
Yes, I think RFC5595 says that sharing a port for multiple SCs at a server should be possible, and it also proposes an algorithm on how to pick a dynamic port based on service code.
- Pasi