summaryrefslogtreecommitdiff
path: root/source4/lib/socket_wrapper/socket_wrapper.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r6140: - Add configure option for enabling the socket-wrapper library, so itJelmer Vernooij1-23/+43
can be enabled on the buildfarm without requiring --enable-developer - Support tcp and udp being used on the same port - FIx some portability issues (should fix the build on some hosts on the buildfarm) - Ignore setting TCP_NODELAY on (semi-)TCP sockets rather then complain about it not being supported (saves us from a couple of error messages for each connection that is opened) (This used to be commit 443fb7853b8d3cb516c442fdc595038544b75738)
2007-10-10r6139: Move socket_wrapper to a seperate directoryJelmer Vernooij1-0/+401
(This used to be commit a2ef9225f15e369af7b884262b997ab321fd24d6)