From owner-cvs-all Mon Oct 21 13:40:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A6F837B401; Mon, 21 Oct 2002 13:40:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF13F43E3B; Mon, 21 Oct 2002 13:40:32 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9LKe2mV031651; Mon, 21 Oct 2002 13:40:02 -0700 (PDT) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9LKe2kL031650; Mon, 21 Oct 2002 13:40:02 -0700 (PDT) Message-Id: <200210212040.g9LKe2kL031650@repoman.freebsd.org> From: Ian Dowse Date: Mon, 21 Oct 2002 13:40:02 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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