lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 04 Jan 2009 21:45:55 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	gerrit@....abdn.ac.uk
Cc:	dccp@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH 1/3] dccp: Lockless integration of CCID
 congestion-control plugins

From: Gerrit Renker <gerrit@....abdn.ac.uk>
Date: Sat,  3 Jan 2009 08:30:47 +0100

> Based on Arnaldo's earlier patch, this patch integrates the standardised
> CCID congestion control plugins (CCID-2 and CCID-3) of DCCP with dccp.ko:
> 
>  * enables a faster connection path by eliminating the need to always go 
>    through the CCID registration lock;
> 
>  * updates the implementation to use only a single array whose size equals
>    the number of configured CCIDs instead of the maximum (256);
> 
>  * since the CCIDs are now fixed array elements, synchronization is no
>    longer needed, simplifying use and implementation.
> 
> CCID-2 is suggested as minimum for a basic DCCP implementation (RFC 4340, 10);
> CCID-3 is a standards-track CCID supported by RFC 4342 and RFC 5348.
> 
> Signed-off-by: Gerrit Renker <gerrit@....abdn.ac.uk>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ