]> arthur.barton.de Git - ngircd-alex.git/commit
Conn_Handler(): cleanup code, add/translate comments.
authorAlexander Barton <alex@barton.de>
Mon, 26 May 2008 19:38:27 +0000 (21:38 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 26 May 2008 19:38:27 +0000 (21:38 +0200)
commitd36087139482812b6a537e88fa689cca84d4b844
tree946b82ba86dbb9390b484cdb0f5fa19a8155d605
parentb90f71ca2ab1b2eea7ca992b1e51a4b39afe0728
Conn_Handler(): cleanup code, add/translate comments.

In addition, the "timeout" variable has been removed because it is
unnecessary today: Handle_Buffer() handles all the data it can handle,
and io_dispatch() returns immediately when new data is available. So
we don't have to double-check but better sleep. Pointed out by Florian.
src/ngircd/conn.c