libosmocore.git branch master updated. 0.9.6-343-gbc43a62f

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu Jul 13 15:11:32 UTC 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  bc43a62f4128348b52af50ae75c84ba772c17e29 (commit)
       via  c47bbda78ce62d3390343b39d3bdfd0d6c9609df (commit)
      from  e30d7e6018e2690e7f51c182ab2a4fbaca8dd7cc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=bc43a62f4128348b52af50ae75c84ba772c17e29

commit bc43a62f4128348b52af50ae75c84ba772c17e29
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Jul 13 16:20:21 2017 +0200

    socket: Allow disabling multicast loop on socket creation
    
    This introduces a new flag OSMO_SOCK_F_NO_MCAST_LOOP, which can be used
    to disable the looping back of multicast packets transmitted throug this
    socket to other local sockets on the machine.
    
    As this looping-back is active by default, a single option to deviate
    from the default is deemed sufficient.
    
    Change-Id: I24a5b1ebc3f84d2d5d4734e54df50efaea26490b

http://cgit.osmocom.org/libosmocore/commit/?id=c47bbda78ce62d3390343b39d3bdfd0d6c9609df

commit c47bbda78ce62d3390343b39d3bdfd0d6c9609df
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Jul 13 16:13:26 2017 +0200

    socket: Unify listen() calls and check for erroneous returns
    
    We had three places at the end of socket initialization functions
    calling listen().  Let's unify that and fix some bugs:
    * close + return error in case of bad listen() result
    * don't call listen() on AF_UNIX SOCK_DGRAM sockets
    
    Change-Id: I7e8dbe3c0486bb3b9810b0add1331e93fc106d82

-----------------------------------------------------------------------

Summary of changes:
 include/osmocom/core/socket.h |  2 ++
 src/socket.c                  | 65 ++++++++++++++++++++++++++++++-------------
 2 files changed, 47 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list