Date: Mon, 21 Oct 2002 13:40:02 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ip.4 src/sys/netinet in.h udp_usrreq.c Message-ID: <200210212040.g9LKe2kL031650@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2002/10/21 13:40:02 PDT
Modified files:
share/man/man4 ip.4
sys/netinet in.h udp_usrreq.c
Log:
Implement a new IP_SENDSRCADDR ancillary message type that permits
a server process bound to a wildcard UDP socket to select the IP
address from which outgoing packets are sent on a per-datagram
basis. When combined with IP_RECVDSTADDR, such a server process can
guarantee to reply to an incoming request using the same source IP
address as the destination IP address of the request, without having
to open one socket per server IP address.
Discussed on: -net
Approved by: re
Revision Changes Path
1.26 +28 -0 src/share/man/man4/ip.4
1.72 +1 -0 src/sys/netinet/in.h
1.128 +62 -4 src/sys/netinet/udp_usrreq.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210212040.g9LKe2kL031650>
