-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathawk
367 lines (367 loc) · 16.8 KB
/
awk
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
Waf: Entering directory `/home/sergio/workspace/last-DTN/ns-3.13/build'
[ 7/1395] install-ns3-header: src/aid/model/vector2d.h -> build/ns3/vector2d.h
[ 49/1395] install-ns3-header: src/bundle-protocol/model/vector2d.h -> build/ns3/vector2d.h
[ 963/1395] cxx: src/bundle-protocol/model/bp-rt-prophet.cc -> build/src/bundle-protocol/model/bp-rt-prophet.cc.1.o
[1322/1395] cxxshlib: build/src/bundle-protocol/model/bp-administrative-record.cc.1.o build/src/bundle-protocol/model/bp-bundle.cc.1.o build/src/bundle-protocol/model/bp-bundle-endpoint-id.cc.1.o build/src/bundle-protocol/model/bp-bundle-protocol-agent.cc.1.o build/src/bundle-protocol/model/bp-bundle-router.cc.1.o build/src/bundle-protocol/model/bp-bundle-status-report.cc.1.o build/src/bundle-protocol/model/bp-contact.cc.1.o build/src/bundle-protocol/model/bp-contact-window-information.cc.1.o build/src/bundle-protocol/model/bp-convergence-layer-agent.cc.1.o build/src/bundle-protocol/model/bp-convergence-layer-header.cc.1.o build/src/bundle-protocol/model/bp-creation-timestamp.cc.1.o build/src/bundle-protocol/model/bp-custody-signal.cc.1.o build/src/bundle-protocol/model/bp-data-gatherer.cc.1.o build/src/bundle-protocol/model/bp-dictionary.cc.1.o build/src/bundle-protocol/model/bp-direct-delivery-router.cc.1.o build/src/bundle-protocol/model/bp-forwarding-log.cc.1.o build/src/bundle-protocol/model/bp-global-bundle-identifier.cc.1.o build/src/bundle-protocol/model/bp-header.cc.1.o build/src/bundle-protocol/model/bp-known-delivered-messages.cc.1.o build/src/bundle-protocol/model/bp-link.cc.1.o build/src/bundle-protocol/model/bp-link-manager.cc.1.o build/src/bundle-protocol/model/bp-neighbourhood-detection-agent.cc.1.o build/src/bundle-protocol/model/bp-orwar-contact.cc.1.o build/src/bundle-protocol/model/bp-registration.cc.1.o build/src/bundle-protocol/model/bp-registration-endpoint.cc.1.o build/src/bundle-protocol/model/bp-registration-factory.cc.1.o build/src/bundle-protocol/model/bp-registration-manager.cc.1.o build/src/bundle-protocol/model/bp-sdnv.cc.1.o build/src/bundle-protocol/model/bp-rt-epidemic.cc.1.o build/src/bundle-protocol/model/bp-rt-prophet.cc.1.o build/src/bundle-protocol/model/bp-rt-prophet-hello.cc.1.o build/src/bundle-protocol/model/bp-neigh-header.cc.1.o build/src/bundle-protocol/model/bp-rt-trend-of-delivery.cc.1.o build/src/bundle-protocol/model/vector2d.cc.1.o build/src/bundle-protocol/model/bp-rt-trend-of-delivery-neigh-hello.cc.1.o build/src/bundle-protocol/model/trend-of-delivery.xfs.cpp.1.o build/src/bundle-protocol/model/xfuzzy.cpp.1.o build/src/bundle-protocol/helper/bundle-protocol-helper.cc.1.o build/src/bundle-protocol/helper/one-traffic-helper.cc.1.o -> build/libns3-bundle-protocol.so
[1348/1395] cxxprogram: build/scratch/callback.cc.3.o -> build/scratch/callback
[1350/1395] cxxprogram: build/utils/test-runner.cc.1.o -> build/utils/test-runner
[1350/1395] cxxprogram: build/scratch/scratch-simulator.cc.2.o -> build/scratch/scratch-simulator
[1350/1395] cxxprogram: build/utils/print-introspected-doxygen.cc.4.o -> build/utils/print-introspected-doxygen
[1351/1395] cxxprogram: build/scratch/aodv-test2.cc.1.o -> build/scratch/aodv-test2
[1352/1395] cxxprogram: build/scratch/aodv-test.cc.4.o -> build/scratch/aodv-test
[1389/1395] vnum: build/libns3-bundle-protocol.so -> build/libns3-bundle-protocol.so.3 build/libns3-bundle-protocol.so.3.13
Waf: Leaving directory `/home/sergio/workspace/last-DTN/ns-3.13/build'
'build' finished successfully (5.046s)
0s RTProphet:DoInit(): (0)
0s RTProphet:DoInit(): (1)
0s RTProphet:DoInit(): (2)
0s RTProphet:DoInit(): (3)
1s RTProphet:DoCalculateReplicationFactor(): (0)
1s RTProphet:DoAcceptBundle(): (0)
1s RTProphet:DoInsert(): (0)
1.73418s RTProphet:DoSendHello(): (3)
3.00388s RTProphet:DoSendHello(): (1)
3.1756s RTProphet:DoSendHello(): (2)
3.70404s RTProphet:DoSendHello(): (0)
3.73418s RTProphet:DoSendHello(): (3)
5.00388s RTProphet:DoSendHello(): (1)
5.1756s RTProphet:DoSendHello(): (2)
5.70404s RTProphet:DoSendHello(): (0)
5.73418s RTProphet:DoSendHello(): (3)
7.00388s RTProphet:DoSendHello(): (1)
7.1756s RTProphet:DoSendHello(): (2)
7.70404s RTProphet:DoSendHello(): (0)
7.73418s RTProphet:DoSendHello(): (3)
9.00388s RTProphet:DoSendHello(): (1)
9.1756s RTProphet:DoSendHello(): (2)
9.70404s RTProphet:DoSendHello(): (0)
9.73418s RTProphet:DoSendHello(): (3)
11.0039s RTProphet:DoSendHello(): (1)
11.0041s RTProphet:DoHandleHello(): (2)
11.0041s RTProphet:DoCreateLink(): (2)
11.0041s RTProphet:DoLinkDiscovered(): (2)
11.1756s RTProphet:DoSendHello(): (2)
11.1758s RTProphet:DoHandleHello(): (1)
11.1758s RTProphet:DoCreateLink(): (1)
11.1758s RTProphet:DoLinkDiscovered(): (1)
11.704s RTProphet:DoSendHello(): (0)
11.7342s RTProphet:DoSendHello(): (3)
13.0039s RTProphet:DoSendHello(): (1)
13.0041s RTProphet:DoHandleHello(): (2)
13.1756s RTProphet:DoSendHello(): (2)
13.1758s RTProphet:DoHandleHello(): (1)
13.704s RTProphet:DoSendHello(): (0)
13.7342s RTProphet:DoSendHello(): (3)
15.0039s RTProphet:DoSendHello(): (1)
15.0041s RTProphet:DoHandleHello(): (2)
15.1756s RTProphet:DoSendHello(): (2)
15.1758s RTProphet:DoHandleHello(): (1)
15.704s RTProphet:DoSendHello(): (0)
15.7342s RTProphet:DoSendHello(): (3)
17.0039s RTProphet:DoSendHello(): (1)
17.0041s RTProphet:DoHandleHello(): (2)
17.1756s RTProphet:DoSendHello(): (2)
17.1758s RTProphet:DoHandleHello(): (1)
17.704s RTProphet:DoSendHello(): (0)
17.7342s RTProphet:DoSendHello(): (3)
19.0039s RTProphet:DoSendHello(): (1)
19.0041s RTProphet:DoHandleHello(): (2)
19.1756s RTProphet:DoSendHello(): (2)
19.1758s RTProphet:DoHandleHello(): (1)
19.704s RTProphet:DoSendHello(): (0)
19.7342s RTProphet:DoSendHello(): (3)
21.0039s RTProphet:DoSendHello(): (1)
21.0041s RTProphet:DoHandleHello(): (2)
21.1756s RTProphet:DoSendHello(): (2)
21.704s RTProphet:DoSendHello(): (0)
21.7342s RTProphet:DoSendHello(): (3)
23.0039s RTProphet:DoSendHello(): (1)
23.0041s RTProphet:DoHandleHello(): (2)
23.1756s RTProphet:DoSendHello(): (2)
23.704s RTProphet:DoSendHello(): (0)
23.7342s RTProphet:DoSendHello(): (3)
24.1758s RTProphet:DoLinkClosed(): (1)
25.0039s RTProphet:DoSendHello(): (1)
25.1756s RTProphet:DoSendHello(): (2)
25.704s RTProphet:DoSendHello(): (0)
25.7342s RTProphet:DoSendHello(): (3)
27.0039s RTProphet:DoSendHello(): (1)
27.0041s RTProphet:DoHandleHello(): (2)
27.1756s RTProphet:DoSendHello(): (2)
27.704s RTProphet:DoSendHello(): (0)
27.7342s RTProphet:DoSendHello(): (3)
29.0039s RTProphet:DoSendHello(): (1)
29.1756s RTProphet:DoSendHello(): (2)
29.704s RTProphet:DoSendHello(): (0)
29.7342s RTProphet:DoSendHello(): (3)
31.0039s RTProphet:DoSendHello(): (1)
31.1756s RTProphet:DoSendHello(): (2)
31.704s RTProphet:DoSendHello(): (0)
31.7342s RTProphet:DoSendHello(): (3)
32.0041s RTProphet:DoLinkClosed(): (2)
33.0039s RTProphet:DoSendHello(): (1)
33.1756s RTProphet:DoSendHello(): (2)
33.704s RTProphet:DoSendHello(): (0)
33.7342s RTProphet:DoSendHello(): (3)
35.0039s RTProphet:DoSendHello(): (1)
35.1756s RTProphet:DoSendHello(): (2)
35.704s RTProphet:DoSendHello(): (0)
35.7342s RTProphet:DoSendHello(): (3)
37.0039s RTProphet:DoSendHello(): (1)
37.1756s RTProphet:DoSendHello(): (2)
37.704s RTProphet:DoSendHello(): (0)
37.7342s RTProphet:DoSendHello(): (3)
39.0039s RTProphet:DoSendHello(): (1)
39.1756s RTProphet:DoSendHello(): (2)
39.704s RTProphet:DoSendHello(): (0)
39.7342s RTProphet:DoSendHello(): (3)
41.0039s RTProphet:DoSendHello(): (1)
41.1756s RTProphet:DoSendHello(): (2)
41.1758s RTProphet:DoHandleHello(): (0)
41.1758s RTProphet:DoCreateLink(): (0)
41.1758s RTProphet:DoLinkDiscovered(): (0)
41.1758s RTProphet:DoIsRouterSpecific(): (0)
41.1758s RTProphet:DoSendBundle(): (0)
41.1758s RTProphet:DoIsRouterSpecific(): (0)
41.1796s RTProphet:DoIsRouterSpecific(): (2)
41.1796s RTProphet:DoAcceptBundle(): (2)
41.1796s RTProphet:DoBundleReceived(): (2)
41.1796s RTProphet:DoIsRouterSpecific(): (2)
41.1796s RTProphet:DoInsert(): (2)
41.189s RTProphet:DoIsRouterSpecific(): (2)
41.189s RTProphet:DoAcceptBundle(): (2)
41.1946s RTProphet:DoBundleSent(): (0)
41.2532s RTProphet:DoIsRouterSpecific(): (2)
41.2532s RTProphet:DoAcceptBundle(): (2)
41.2583s RTProphet:DoBundleSent(): (0)
41.3637s RTProphet:DoBundleSent(): (0)
41.3651s RTProphet:DoIsRouterSpecific(): (2)
41.3651s RTProphet:DoAcceptBundle(): (2)
41.3807s RTProphet:DoBundleSent(): (0)
41.3817s RTProphet:DoBundleSent(): (0)
41.3835s RTProphet:DoBundleTransmissionFailed(): (0)
41.3835s RTProphet:DoLinkClosed(): (0)
41.4039s RTProphet:DoBundleSent(): (0)
41.4049s RTProphet:DoBundleSent(): (0)
41.704s RTProphet:DoSendHello(): (0)
41.7043s RTProphet:DoHandleHello(): (2)
41.7043s RTProphet:DoCreateLink(): (2)
41.7043s RTProphet:DoLinkDiscovered(): (2)
41.7342s RTProphet:DoSendHello(): (3)
41.7344s RTProphet:DoHandleHello(): (0)
41.7344s RTProphet:DoCreateLink(): (0)
41.7344s RTProphet:DoLinkDiscovered(): (0)
41.7344s RTProphet:DoIsRouterSpecific(): (0)
41.7344s RTProphet:DoSendBundle(): (0)
41.7344s RTProphet:DoIsRouterSpecific(): (0)
41.7497s RTProphet:DoIsRouterSpecific(): (3)
41.7497s RTProphet:DoAcceptBundle(): (3)
41.7497s RTProphet:DoBundleReceived(): (3)
41.7497s RTProphet:DoIsRouterSpecific(): (3)
41.7497s RTProphet:DoInsert(): (3)
41.7507s RTProphet:DoBundleSent(): (0)
41.7748s RTProphet:DoBundleSent(): (0)
43.0039s RTProphet:DoSendHello(): (1)
43.1756s RTProphet:DoSendHello(): (2)
43.1759s RTProphet:DoHandleHello(): (0)
43.1759s RTProphet:DoLinkDiscovered(): (0)
43.704s RTProphet:DoSendHello(): (0)
43.7342s RTProphet:DoSendHello(): (3)
43.7344s RTProphet:DoHandleHello(): (2)
43.7344s RTProphet:DoCreateLink(): (2)
43.7344s RTProphet:DoLinkDiscovered(): (2)
43.7344s RTProphet:DoIsRouterSpecific(): (2)
43.7344s RTProphet:DoSendBundle(): (2)
43.7344s RTProphet:DoIsRouterSpecific(): (2)
43.7426s RTProphet:DoIsRouterSpecific(): (3)
43.7426s RTProphet:DoAcceptBundle(): (3)
43.7432s RTProphet:DoBundleSent(): (2)
45.0039s RTProphet:DoSendHello(): (1)
45.1756s RTProphet:DoSendHello(): (2)
45.704s RTProphet:DoSendHello(): (0)
45.7043s RTProphet:DoHandleHello(): (2)
45.7043s RTProphet:DoHandleHello(): (3)
45.7043s RTProphet:DoCreateLink(): (3)
45.7043s RTProphet:DoLinkDiscovered(): (3)
45.7342s RTProphet:DoSendHello(): (3)
45.7344s RTProphet:DoHandleHello(): (0)
45.7344s RTProphet:DoHandleHello(): (2)
47.0039s RTProphet:DoSendHello(): (1)
47.1756s RTProphet:DoSendHello(): (2)
47.1759s RTProphet:DoHandleHello(): (3)
47.1759s RTProphet:DoCreateLink(): (3)
47.1759s RTProphet:DoLinkDiscovered(): (3)
47.704s RTProphet:DoSendHello(): (0)
47.7043s RTProphet:DoHandleHello(): (2)
47.7043s RTProphet:DoHandleHello(): (3)
47.7342s RTProphet:DoSendHello(): (3)
47.7344s RTProphet:DoHandleHello(): (0)
47.7344s RTProphet:DoHandleHello(): (2)
48.1759s RTProphet:DoLinkClosed(): (0)
49.0039s RTProphet:DoSendHello(): (1)
49.1756s RTProphet:DoSendHello(): (2)
49.1759s RTProphet:DoHandleHello(): (0)
49.1759s RTProphet:DoLinkDiscovered(): (0)
49.1759s RTProphet:DoHandleHello(): (3)
49.704s RTProphet:DoSendHello(): (0)
49.7043s RTProphet:DoHandleHello(): (2)
49.7043s RTProphet:DoHandleHello(): (3)
49.7342s RTProphet:DoSendHello(): (3)
49.7344s RTProphet:DoHandleHello(): (0)
49.7344s RTProphet:DoHandleHello(): (2)
51.0039s RTProphet:DoSendHello(): (1)
51.1756s RTProphet:DoSendHello(): (2)
51.1759s RTProphet:DoHandleHello(): (0)
51.1759s RTProphet:DoHandleHello(): (3)
51.704s RTProphet:DoSendHello(): (0)
51.7043s RTProphet:DoHandleHello(): (2)
51.7043s RTProphet:DoHandleHello(): (3)
51.7342s RTProphet:DoSendHello(): (3)
51.7344s RTProphet:DoHandleHello(): (0)
51.7344s RTProphet:DoHandleHello(): (2)
53.0039s RTProphet:DoSendHello(): (1)
53.1756s RTProphet:DoSendHello(): (2)
53.1759s RTProphet:DoHandleHello(): (0)
53.1759s RTProphet:DoHandleHello(): (3)
53.704s RTProphet:DoSendHello(): (0)
53.7342s RTProphet:DoSendHello(): (3)
53.7344s RTProphet:DoHandleHello(): (0)
53.7344s RTProphet:DoHandleHello(): (2)
55.0039s RTProphet:DoSendHello(): (1)
55.1756s RTProphet:DoSendHello(): (2)
55.1759s RTProphet:DoHandleHello(): (0)
55.1759s RTProphet:DoHandleHello(): (3)
55.704s RTProphet:DoSendHello(): (0)
55.7043s RTProphet:DoHandleHello(): (3)
55.7342s RTProphet:DoSendHello(): (3)
56.7043s RTProphet:DoLinkClosed(): (2)
57.0039s RTProphet:DoSendHello(): (1)
57.1756s RTProphet:DoSendHello(): (2)
57.704s RTProphet:DoSendHello(): (0)
57.7342s RTProphet:DoSendHello(): (3)
57.7344s RTProphet:DoHandleHello(): (2)
58.7344s RTProphet:DoLinkClosed(): (0)
59.0039s RTProphet:DoSendHello(): (1)
59.1756s RTProphet:DoSendHello(): (2)
59.1759s RTProphet:DoHandleHello(): (3)
59.704s RTProphet:DoSendHello(): (0)
59.7342s RTProphet:DoSendHello(): (3)
59.7344s RTProphet:DoHandleHello(): (2)
60.1759s RTProphet:DoLinkClosed(): (0)
60.7043s RTProphet:DoLinkClosed(): (3)
61.0039s RTProphet:DoSendHello(): (1)
61.1756s RTProphet:DoSendHello(): (2)
61.704s RTProphet:DoSendHello(): (0)
61.7342s RTProphet:DoSendHello(): (3)
63.0039s RTProphet:DoSendHello(): (1)
63.1756s RTProphet:DoSendHello(): (2)
63.704s RTProphet:DoSendHello(): (0)
63.7342s RTProphet:DoSendHello(): (3)
64.1759s RTProphet:DoLinkClosed(): (3)
64.7344s RTProphet:DoLinkClosed(): (2)
65.0039s RTProphet:DoSendHello(): (1)
65.1756s RTProphet:DoSendHello(): (2)
65.704s RTProphet:DoSendHello(): (0)
65.7342s RTProphet:DoSendHello(): (3)
67.0039s RTProphet:DoSendHello(): (1)
67.1756s RTProphet:DoSendHello(): (2)
67.704s RTProphet:DoSendHello(): (0)
67.7342s RTProphet:DoSendHello(): (3)
69.0039s RTProphet:DoSendHello(): (1)
69.1756s RTProphet:DoSendHello(): (2)
69.704s RTProphet:DoSendHello(): (0)
69.7342s RTProphet:DoSendHello(): (3)
71.0039s RTProphet:DoSendHello(): (1)
71.1756s RTProphet:DoSendHello(): (2)
71.704s RTProphet:DoSendHello(): (0)
71.7342s RTProphet:DoSendHello(): (3)
73.0039s RTProphet:DoSendHello(): (1)
73.1756s RTProphet:DoSendHello(): (2)
73.704s RTProphet:DoSendHello(): (0)
73.7342s RTProphet:DoSendHello(): (3)
75.0039s RTProphet:DoSendHello(): (1)
75.1756s RTProphet:DoSendHello(): (2)
75.704s RTProphet:DoSendHello(): (0)
75.7342s RTProphet:DoSendHello(): (3)
77.0039s RTProphet:DoSendHello(): (1)
77.1756s RTProphet:DoSendHello(): (2)
77.704s RTProphet:DoSendHello(): (0)
77.7342s RTProphet:DoSendHello(): (3)
79.0039s RTProphet:DoSendHello(): (1)
79.0041s RTProphet:DoHandleHello(): (2)
79.0041s RTProphet:DoLinkDiscovered(): (2)
79.0041s RTProphet:DoIsRouterSpecific(): (2)
79.0041s RTProphet:DoSendBundle(): (2)
79.0041s RTProphet:DoIsRouterSpecific(): (2)
79.0046s RTProphet:DoIsRouterSpecific(): (1)
79.0046s RTProphet:DoAcceptBundle(): (1)
79.0046s RTProphet:DoBundleReceived(): (1)
79.0046s RTProphet:DoIsRouterSpecific(): (1)
79.0046s RTProphet:DoInsert(): (1)
79.005s RTProphet:DoBundleSent(): (2)
79.005s RTProphet:DoBundleDelivered(): (2) - From = dtn:2 - fromAck = 1
79.005s RTProphet:DoDelete(): (2)
79.005s RTProphet:DoCancelTransmission(): (2)
79.005s RTProphet:DoTransmissionCancelled(): (2)
79.1756s RTProphet:DoSendHello(): (2)
79.1759s RTProphet:DoHandleHello(): (1)
79.1759s RTProphet:DoLinkDiscovered(): (1)
79.704s RTProphet:DoSendHello(): (0)
79.7342s RTProphet:DoSendHello(): (3)
81.0039s RTProphet:DoSendHello(): (1)
81.0041s RTProphet:DoHandleHello(): (2)
81.1756s RTProphet:DoSendHello(): (2)
81.1759s RTProphet:DoHandleHello(): (1)
81.704s RTProphet:DoSendHello(): (0)
81.7342s RTProphet:DoSendHello(): (3)
83.0039s RTProphet:DoSendHello(): (1)
83.0041s RTProphet:DoHandleHello(): (2)
83.1756s RTProphet:DoSendHello(): (2)
83.1759s RTProphet:DoHandleHello(): (1)
83.704s RTProphet:DoSendHello(): (0)
83.7342s RTProphet:DoSendHello(): (3)
85.0039s RTProphet:DoSendHello(): (1)
85.0041s RTProphet:DoHandleHello(): (2)
85.1756s RTProphet:DoSendHello(): (2)
85.1759s RTProphet:DoHandleHello(): (1)
85.704s RTProphet:DoSendHello(): (0)
85.7342s RTProphet:DoSendHello(): (3)
87.0039s RTProphet:DoSendHello(): (1)
87.0041s RTProphet:DoHandleHello(): (2)
87.1756s RTProphet:DoSendHello(): (2)
87.1759s RTProphet:DoHandleHello(): (1)
87.704s RTProphet:DoSendHello(): (0)
87.7342s RTProphet:DoSendHello(): (3)
89.0039s RTProphet:DoSendHello(): (1)
89.0041s RTProphet:DoHandleHello(): (2)
89.1756s RTProphet:DoSendHello(): (2)
89.1759s RTProphet:DoHandleHello(): (1)
89.704s RTProphet:DoSendHello(): (0)
89.7342s RTProphet:DoSendHello(): (3)
91.0039s RTProphet:DoSendHello(): (1)
91.0041s RTProphet:DoHandleHello(): (2)
91.1756s RTProphet:DoSendHello(): (2)
91.704s RTProphet:DoSendHello(): (0)
91.7342s RTProphet:DoSendHello(): (3)
93.0039s RTProphet:DoSendHello(): (1)
93.1756s RTProphet:DoSendHello(): (2)
93.704s RTProphet:DoSendHello(): (0)
93.7342s RTProphet:DoSendHello(): (3)
94.1759s RTProphet:DoLinkClosed(): (1)
95.0039s RTProphet:DoSendHello(): (1)
95.1756s RTProphet:DoSendHello(): (2)
95.704s RTProphet:DoSendHello(): (0)
95.7342s RTProphet:DoSendHello(): (3)
96.0041s RTProphet:DoLinkClosed(): (2)
97.0039s RTProphet:DoSendHello(): (1)
97.1756s RTProphet:DoSendHello(): (2)
97.704s RTProphet:DoSendHello(): (0)
97.7342s RTProphet:DoSendHello(): (3)
99.0039s RTProphet:DoSendHello(): (1)
99.1756s RTProphet:DoSendHello(): (2)
99.704s RTProphet:DoSendHello(): (0)
99.7342s RTProphet:DoSendHello(): (3)
RTProphet:DoDispose(): (0)
RTProphet:DoDispose(): (1)
RTProphet:DoDispose(): (2)
RTProphet:DoDispose(): (3)