Bug 46654

Summary: [patch] blackhole(4) gives false information
Product: Documentation Reporter: Christian S. Peron <maneo>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Christian S. Peron 2002-12-31 15:50:00 UTC
	When blackhole(4) describes the "normal behaviour" of TCP,
	it states "when a TCP SYN segment is received on a port where
	there is no socket accepting connections, is for the system to return a
	RST segment, and drop the connection. The connecting system will see
	this as a "Connection reset by peer".".

	The functional description is accurate, however the connecting
	system will report the failure as "Connection refused" (ECONNREFUSED)
	rather then "Connection reset by peer" (ECONNRESET).

How-To-Repeat: 	N/A
Comment 1 chris freebsd_committer freebsd_triage 2002-12-31 16:29:33 UTC
State Changed
From-To: open->closed

Corrected in revision 1.10 of blackhole.4.  Thanks!