Skip to content

Removing unused Netio code

Bruce Joseph Gallop requested to merge netio_queues_unused into devel

Removing code from libNetioHW that seems to be unused, which turns out to be quite a bit.

Because startChecking was never called, the queues are never started, isStable will always return true, so remove QueueMonitor.

Because NetioHandler is only used for the receive side, m_send_socket and send were never used (also remove a couple of params).

The only user visible change should be printing error counters, if messages are too small.

Edited by Bruce Joseph Gallop

Merge request reports