? ../ircu2.10.06/patch.dbh13 ? ../ircu2.10.06/patch.xmode2 ? ../ircu2.10.06/patch.dbh14 ? ../ircu2.10.06/patch.db31 ? ../ircu2.10.06/patch.db32 ? ../ircu2.10.06/patch.indent ? ../ircu2.10.06/patch.p9hispano ? ../ircu2.10.06/patch.db33 ? ../ircu2.10.06/patch.db34 Index: ../ircu2.10.06/ircd/s_debug.c =================================================================== RCS file: /cvsroot/ircd/ircd/s_debug.c,v retrieving revision 1.56 retrieving revision 1.57 diff -c -r1.56 -r1.57 *** ../ircu2.10.06/ircd/s_debug.c 1999/10/15 09:45:48 1.56 --- ../ircu2.10.06/ircd/s_debug.c 1999/10/15 13:24:27 1.57 *************** *** 191,197 **** '-', #endif #endif ! 'D','B','3','3', #ifdef DB_ESNET '+', #else --- 191,197 ---- '-', #endif #endif ! 'D','B','3','4', #ifdef DB_ESNET '+', #else Index: ../ircu2.10.06/ircd/s_serv.c =================================================================== RCS file: /cvsroot/ircd/ircd/s_serv.c,v retrieving revision 1.38 retrieving revision 1.39 diff -c -r1.38 -r1.39 *** ../ircu2.10.06/ircd/s_serv.c 1999/10/15 09:45:48 1.38 --- ../ircu2.10.06/ircd/s_serv.c 1999/10/15 13:24:27 1.39 *************** *** 2057,2063 **** } } ! cont = 10; if (db >= tabla_serie[que_bdd]) { /* Se le pueden mandar registros individuales */ --- 2057,2069 ---- } } ! /* ! ** No hay problemas de CPU en el ! ** extremo receptor. Esto es para ! ** limitar el LAG y el caudal ! ** consumido. ! */ ! cont = 100; if (db >= tabla_serie[que_bdd]) { /* Se le pueden mandar registros individuales */