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 "Osmocom network interface library".
The branch, master has been updated
via 9ec26583cd807e0aeaa3b9de927f3d8a768c3a71 (commit)
from a659590e29412588bca2243b8329e82286244b00 (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/libosmo-netif/commit/?id=9ec26583cd807e0aeaa3b9de92…
commit 9ec26583cd807e0aeaa3b9de927f3d8a768c3a71
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Apr 11 18:31:38 2017 +0200
Add osmo_stream_{cli,srv_link}_set_nodelay() function
Using this function, the user can configure if sockets related to the
respective stream client or server should have the NODELAY socket
option set in order to avoid Nagle algorithm or related algorithms
that may introduce packet delay on the transmitter side.
Change-Id: Ibeb9ba227bab18f7f4f16518c0022c4f003cc8e9
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/netif/stream.h | 2 ++
src/stream.c | 60 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
hooks/post-receive
--
Osmocom network interface library