Bug List

Member GNE::ConnectionEventGenerator::run ()
If nlPollGroup fails, the error is not reported.

Member GNE::Console::goutbuf::flush_output ()
does not handle nulls in the stream properly in all cases although most of the time it works.

Member GNE::PacketStream::run ()
we need a way to guarantee that the write won't block when trying to send the ExitPacket on shutdown.

Member GNE::ServerConnection::run ()
The PacketFeeder is set after onNewConn, so it is possible that if the user sets a different PacketFeeder right after connecting, it might "get lost" and if set during onNewConn, is definitely lost. I do provide a check do this is only a problem if a feeder is set in the ConnectionParams AND in onNewConn.