aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-05stream.c: Use non-blocking connect in osmo_stream_cliHarald Welte1-1/+1
2018-04-05stream.c: osmo_stream_cli_open2: Remove wrong assumption in reconnect decisionPau Espin Pedrol1-1/+1
2018-02-22add support for flushing and destroying a server-side streamStefan Sperling1-1/+29
2017-11-20osmo_stream_{cli,srv}_destroy: fix mem leak: empty msgb queueNeels Hofmeyr1-0/+2
2017-11-17stream: Avoid re-creating and leaking socket when unneededPau Espin Pedrol1-2/+6
2017-11-13Add SPDX-License-Identifier + Copyright statementsHarald Welte1-0/+21
2017-10-27some more Doxygen header text for datagram, osmux and stream moduleHarald Welte1-0/+5
2017-06-07src: use osmo_timer_setup()Pablo Neira Ayuso1-2/+1
2017-05-14somo_stream_srv_fd_cb(): close socket if NODELAY failsHarald Welte1-8/+14
2017-04-17SCTP: Don't enable sender_dry_event for SCTP, as it breaks Linux SCTPHarald Welte1-2/+11
2017-04-16stream.c: Fix SCTP_NODELAY settingHarald Welte1-1/+1
2017-04-14osmo_stream_srv_fd_cb(): don't leak socket FDs on errorsNeels Hofmeyr1-6/+23
2017-04-12SCTP: Fix PPID byte widthHarald Welte1-3/+3
2017-04-11Add osmo_stream_{cli,srv_link}_set_nodelay() functionHarald Welte1-0/+60
2017-04-10stream.c: Fix endianness handling of PPID and STREAM_IDHarald Welte1-6/+6
2017-04-10stream/datagram: Ensure reliable close/destroyHarald Welte1-3/+6
2017-04-10stream/datagram: Consistently use osmo_talloc_replace_string()Harald Welte1-4/+4
2017-04-10stream+datagram: Allow local bind + connect for client socketsHarald Welte1-4/+18
2017-04-08Add minimal doxygen documentation for stream + datagram modulesHarald Welte1-4/+149
2017-03-29stream.c: Handle SCTP in osmo_stream_srv_recv()Daniel Willmann1-1/+57
2017-03-20stream client: Ensure client is notified on reconnectionHarald Welte1-0/+1
2017-03-17stream: Export osmo_stream_cli_reconnect()Harald Welte1-1/+1
2017-03-17stream: When destroying, make sure to kill reconnect timerHarald Welte1-0/+1
2017-03-17stream: don't crash in _close() when fd is not initializedHarald Welte1-0/+6
2017-03-17stream_client: Actually use/honor the reconect parameterHarald Welte1-1/+4
2016-12-01osmo_stream_cli_open2(): Fix bogus EINPROGRESS handlingHarald Welte1-10/+3
2016-11-26sctp_sock_activate_events(): Print error message on errorHarald Welte1-0/+3
2016-11-02Set SO_NOSIGPIPE on SCTP connections, for patforms which support it (macOS, F...Arran Cudbard-Bell1-1/+17
2016-02-19stream: Use macros to access data and lengthDaniel Willmann1-1/+1
2015-12-25stream.c: ensure to zero-initialize sctp_sndrcvinfoHarald Welte1-0/+2
2015-12-22fix/complete stream client re-connect logicHarald Welte1-4/+16
2015-12-22stream.c: Fix another 'link' variable / symbol mismatchHarald Welte1-1/+1
2015-12-22osmo_stream_cli_destroy: call talloc_free on right objectHarald Welte1-1/+1
2015-12-21SCTP support for osmo_stream_{cli,srv} codeHarald Welte1-5/+84
2015-02-25Fix the compilation on FreeBSD.Nikola Kolev1-0/+1
2012-08-19stream: add osmo_stream_srv_get_masterPablo Neira Ayuso1-0/+5
2012-08-15src: shorter stream function namesPablo Neira Ayuso1-160/+153
2011-11-08src: add generic channel infrastructure and A-bis IPA server supportPablo Neira Ayuso1-0/+7
2011-11-08stream: don't destroy server connection on errorPablo Neira Ayuso1-2/+0
2011-11-08stream: allow to set reconnect timeoutPablo Neira Ayuso1-7/+20
2011-10-17stream: add osmo_stream_*_conn_get_ofd(...) functionsPablo Neira Ayuso1-0/+18
2011-10-17stream: reconfiguration is only required if address and port changePablo Neira Ayuso1-5/+0
2011-10-17stream: add osmo_stream_*_conn_recvPablo Neira Ayuso1-49/+52
2011-10-17stream: use debug loglevel instead of notice for spamming debug messagePablo Neira Ayuso1-1/+1
2011-10-09stream: add *_get_data() function to obtain private dataPablo Neira Ayuso1-0/+23
2011-10-09stream: support calling stream_*_open() multiple times for reconfigurationsPablo Neira Ayuso1-0/+28
2011-10-09stream: add osmo_ prefix to all functionsPablo Neira Ayuso1-72/+80
2011-10-05stream: remove internal stream_msg_recv()Pablo Neira Ayuso1-14/+2
2011-10-05stream: remove includes from stream.h headerPablo Neira Ayuso1-0/+1
2011-10-04initial commitPablo Neira Ayuso1-0/+484