NetBSD/usr.sbin/inetd
ryo 223f9ca45a To an alias address, or in a multihoming environment, the internal dgram
server may respond from a different address than the destination address
sent by the client.
To solve this problem, I introduce sendfromto() and recvfromto() so that
the server can reply from the correct address, i.e., the destination address
used in the request.

This change also has the aspect of a reference implementation using the
RECVDSTADDR and PKTINFO socket options.
2021-10-17 04:14:49 +00:00
..
Makefile PR/56448: Solomon Ritzow: Various improvements. 2021-10-12 19:08:04 +00:00
inetd.8 inetd.8: remove trailing whitespace 2021-10-12 22:47:18 +00:00
inetd.c To an alias address, or in a multihoming environment, the internal dgram 2021-10-17 04:14:49 +00:00
inetd.h inetd: remove trailing whitespace, add space after 'if' and 'for' 2021-10-12 22:51:28 +00:00
ipsec.c inetd: remove redundant tests before calling isspace 2021-09-03 21:02:04 +00:00
ipsec.h inetd: remove trailing whitespace 2021-08-30 17:32:23 +00:00
parse.c inetd: remove trailing whitespace, add space after 'if' and 'for' 2021-10-12 22:51:28 +00:00
parse_v2.c PR/56448: Solomon Ritzow: Various improvements. 2021-10-12 19:08:04 +00:00
pathnames.h
ratelimit.c inetd: remove trailing whitespace, add space after 'if' and 'for' 2021-10-12 22:51:28 +00:00