Author: Isomer <isomer@undernet.org>
[ircu2.10.12-pk.git] / RELEASE.NOTES
index 77911a9cca01f153f316b584710bc945ce97f89b..5016e618243e11232a0b183f6f64c517b9b6016d 100644 (file)
@@ -99,12 +99,9 @@ systems where ./configure does not detect that it is a system call.
 debugging the server.  THIS FEATURE SHOULD NOT BE USED ON A PRODUCTION
 NETWORK; it represents a severe privacy risk.
 
---enable-asserts
+--disable-asserts
   Assertions are a means of checking that certain underlying
-assumptions are met.  This option enables those assertions.  Note:
-This option should not be activated on production servers due to
-debugging code in the server's MyMalloc() implementation which will
-cause the server to leak memory.
+assumptions are met.  This option disables those assertions.
 
 --disable-symbols
   By default, the -g compiler option is used to enable symbols on the
@@ -271,6 +268,8 @@ OPEN_MAX=4096
 FD_SETSIZE=4096
 NMBCLUSTERS=8096
 
+If you have trouble connecting *out* from your machine try:
+ sysctl -w net.inet.ip.portrange.last=10000
 
 Solaris 2.6  --Tar