summaryrefslogtreecommitdiffstats
path: root/src/vnet/dpo/l3_proxy_dpo.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+6
2017-10-25L3 proxy FIB source for container networkingAndrew Yourtchenko1-0/+57
0610 Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/vcl/vcl_iperf3.conf
blob: adf6c181bc7418c47e227f28b15bbf6ed6a29b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
vcl {
  segment-size 4000000000
  add-segment-size 4000000000
  rx-fifo-size 4000000
  tx-fifo-size 4000000
  app-scope-local
  app-scope-global

  # This must be kept in sync with vpp_hoststack_attr{app_api_socket}
  # in .../resources/libraries/robot/hoststack/hoststack.robot
  app-socket-api /run/vpp/app_ns_sockets/default
}