-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
47 lines (47 loc) · 1.17 KB
/
config.xml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<CycloneDDS xmlns="https://cdds.io/config">
<Domain>
<General>
<!-- Transport>udp6</Transport -->
<MaxMessageSize>1400B</MaxMessageSize>
</General>
<Threads>
<Thread name="recv">
<Scheduling>
<Priority>15</Priority>
</Scheduling>
</Thread>
<Thread name="tev">
<Scheduling>
<Priority>15</Priority>
</Scheduling>
</Thread>
<Thread name="gc">
<Scheduling>
<Priority>15</Priority>
</Scheduling>
</Thread>
<Thread name="dq.builtins">
<Scheduling>
<Priority>15</Priority>
</Scheduling>
</Thread>
<Thread name="dq.user">
<Scheduling>
<Priority>15</Priority>
</Scheduling>
</Thread>
</Threads>
<Sizing>
<ReceiveBufferSize>40KiB</ReceiveBufferSize>
<ReceiveBufferChunkSize>20KiB</ReceiveBufferChunkSize>
</Sizing>
<Internal>
<MultipleReceiveThreads>false</MultipleReceiveThreads>
</Internal>
<Tracing>
<Verbosity>info</Verbosity>
<Category>config</Category>
<OutputFile>stdout</OutputFile>
</Tracing>
</Domain>
</CycloneDDS>