artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87d37a1
)
Bump the read sockbuf of the routing socket to 2MB, may help reduce some of
author
claudio
<claudio@openbsd.org>
Thu, 8 Feb 2018 00:17:31 +0000
(
00:17
+0000)
committer
claudio
<claudio@openbsd.org>
Thu, 8 Feb 2018 00:17:31 +0000
(
00:17
+0000)
the desync cases. OK benno@
usr.sbin/ldpd/ldpd.h
patch
|
blob
|
history
diff --git
a/usr.sbin/ldpd/ldpd.h
b/usr.sbin/ldpd/ldpd.h
index
576d340
..
6280bde
100644
(file)
--- a/
usr.sbin/ldpd/ldpd.h
+++ b/
usr.sbin/ldpd/ldpd.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: ldpd.h,v 1.8
7 2017/03/04 00:21:48 renat
o Exp $ */
+/* $OpenBSD: ldpd.h,v 1.8
8 2018/02/08 00:17:31 claudi
o Exp $ */
/*
* Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org>
@@
-47,7
+47,7
@@
#define L2VPN_NAME_LEN 32
#define RT_BUF_SIZE 16384
-#define MAX_RTSOCK_BUF
128 * 1024
+#define MAX_RTSOCK_BUF
(2 * 1024 * 1024)
#define LDP_BACKLOG 128
#define F_LDPD_INSERTED 0x0001