DCCP protocol discussions
 help / color / mirror / Atom feed
* [PATCH 0/8]: Sequence numbers, larger windows revisited, minor cleanups
@ 2006-12-15 10:49 Gerrit Renker
  2006-12-15 21:54 ` Ian McDonald
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Gerrit Renker @ 2006-12-15 10:49 UTC (permalink / raw)
  To: dccp

This is a small set of patches, likely the last for this year.
I have run my whitespace test script over them and gave them a
test run (sorry, the sparc64 is not yet up).

Patch 1: Adds the add48/sub48 functions to dccp.h. This was
         inspired by Ian McDonald

Patch 2: Changes dccp_delta_seqno(a, b) to return signed numbers,
         depending on whether a sequence number a is `before' b or not

Patch 3: Makes `before48' unambiguous, following the previous discussions.
         I have kept Arnaldo's basic concept, only the subtraction and
         comparison changes. Thanks to Eddie for discussions. 

Patch 4: Fixes a problem with follows48, solved as a byproduct of dccp_delta_seqno

Patch 5: Moves ccid3_pr_debug into header file so that the macro can be used by
         other files. Thanks to Ian McDonald who raised this.

Patch 6: Removes a now redundant `len' test in ccid3_hc_tx_update_s

Patch 7: Re-orders ccid3.c in a TX/RX section, following the ordering in packet_history.{c,h}

Patch 8: Now uses MSS instead of `s' for larger windows -- and now finally also larger throughput :)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-12-21 12:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-15 10:49 [PATCH 0/8]: Sequence numbers, larger windows revisited, minor cleanups Gerrit Renker
2006-12-15 21:54 ` Ian McDonald
2006-12-15 23:59 ` Arnaldo Carvalho de Melo
2006-12-16  0:09 ` Ian McDonald
2006-12-19 10:07 ` Gerrit Renker
2006-12-19 23:06 ` Ian McDonald
2006-12-21 12:01 ` Gerrit Renker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox