1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-25 00:23:52 +03:00
Files
samba-mirror/source/lib
Andrew Tridgell 406d356e69 r3314: added a option "socket:testnonblock" to the generic socket code. If
you set this option (either on the command line using --option or in
smb.conf) then every socket recv or send will return short by random
amounts. This allows you to test that the non-blocking socket logic in
your code works correctly.

I also removed the flags argument to socket_accept(), and instead made
the new socket inherit the flags of the old socket, which makes more
sense to me.
2007-10-10 13:04:53 -05:00
..
2007-10-10 13:02:21 -05:00
2007-10-10 12:58:00 -05:00
2007-10-10 12:58:17 -05:00
2007-10-10 12:59:40 -05:00
2007-10-10 13:04:47 -05:00