summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-05-06 11:57:56 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-05-06 11:57:56 +0000
commit6981d22ef17834ea5cb76e07bcba507aef4139a2 (patch)
treea25f676478ea2243f1ca06569e057eda6783e810 /usr.sbin/bgpd/bgpd.h
parentbcdea76e1ec77b44db925f3d87c094e457007042 (diff)
scale socket buffer sizes (and thus window size) up to up to 64k,
but only of tcp md5sig or ipsec is in use. excellent idea by ryan some time ago, claudio and theo agree
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 44ecdbd2b84..752d52bb461 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.119 2004/04/29 19:56:04 deraadt Exp $ */
+/* $OpenBSD: bgpd.h,v 1.120 2004/05/06 11:57:55 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -147,7 +147,8 @@ struct filter_set {
};
enum auth_method {
- AUTH_MD5SIG = 1,
+ AUTH_NONE,
+ AUTH_MD5SIG,
AUTH_IPSEC_MANUAL_ESP,
AUTH_IPSEC_MANUAL_AH,
AUTH_IPSEC_IKE_ESP,