Attention is currently required from: pespin.
1 comment:
File src/core/osmo_io_poll.c:
Patch Set #2, Line 118: if (osmo_iofd_txqueue_len(iofd) == 0)
why are you calling this write_disable?
We reach this path if the msgqueue is empty so we have nothing to write. If we don't call write_disable() then since the fd remains writable we'll end up in this function over and over again.
To view, visit change 32759. To unsubscribe, or for help writing mail filters, visit settings.