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>
Fri, 19 Jun 2020 19:16:34 +0000 (21:16 +0200)
commit300de6e099ea82ee5361918de8c3abb389e0782d
tree2cde84e3519a00ede6633ac4e932ad26b5487124
parentbbc1d654cae9197fa3782e8ea8e1aaa9fdf0cfb0
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>
ConfigureChecks.cmake
config.h.cmake
src/socket_wrapper.c