diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-15 10:18:40 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-15 10:18:40 +0000 |
commit | fbf084345fc1d6199947237fbe7e52d75028bb2a (patch) | |
tree | cb8df3fe708ee067ad864922c2c746f47cf0aed2 /usr.sbin/bgpd/bgpd.h | |
parent | 9121d83d2238494348f499f0c93ceb63a8fc11e1 (diff) |
grow the receive buffer on the routing socket, pointed out by markus,
ok markus claudio
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index b03e88f7501..9c08c74af0d 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.158 2005/03/14 17:32:04 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.159 2005/03/15 10:18:39 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -43,6 +43,7 @@ #define MIN_HOLDTIME 3 #define READ_BUF_SIZE 65535 #define RT_BUF_SIZE 16384 +#define MAX_RTSOCK_BUF 128 * 1024 #define BGPD_OPT_VERBOSE 0x0001 #define BGPD_OPT_VERBOSE2 0x0002 |