1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/lib/socket_wrapper
Stefan Metzmacher 435a0a5a3b socket_wrapper: fix connect() for dgram sockets, if the destination isn't there yet
Now we defer the real_connect() for dgram sockets to the first send()/sendto() call,
as the destination might not be there at connect time.

Commit 66dc53ee01 was an incomplete fix for this
problem.

metze
2009-03-23 12:19:29 +01:00
..
config.m4 Fix indentation for some configure options. 2009-01-15 21:17:56 +01:00
config.mk Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
socket_wrapper.c socket_wrapper: fix connect() for dgram sockets, if the destination isn't there yet 2009-03-23 12:19:29 +01:00
socket_wrapper.h socket_wrapper: wrap readv() and writev() 2009-03-10 08:15:48 +01:00
testsuite.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00