aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bgpq4/pkg-message
blob: da6621867207f30b337189cbe63a52190638013e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{ type: install
  message: <<EOM
To improve bgpq4 performance when expanding extra-large AS-SETs OS settings needs to be tuned to enlarge TCP send buffer.

To enlarge TCP send buffer, run the following:

# sysctl -w net.inet.tcp.sendbuf_max=2097152

To make it persistent across reboots, add the following to /etc/sysctl.conf:

net.inet.tcp.sendbuf_max=2097152

EOM
}
]