mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e1486f8c7e
Thanks to Adrian Penisoara <ady@freebsd.ady.ro> for his patches. PR: ports/7255
21 lines
457 B
Plaintext
21 lines
457 B
Plaintext
--- src/list.c.orig Tue Jul 7 17:40:52 1998
|
|
+++ src/list.c Sat Jul 11 23:12:41 1998
|
|
@@ -49,7 +49,7 @@
|
|
for smaller nets who knows? -Dianora
|
|
*/
|
|
|
|
-#define LINK_PREALLOCATE 1024
|
|
+#define LINK_PREALLOCATE 64
|
|
|
|
/* Number of aClient structures to preallocate at a time
|
|
for Efnet 1024 is reasonable
|
|
@@ -60,7 +60,7 @@
|
|
rather than 30k times -Dianora
|
|
*/
|
|
|
|
-#define CLIENTS_PREALLOCATE 1024
|
|
+#define CLIENTS_PREALLOCATE 64
|
|
|
|
void outofmemory();
|
|
|