Date: Wed, 28 Mar 2001 06:13:20 -0800 (PST) From: Jesper Skriver <jesper@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_icmp.c tcp_subr.c Message-ID: <200103281413.f2SEDKm13334@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jesper 2001/03/28 06:13:20 PST
Modified files:
sys/netinet ip_icmp.c tcp_subr.c
Log:
MFC candidate.
Change code from PRC_UNREACH_ADMIN_PROHIB to PRC_UNREACH_PORT for
ICMP_UNREACH_PROTOCOL and ICMP_UNREACH_PORT
And let TCP treat PRC_UNREACH_PORT like PRC_UNREACH_ADMIN_PROHIB
This should fix the case where port unreachables for udp returned
ENETRESET instead of ECONNREFUSED
Problem found by: Bill Fenner <fenner@research.att.com>
Reviewed by: jlemon
Revision Changes Path
1.56 +2 -2 src/sys/netinet/ip_icmp.c
1.96 +3 -2 src/sys/netinet/tcp_subr.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?200103281413.f2SEDKm13334>
