summaryrefslogtreecommitdiff
path: root/ospfd/ospfd.h
diff options
context:
space:
mode:
authorDenis Ovsienko <linux@pilot.org.ua>2007-09-18 09:01:13 +0000
committerDenis Ovsienko <linux@pilot.org.ua>2007-09-18 09:01:13 +0000
commitf102e75f613af740241dfa7253a2362c7935b9a8 (patch)
tree800da79542d21e3734c4370b33cbb1f474714b55 /ospfd/ospfd.h
parent96934e6ac6ec9ff6e67131cc8324741b771d5e0d (diff)
+ fix minor regression in OSPF sending buffer adjustment logic
Diffstat (limited to 'ospfd/ospfd.h')
-rw-r--r--ospfd/ospfd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h
index b0a14ce2..7a0ffcef 100644
--- a/ospfd/ospfd.h
+++ b/ospfd/ospfd.h
@@ -129,9 +129,6 @@
#define OSPF_LS_REFRESH_SHIFT (60 * 15)
#define OSPF_LS_REFRESH_JITTER 60
-/* Initial send buffer size for ospfd raw sending socket. */
-#define OSPF_SNDBUFLEN_DEFAULT 1024
-
/* OSPF master for system wide configuration and variables. */
struct ospf_master
{