Nick Mathewson cb6707405c Make debug mode catch mixed ET and non-ET events on an fd
Of the backends that support edge-triggered IO, most (all?) do not
support attempts to mix edge-triggered and level-triggered IO on the
same FD.  With debugging mode enabled, we now detect and refuse attempts
to add a level-triggered IO event to an fd that already has an
edge-triggered IO event, and vice versa.
2010-04-28 12:20:18 -04:00
..
2010-03-05 13:00:15 -05:00
2010-01-23 20:07:05 -05:00
2010-04-22 21:49:05 -07:00
2010-04-23 14:42:25 -04:00
2010-03-05 13:00:15 -05:00
2010-01-12 15:58:36 -05:00