-
Notifications
You must be signed in to change notification settings - Fork 0
/
segmentor.ini
29 lines (26 loc) · 1.01 KB
/
segmentor.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
[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 = 5
[data-plane]
; 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 = 9000
; 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 = 1000000
[lb-config]
ejfatUri = ejfats://1d0951ab14f1cb2ba70320a9c9488ffed70a881c21e502908a049c3d4dafbb2f@ejfat-lb.es.net:18008/lb/29?sync=192.188.29.6:19010&data=192.188.29.10&data=[2001:400:a300::10]
senderIP = 23.134.233.179
validate = false
preferHostAddress = true
ip = 23.134.233.179