-
Notifications
You must be signed in to change notification settings - Fork 0
/
segmenter_config.ini
30 lines (28 loc) · 1.03 KB
/
segmenter_config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[general]
; enable control plane to send Sync packets
useCP = true
[control-plane]
; sync thread period in milliseconds
syncPeriodMS = 1000
; number of sync periods to use for averaging reported send rate
syncPeriods = 2
; report zero event number change rate in sync packets
zeroRate = false
; use usec clock samples as event numbers in LB and Sync packets
usecAsEventNum = true
[data-plane]
; prefer V6 dataplane if the URI specifies both data=<ipv4>&data=<ipv6> addresses
dpV6 = false
; use zeroCopy send optimization
zeroCopy = false
; use connected sockets
connectedSocket = true
; size of the MTU to attempt to fit the segmented data in (must accommodate IP, UDP
; and LBRE headers)
mtu = 1500
; number of sockets/source ports we will be sending data from.
; The more, the more randomness the LAG will see in delivering to different FPGA ports
numSendSockets = 4
; socket buffer size for sending set via SO_SNDBUF setsockopt.
; Note that this requires systemwide max set via sysctl (net.core.wmem_max) to be higher
sndSocketBufSize = 3145728