]> git.tuebingen.mpg.de Git - paraslash.git/commit
dccp_send.c: Implement chunk queuing for dccp.
authorAndre Noll <maan@systemlinux.org>
Sun, 12 Aug 2007 21:26:27 +0000 (23:26 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 12 Aug 2007 21:26:27 +0000 (23:26 +0200)
commitbd38899d7d8cd4043bfee85fcdb55159ca5ba1a2
tree6309623c24fb1155a2bc6179810e43fcea21a2d3
parent2ecabb05dbeb0948e514cdad1bb811d9edf97e2e
dccp_send.c: Implement chunk queuing for dccp.

As Gerrit mentioned, it might be a good idea to use chunk
queueing also for dccp. This patch uses the new cq_xxx()
abstractions in the same way as the http sender.

Not heavily tested yet.
dccp_send.c