libosmocore/src/core
Andreas Eversberg 1fc35d2557 osmo_io: Use poll/select to notify socket connection at osmo_io_uring.c
In order to receive a connect notification from SCTP socket,
poll/select event must be used instead of a write notification via
io_uring completion event.

Once the connect notification has been received, subsequent write
notifications via io_uring are used.

Change-Id: I4eca9ea72beb0d6ea4d44cce81ed620033f07270
Related: OS#5751
2024-02-23 18:01:36 +01:00
..
Makefile.am core: Add software UART implementation 2023-11-21 00:58:53 +07:00
application.c
backtrace.c
base64.c
bitcomp.c
bits.c
bitvec.c bitvec: bitvec_to_string_r(): drop unused variable 2024-01-03 09:54:46 +00:00
context.c on_dso_load_select: run after on_dso_load_ctx 2023-03-14 15:22:20 +00:00
conv.c
conv_acc.c
conv_acc_generic.c
conv_acc_neon.c
conv_acc_neon_impl.h
conv_acc_sse.c
conv_acc_sse_avx.c
conv_acc_sse_impl.h
counter.c
crc16.c
crcXXgen.c.tpl
exec.c exec: osmo_system_nowait2(): Improve logging and error checks 2023-07-25 15:22:14 +00:00
fsm.c
gsmtap_util.c gmstap_util: Fix sending out gsmtap messages 2023-11-17 18:52:58 +01:00
isdnhdlc.c isdndlc: Fix documentation 2023-01-21 22:41:57 +01:00
it_q.c core: fix wrong logic in _osmo_it_q_dequeue() 2023-12-09 15:23:11 +07:00
libosmocore.map osmo_io: sendmsg/recvmsg support 2024-02-23 18:01:36 +01:00
logging.c Revert "logging: add log level cache" 2024-01-09 16:37:05 +00:00
logging_gsmtap.c logging_gsmtap: Temporarily disable logging when sending the logs 2023-11-09 19:34:37 +07:00
logging_syslog.c Fix all references to config.h 2023-01-18 19:04:36 +01:00
logging_systemd.c
loggingrb.c
macaddr.c
mnl.c doxygen: fix various typos in commands \param and \returns 2023-02-28 18:48:56 +00:00
msgb.c
msgfile.c
netdev.c copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-19 08:48:48 +00:00
netns.c copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-19 08:48:48 +00:00
osmo_io.c osmo_io: sendmsg/recvmsg support 2024-02-23 18:01:36 +01:00
osmo_io_internal.h osmo_io: Use poll/select to notify socket connection at osmo_io_uring.c 2024-02-23 18:01:36 +01:00
osmo_io_poll.c osmo_io: sendmsg/recvmsg support 2024-02-23 18:01:36 +01:00
osmo_io_uring.c osmo_io: Use poll/select to notify socket connection at osmo_io_uring.c 2024-02-23 18:01:36 +01:00
panic.c Fix all references to config.h 2023-01-18 19:04:36 +01:00
plugin.c Fix all references to config.h 2023-01-18 19:04:36 +01:00
prbs.c
prim.c
probes.d
rate_ctr.c
rbtree.c
select.c select: Prevent negative index lookup on osmo_fd_lookup.table 2023-08-23 17:10:13 +00:00
sercomm.c
serial.c
signal.c
sockaddr_str.c
socket.c Make socket.c compile without libsctp support (--disable-libsctp) 2024-02-23 18:01:36 +01:00
soft_uart.c soft_uart: fix the Rx flushing logic, add a unit test 2023-12-11 20:49:24 +00:00
stat_item.c
stat_item_internal.h
stats.c
stats_statsd.c
stats_tcp.c cosmetic: stats_tcp: Fix typo in comment 2023-03-09 21:18:08 +00:00
strrb.c core: remove unnecessary #include <osmocom/core/talloc.h> 2023-03-31 05:39:24 +07:00
tdef.c core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precision 2024-01-09 13:11:04 +00:00
thread.c
time_cc.c
timer.c Prevent poll() in select.c to timeout too early 2024-01-30 12:06:58 +00:00
timer_clockgettime.c
timer_gettimeofday.c
tun.c copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH 2023-05-19 08:48:48 +00:00
use_count.c
utils.c utils: osmo_bcd2str(): fix applying non-zero offset to null pointer 2024-01-03 09:54:46 +00:00
write_queue.c write_queue: Fix Doxygen comment 2023-10-20 20:55:54 +00:00