From 4d504a48bf0c8ede88c4d4ecf1b3223922d73644 Mon Sep 17 00:00:00 2001 From: Bleep Date: Wed, 29 Mar 2000 08:13:51 +0000 Subject: [PATCH] Author: Bleep Log message: Allow OS's to tune socket options for performance. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@101 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- ChangeLog | 7 ++++++- ircd/s_bsd.c | 5 ----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index c1375b8..2d8fcee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-03-29 Thomas Helvey + * ircd/s_bsd.c (add_connection): don't disable socket options + let OS tune itself and allow important performance tweaks to + work. + 2000-03-28 Kevin L. Mitchell * ircd/channel.c (modebuf_flush_int): use %d, not %-15d; I got @@ -129,7 +134,7 @@ # # ChangeLog for ircu2.10.11 # -# $Id: ChangeLog,v 1.37 2000-03-28 16:20:39 kev Exp $ +# $Id: ChangeLog,v 1.38 2000-03-29 08:13:51 bleep Exp $ # # Insert new changes at beginning of the change list. # diff --git a/ircd/s_bsd.c b/ircd/s_bsd.c index eb5077a..824eca0 100644 --- a/ircd/s_bsd.c +++ b/ircd/s_bsd.c @@ -590,11 +590,6 @@ void add_connection(struct Listener* listener, int fd) close(fd); return; } - /* - * XXX - do we really want to do this? is it needed? - */ - os_disable_options(fd); - /* * Add this local client to the IPcheck registry. * If it is a connection to a user port and if the site has been throttled, -- 2.20.1