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, laforge/sock2 has been created
at ff60be3726fc766e27ad7d5890b11405b8c70041 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=ff60be3726fc766e27ad7d5890b1…
commit ff60be3726fc766e27ad7d5890b11405b8c70041
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Apr 8 20:52:33 2017 +0200
Add osmo_sock_init2() function, allowing both BIND *and* CONNECT
The old osmo_sock_init() function allows only either a bind (for a
server socket), or a connect (for a client socket), but not both
together. So there's no way to have a client socket that is bound to a
specific local IP and/or port, which is needed for some use cases.
Change-Id: Idab124bcca47872f55311a82d6818aed590965e6
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications