On 6/14/07, Gerrit Renker <[EMAIL PROTECTED]> wrote:
[CCID 3]: History access is redundant when sending feedback


This patch
  1. removes redundant use of packet history for sending feedback
     (data packet is no longer `found', just referenced);
  2. which obsoletes function dccp_rx_hist_find_data_packet - removed;
  3. removes an irrelevant state `TERM' (feedback is then not sent);
  4. removes redundant variable `last_ack' (duplicates `last_feedback');
  5. converts rx_send_feedback() to use the newer timeofday interface;
  6. simplify the computation of p/p_inv (see note below).

Great - making code much simpler - makes it easier for people like me
to understand!

Signed-off-by: Gerrit Renker <[EMAIL PROTECTED]>

Signed-off-by: Ian McDonald <[EMAIL PROTECTED]>

--
Web: http://wand.net.nz/~iam4/
Blog: http://iansblog.jandi.co.nz
WAND Network Research Group
-
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