From 8cae3ce1b55799d77d752c1dc869624d29aba27e Mon Sep 17 00:00:00 2001 From: job Date: Wed, 17 Aug 2022 11:57:46 +0000 Subject: [PATCH] Clarify and tidy up some comments OK tb@ --- usr.sbin/rpki-client/extern.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/usr.sbin/rpki-client/extern.h b/usr.sbin/rpki-client/extern.h index 2b04df28cae..531d88360b7 100644 --- a/usr.sbin/rpki-client/extern.h +++ b/usr.sbin/rpki-client/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.147 2022/08/10 10:27:03 job Exp $ */ +/* $OpenBSD: extern.h,v 1.148 2022/08/17 11:57:46 job Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -702,9 +702,12 @@ int mkpathat(int, const char *); #define DEFAULT_SKIPLIST_FILE "/etc/rpki/skiplist" /* Maximum number of TAL files we'll load. */ -#define TALSZ_MAX 8 +#define TALSZ_MAX 8 -/* Maximum number of IP and AS ranges accepted in any single file */ +/* + * Maximum number of elements in the sbgp-ipAddrBlock (IP) and + * sbgp-autonomousSysNum (AS) X.509v3 extension of CA/EE certificates. + */ #define MAX_IP_SIZE 200000 #define MAX_AS_SIZE 200000 @@ -730,10 +733,10 @@ int mkpathat(int, const char *); /* How many seconds to wait for a connection to succeed. */ #define MAX_CONN_TIMEOUT 15 -/* How long to wait for IO from a remote server. */ +/* How many seconds to wait for IO from a remote server. */ #define MAX_IO_TIMEOUT 30 -/* Maximum allowd repositories per tal */ +/* Maximum number of delegated hosting locations (repositories) for each TAL. */ #define MAX_REPO_PER_TAL 1000 /* Maximum number of delta files per RRDP notification file. */ -- 2.20.1