Author: Bleep <tomh@inxpress.net>
authorBleep <twhelvey1@home.com>
Wed, 29 Mar 2000 08:13:51 +0000 (08:13 +0000)
committerBleep <twhelvey1@home.com>
Wed, 29 Mar 2000 08:13:51 +0000 (08:13 +0000)
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
ircd/s_bsd.c

index c1375b82bdc1ea074373d3024e7de67144b2ef2a..2d8fcee09eb95de2df4f29469bfd6467909519b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-03-29  Thomas Helvey <tomh@inxpress.net>
+       * 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  <klmitch@mit.edu>
 
        * ircd/channel.c (modebuf_flush_int): use %d, not %-15d; I got
 #
 # 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.
 #
index eb5077ac33ad9c4a86e1bd95db1e6c0d77a7f703..824eca0e1206203141063401c04c509ea1fc6304 100644 (file)
@@ -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,