From 6981d22ef17834ea5cb76e07bcba507aef4139a2 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Thu, 6 May 2004 11:57:56 +0000 Subject: 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 --- usr.sbin/bgpd/bgpd.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/bgpd/bgpd.h') 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 @@ -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, -- cgit v1.2.3