]> git.tuebingen.mpg.de Git - paraslash.git/commit
dccp_send.c: Simplify send_queued_chunks().
authorAndre Noll <maan@systemlinux.org>
Sun, 12 Aug 2007 21:36:51 +0000 (23:36 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 12 Aug 2007 21:36:51 +0000 (23:36 +0200)
commit72ed0a92d2c9a76b3bd2b4e8f81b69e57280a79d
treebd250ab0fd49ddfaeb9b57f32abffae95be0159f
parentbd38899d7d8cd4043bfee85fcdb55159ca5ba1a2
dccp_send.c: Simplify send_queued_chunks().

The dccp socket is non-blocking, so there's no need to
check for writability.
dccp_send.c