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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 30 Jul 2008 06:54:48 +1200
From:	"Ian McDonald" <ian.mcdonald@...di.co.nz>
To:	"Gerrit Renker" <gerrit@....abdn.ac.uk>
Cc:	dccp@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH 2/7] dccp ccid-3: Simplified handling of TX states

On Tue, Jul 29, 2008 at 6:13 AM, Gerrit Renker <gerrit@....abdn.ac.uk> wrote:
> Since CCIDs are only used during the established phase of a connection,
> they have very little internal state; this specifically reduces to:
>
>  * "no packet sent" if and only if s == 0, for the TX packet size s;
>
>  * when the first packet has been sent (i.e. `s' > 0), the question is whether
>   or not feedback has been received:
>   - if a feedback packet is received, "feedback = yes" is set,
>   - if the nofeedback timer expires,  "feedback = no"  is set.
>
> Thus the CCID only needs to remember state about whether or not feedback
> has been received. This is now implemented using a boolean flag, which is
> toggled when a feedback packet arrives or the nofeedback timer expires.
>
> Signed-off-by: Gerrit Renker <gerrit@....abdn.ac.uk>

Signed-off-by: Ian McDonald <ian.mcdonald@...di.co.nz>
--
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