From owner-freebsd-bugs Sat Feb 21 14:20:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26470 for freebsd-bugs-outgoing; Sat, 21 Feb 1998 14:20:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26458; Sat, 21 Feb 1998 14:20:02 -0800 (PST) (envelope-from gnats) Date: Sat, 21 Feb 1998 14:20:02 -0800 (PST) Message-Id: <199802212220.OAA26458@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: conf/5809: ircd ports not assigned in /etc/services Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/5809; it has been noted by GNATS. From: Bill Fenner To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: conf/5809: ircd ports not assigned in /etc/services Date: Sat, 21 Feb 1998 14:10:14 PST Does IRC use udp? I thought it only used TCP. Assigning the same name to two different ports means that getservbyname() may behave unpredictably; it also doesn't help if you care what the real port number is and someone uses getservbyport(6667) - if netstat prints out "ircd", is that port 6666 or 6667? I'd suggest using "ircd2" for 6667 to address these issues (and get rid of the udp entries unless IRC really does use udp). Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message