On 10/5/07, Gerrit Renker <[EMAIL PROTECTED]> wrote: > [DCCP]: Minisock unemployed > > This patch removes one unused field (Ack Ratio) from the minisock structure. > After this removal, only one field - the Boolean flag for enabling NDP count > - remains. > So once this is put into dccp_sock as well, minisock becomes empty. > > The reason is that all state-passing is now dynamic, through the use of > feature > negotiation. The activation of features takes place at the end of the initial > handshake (with the exception of client sequence window, which uses the > default of 100 > until the handshake completes). The sysctls now seed the initial feature > values and can > optionally be overridden on a per-connection basis using sockopts (as for > example in the > CCID-sockopt patches). > > Signed-off-by: Gerrit Renker <[EMAIL PROTECTED]>
Acked-by: Ian McDonald <[EMAIL PROTECTED]> - 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

