On 9/26/07, Gerrit Renker <[EMAIL PROTECTED]> wrote:
> [DCCP]: Allow to parse options on Request Sockets
>
> The option parsing code currently only parses on full sk's. This causes a 
> problem for
> options sent during the initial handshake (in particular timestamps and 
> feature-negotiation
> options). Therefore, this patch extends the option parsing code with an 
> additional argument
> for request_socks: if it is non-NULL, options are parsed on the request 
> socket, otherwise
> the normal path (parsing on the sk) is used.
>
> Subsequent patches, which implement feature negotiation during connection 
> setup, make use
> of this facility.
>
> Signed-off-by: Gerrit Renker <[EMAIL PROTECTED]>

Signed-off-by: Ian McDonald <[EMAIL PROTECTED]>
-- 
Web1: http://wand.net.nz/~iam4/
Web2: http://www.jandi.co.nz
Blog: http://iansblog.jandi.co.nz
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to