diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-23 11:30:22 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-23 11:30:22 +0000 |
commit | c55f944b109603ae05ecdbf885400d9eb6a2b724 (patch) | |
tree | ff5d6f7504c176d2621f6e051c4011d58245eb15 /usr.sbin/ospfd/ospfd.h | |
parent | c52d4953d113d57255742d4946174fee3e2ccb5f (diff) |
grow receive buffer on the routing socket, from bgpd
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 c00d3f45b87..0b89b43e0d3 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.18 2005/03/23 10:46:26 henning Exp $ */ +/* $OpenBSD: ospfd.h,v 1.19 2005/03/23 11:30:21 henning Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -37,6 +37,7 @@ #define READ_BUF_SIZE 65535 #define RT_BUF_SIZE 16384 +#define MAX_RTSOCK_BUF 128 * 1024 #define OSPFD_FLAG_NO_FIB_UPDATE 0x0001 |