Age | Commit message (Collapse) | Author |
|
|
|
Sometimes waitpid(-1) in cb_check_data reaps a child that has just terminated,
before waitpid(pid) in wait_process can reap it. Linux waitpid(pid,,WNOHANG)
may not return an error if the child has already terminated, which results in
wait_process looping waiting for the child which has already terminated. The
symptom is a spurious "timeout waiting for filter command to exit".
|
|
|
|
|
|
|
|
|
|
|
|
Also allow address reuse for connections in time wait state.
|
|
Used to be 1024, now is 10240
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using linux capabilitiy CAP_NET_ADMIN
|
|
|
|
|
|
|
|
|
|
|
|
[Glenn Matthys]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
didn't read stdin.
|
|
|
|
|
|
command is seen.
|
|
* Bring in some changes from proxsmtp
|
|
|
|
|
|
|
|
|