]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: bump listen() backlog
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 20 Oct 2017 21:29:07 +0000 (19:29 -0200)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 20 Oct 2017 21:29:07 +0000 (19:29 -0200)
commit48522088d99f41c8353e580b15246371617e6f8c
tree6b667cdc80de2222a772fd272c562f31cc05eed7
parent5fc075bf77a295d08700bcbd305878240ae5b8b9
bgpd: bump listen() backlog

Handle better stress situations when multiple peers are trying to
connect at the same time by bumping the TCP connection backlog limit.

This reduces the convergence time of BGPerf stress test.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
bgpd/bgp_network.c