Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: ryo
Date: Mon Dec 11 05:47:18 UTC 2017
Modified Files:
src/sys/netinet: ip_output.c ip_var.h raw_ip.c udp_usrreq.c
src/tests/net/net: t_pktinfo_send.c
Log Message:
As is the case with IPV6_PKTINFO, IP_PKTINFO can be sent without EADDRINUSE
even if the UDP address:port in use is specified.
To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 src/sys/netinet/ip_output.c
cvs rdiff -u -r1.120 -r1.121 src/sys/netinet/ip_var.h
cvs rdiff -u -r1.166 -r1.167 src/sys/netinet/raw_ip.c
cvs rdiff -u -r1.235 -r1.236 src/sys/netinet/udp_usrreq.c
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/t_pktinfo_send.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index