History log of /openbsd/regress/usr.sbin/syslogd/args-client-tcp-deferred.pl (Results 1 – 3 of 3)
Revision Date Author Comments
# 5845290f 22-Dec-2021 bluhm <bluhm@openbsd.org>

Replace deprecated IO::Socket::INET6 with IO::Socket::IP.


# 4dc3bc25 22-May-2018 bluhm <bluhm@openbsd.org>

In the sendsyslog-dropped test the client has to write a log message
before syslogd is running. To fix a race in regress, delay the
syslogd startup until the message has been written. For debugging

In the sendsyslog-dropped test the client has to write a log message
before syslogd is running. To fix a race in regress, delay the
syslogd startup until the message has been written. For debugging
add the process class to all die messages.

show more ...


# 92376d3b 20-Jul-2015 bluhm <bluhm@openbsd.org>

Test what happens when syslogd reaches its file descriptor limit
and cannot accept TCP connections anymore.