Netdev List
 help / color / mirror / Atom feed
* [DCCP] [PATCH 0/5]: Extend CCID interface so that CCID-2 stops polling
@ 2008-02-14 13:48 Gerrit Renker
  2008-02-14 13:48 ` [PATCH 1/5] [DCCP]: Extend CCID packet dequeueing interface Gerrit Renker
  0 siblings, 1 reply; 6+ messages in thread
From: Gerrit Renker @ 2008-02-14 13:48 UTC (permalink / raw)
  To: acme; +Cc: dccp, netdev

This set of patches extends the packet sending/dequeuing interface, which is 
currently restricted to using time intervals only. This forces CCID-2 into
a constant polling mode, which is removed in patch #4.

Patch #1: Extends the CCID packet dequeuing interface to allow CCIDs to
          autonomously schedule sending. Previously it was timer-only,
	  so that CCID-2 polls uninterruptedly.
Patch #2: Adds a similar extension to the routine which drains the packet queue
          at the end of a connection (still under congestion control).
Patch #3: Please clean up your queue when disconnecting.
Patch #4: With the previous changes, CCID-2 is taken out of its polling mode.
Patch #5: Removes the `more' argument from tx_packet_sent.

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

end of thread, other threads:[~2008-02-14 13:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14 13:48 [DCCP] [PATCH 0/5]: Extend CCID interface so that CCID-2 stops polling Gerrit Renker
2008-02-14 13:48 ` [PATCH 1/5] [DCCP]: Extend CCID packet dequeueing interface Gerrit Renker
2008-02-14 13:48   ` [PATCH 2/5] [CCID]: Refine the wait-for-ccid mechanism Gerrit Renker
2008-02-14 13:48     ` [PATCH 3/5] [DCCP]: Empty the write queue when disconnecting Gerrit Renker
2008-02-14 13:48       ` [PATCH 4/5] [CCID2]: Stop polling Gerrit Renker
2008-02-14 13:48         ` [PATCH 5/5] [CCID]: Unused argument Gerrit Renker

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