Attention is currently required from: daniel, laforge.
1 comment:
File src/core/osmo_io_poll.c:
Patch Set #4, Line 116: if (IOFD_FLAG_ISSET(iofd, IOFD_FLAG_FD_REGISTERED))
is this something we silently want to accept? or something which should be debugged and hence at lea […]
If the user enables notification when the socket is connects (osmo_iofd_notify_connected) and also wants to register the file descriptor (osmo_iofd_register) at the same time, this function is called twice.
The user does not need to wait until the socket is connected before calling osmo_iofd_register() this way.
This means that no error should be logged here.
To view, visit change 35909. To unsubscribe, or for help writing mail filters, visit settings.