1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source4/lib/socket
Andrew Tridgell 0caeda53d3 r3356: in the standard process model we need to make sure we close all
listening sockets after the fork to prevent the child still listening
on incoming requests.

I have also added an optimisation where we use dup()/close() to lower
the file descriptor number of the new socket to the lowest possible
after closing our listening sockets. This keeps the max fd num passed
to select() low, which makes a difference to the speed of select().
(This used to be commit f2a9bbc317)
2007-10-10 13:05:00 -05:00
..
access.c r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed this 2007-10-10 12:59:07 -05:00
config.m4 r3335: better configure support for ipv6 - thanks to a quick tutorial from metze 2007-10-10 13:04:56 -05:00
config.mk r3329: Add support for IPv6 2007-10-10 13:04:56 -05:00
socket_ipv4.c r3314: added a option "socket:testnonblock" to the generic socket code. If 2007-10-10 13:04:53 -05:00
socket_ipv6.c r3329: Add support for IPv6 2007-10-10 13:04:56 -05:00
socket_unix.c r3314: added a option "socket:testnonblock" to the generic socket code. If 2007-10-10 13:04:53 -05:00
socket.c r3356: in the standard process model we need to make sure we close all 2007-10-10 13:05:00 -05:00
socket.h r3314: added a option "socket:testnonblock" to the generic socket code. If 2007-10-10 13:04:53 -05:00