diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2016-12-07 16:21:45 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-08 12:50:25 +0100 |
commit | de587d745e3b8b75cf92b2bff78af370adddb39f (patch) | |
tree | 4677ff51ed2c85ad085af409ba06da6067b68cc3 /ospf6d/ospf6_network.c | |
parent | quagga: Remove description of deprecated interfaces (diff) | |
download | frr-de587d745e3b8b75cf92b2bff78af370adddb39f.tar.xz frr-de587d745e3b8b75cf92b2bff78af370adddb39f.zip |
ospfd: set the OSPF socket's send buffer size only once
This reverts commit b7fe4141, which introduced a logic where the OSPF
send buffer size was dynamically updated to reflect the maximum MTU
of the OSPF enabled interfaces (this was done to make ospfd work with
interfaces configured for jumbo frames).
Since commit a78d75b0, this is not necessary anymore because
ospf_sock_init() now sets the OSPF send buffer size to a very high value
(8MB). Also, the previous logic was broken because it didn't account
for run-time interface MTU changes.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_network.c')
0 files changed, 0 insertions, 0 deletions