X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/f88f8d879f43a719d219bc29b4a891a1ce5478eb..b317b99dd61e3a00721c8e29c911b6621a275bc6:/pkbuf.c diff --git a/pkbuf.c b/pkbuf.c index 5c3d58d..341c985 100644 --- a/pkbuf.c +++ b/pkbuf.c @@ -1,13 +1,13 @@ /* -*-c-*- * - * $Id: pkbuf.c,v 1.6 2003/04/23 12:47:44 mdw Exp $ + * $Id: pkbuf.c,v 1.7 2004/04/08 01:36:13 mdw Exp $ * * Simple packet buffering * * (c) 2000 Straylight/Edgeware */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of the mLib utilities library. * @@ -15,42 +15,18 @@ * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. - * + * * mLib is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. - * + * * You should have received a copy of the GNU Library General Public * License along with mLib; if not, write to the Free * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: pkbuf.c,v $ - * Revision 1.6 2003/04/23 12:47:44 mdw - * Various bugfixes. - * - * Revision 1.5 2002/01/13 13:33:51 mdw - * Packet handler functions now have a @typedef@ name. - * - * Revision 1.4 2001/02/03 16:23:33 mdw - * Bug fix: handle a disable during a close-induced flush without dumping - * core. - * - * Revision 1.3 2000/07/16 18:55:45 mdw - * Remove some stray debugging code. - * - * Revision 1.2 2000/07/16 12:29:16 mdw - * Change to arena `realloc' interface, to fix a design bug. - * - * Revision 1.1 2000/06/17 10:39:19 mdw - * Experimental new support for packet buffering. - * - */ - /*----- Header files ------------------------------------------------------*/ #include