summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorVivia Nikolaidou <vivia@ahiru.eu>2020-02-24 16:44:12 +0200
committerVivia Nikolaidou <vivia@ahiru.eu>2020-02-28 14:17:34 +0200
commitea930a4bf8d443678e418bb79a5d3f0263fa5b98 (patch)
tree5fef99d78acc1a8cb6e7c2ba2caea82a276b5eb0 /meson.build
parenta12f161724835b263d20475dfb074065141eed69 (diff)
downloadgstreamer-plugins-base-ea930a4bf8d443678e418bb79a5d3f0263fa5b98.tar.gz
tcpclientsrc: Expose connection stats as property
Unfortunately the OS takes care of bad connections for us, so we can't get the stats in a platform-independent way. Count total bytes received as well, platform-independently.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 789b73cf8..967fdabb5 100644
--- a/meson.build
+++ b/meson.build
@@ -112,6 +112,8 @@ check_headers = [
['HAVE_EMMINTRIN_H', 'emmintrin.h'],
['HAVE_INTTYPES_H', 'inttypes.h'],
['HAVE_MEMORY_H', 'memory.h'],
+ ['HAVE_NETINET_IN_H', 'netinet/in.h'],
+ ['HAVE_NETINET_TCP_H', 'netinet/tcp.h'],
['HAVE_PROCESS_H', 'process.h'],
['HAVE_SMMINTRIN_H', 'smmintrin.h'],
['HAVE_STDINT_H', 'stdint.h'],