Attention is currently required from: fixeria.
1 comment:
File src/host/layer23/src/mobile/tch_data_sock.c:
Patch Set #5, Line 168: osmo_fd_read_disable(&state->listen_bfd);
You disable read of socket listening fd. This would cause any other client connection to lock until read is enabled again. Maybe you want to reject any other connection instead by closing the socket, while there is already a socket client connection.
To view, visit change 35583. To unsubscribe, or for help writing mail filters, visit settings.