socket_wrapper.c: implement getsockopt(TCP_INFO) if the platform supports it
authorStefan Metzmacher <metze@samba.org>
Mon, 8 Jun 2020 08:32:28 +0000 (10:32 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 22 Jun 2020 14:45:19 +0000 (16:45 +0200)
commitc73d8a43c07ffbd9f4a7010b99363ffa53b4723c
tree50b6906ae371a2b91b28588b18e1d7d910354307
parent1c20b9596422c9cb92fc539493df45b03d91457b
socket_wrapper.c: implement getsockopt(TCP_INFO) if the platform supports it

This just implements a few basics, which are required by Samba.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11897

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit 300de6e099ea82ee5361918de8c3abb389e0782d)
ConfigureChecks.cmake
config.h.cmake
src/socket_wrapper.c