Osmocom library for network/soecket abstraction and osmux audio multiplex https://osmocom.org/projects/libosmo-netif
Go to file
Harald Welte 2b03b8c07c stream.c: ensure to zero-initialize sctp_sndrcvinfo
caught by valgrind:
==3150== Syscall param sendmsg(msg.msg_control) points to uninitialised byte(s)
==3150==    at 0x60DC0D0: __sendmsg_nocancel (syscall-template.S:81)
==3150==    by 0x5DF3413: sctp_send (in /usr/lib/x86_64-linux-gnu/libsctp.so.1.0.16)
==3150==    by 0x65AA066: osmo_stream_srv_write (stream.c:540)
2015-12-25 17:47:19 +01:00
debian misc: Release 0.0.6 without libosmovty dependency 2015-11-03 09:36:45 +01:00
examples teip is a pointer, not an int 2015-11-07 12:35:53 +01:00
include fix/complete stream client re-connect logic 2015-12-22 23:54:21 +01:00
m4 initial commit 2011-10-04 02:36:46 +02:00
src stream.c: ensure to zero-initialize sctp_sndrcvinfo 2015-12-25 17:47:19 +01:00
tests tests: osmux: iterate 64 times in osmo_test_loop() 2015-07-21 12:04:58 +02:00
.gitignore misc: Ignore some build artefacts 2014-09-08 07:52:08 +02:00
COPYING add COPYING file (GPLv2 license) 2011-10-05 13:43:25 +02:00
Makefile.am build: fix "make distcheck" 2015-05-19 11:47:01 +02:00
configure.ac SCTP support for osmo_stream_{cli,srv} code 2015-12-21 20:54:19 +01:00
git-version-gen initial commit 2011-10-04 02:36:46 +02:00
libosmo-netif.pc.in build: use libosmo-netif.pc instead libosmonetif.pc 2012-02-23 19:51:01 +01:00