mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
0caeda53d3
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
|
||
---|---|---|
.. | ||
access.c | ||
config.m4 | ||
config.mk | ||
socket_ipv4.c | ||
socket_ipv6.c | ||
socket_unix.c | ||
socket.c | ||
socket.h |