diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-04-05 13:01:23 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-04-05 13:01:23 +0000 |
commit | c4bef21686f6c56c326ce78404e1621fc340958a (patch) | |
tree | 106f72dfc0551db2a580c4ece17f25c63b5b5ccc /usr.sbin/ospfd/ospfd.h | |
parent | 75e08cafc7189a5824e9cbbc1d7b307340fd4518 (diff) |
Use the dynamic buffer API for packet generation and sending.
OK norby@
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index 7bf1bfb24e0..ee51a7d6ba3 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.24 2005/03/31 19:32:10 norby Exp $ */ +/* $OpenBSD: ospfd.h,v 1.25 2005/04/05 13:01:22 claudio Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -37,6 +37,7 @@ #define LSA_HASHSIZE 512 #define READ_BUF_SIZE 65535 +#define PKG_DEF_SIZE 512 /* compromise */ #define RT_BUF_SIZE 16384 #define MAX_RTSOCK_BUF 128 * 1024 |