summaryrefslogtreecommitdiff
path: root/lib/tsocket/wscript
AgeCommit message (Collapse)AuthorFilesLines
2025-06-18async_sock: move samba_socket_{poll,sock,poll_or_sock}_error() from ↵Stefan Metzmacher1-1/+1
util_net.c to async_sock.c The change to LGPL is also intended. It will be used in the the next commit that adds wait_for_error_send/recv. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
2022-12-12tsocket: Fix the build on FreeBSDVolker Lendecke1-0/+36
FreeBSD does not have TCP_USER_TIMEOUT Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>