forked from direct-code-execution/ns-3-dce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE_NOTES
497 lines (401 loc) · 12.5 KB
/
RELEASE_NOTES
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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
ns-3-dce RELEASE NOTES
This file contains Direct Code Execution release notes (most recent releases first).
Please refer the page http://www.nsnam.org/projects/direct-code-execution/ for detailed instructions
Release dce-1.10
===============
Availability
------------
In order to use DCE, please use bake tool to install DCE.
The followings are the basic steps to use DCE.
% bake.py configure -e dce-ns3-1.10
or
% bake.py configure -e dce-linux-1.10
% bake.py download
% bake.py build
For more information, please refer the document.
Tested platforms
-------------------
- Ubuntu 14.04 64bit
- Ubuntu 16.04 64bit
- Ubuntu 17.04 64bit
- Fedora 26 64bit
- Fedora 27 64bit
New user-visible features
-------------------------
- migrate github for the repositories (ns-3-dce, quagga, umip)
- add various missing symbols which are required for newer glibc (ubuntu 16/17, Fedora26/27)
- migrate to circleci 2.0 build
- doc infra update: generate doxygen on readthedocs.io servers
- Updated waf to 1.8.19
Bugs fixed
----------
- Bug 2833 - ns-3-dce compilation fails on gcc-6.3
- github #57 Fatal error: glibc detected an invalid stdio handle
- github #54 dce documentation missguide
- fix DceCradle bind issues
- update deprecated method of ns3::WifiHelper
- update iperf2 patch
- Enable C++11 following ns3 example
- Use so_names to prevent loading wrong abi (#56)
Release dce-1.9
===============
Availability
------------
In order to use DCE, please use bake tool to install DCE.
The followings are the basic steps to use DCE.
% bake.py configure -e dce-ns3-1.9
or
% bake.py configure -e dce-linux-1.9
% bake.py download
% bake.py build
For more information, please refer the document.
Tested platforms
-------------------
- Ubuntu 14.04 64bit
- Ubuntu 15.04 64bit
- Ubuntu 16.04 64bit
New user-visible features
-------------------------
- update docker base image from ubuntu12.04 to ubuntu14.04
- enabled c++11 following ns3 move to c++11 in commit d5650a8D. This implies new minimal
requirements for your compiler:
- g++-4.8 or later
- clang-3.3 or later
Bugs fixed
----------
- Bug 2516 - Test dce-tcp-ns3-nsc-comparison fails
Release dce-1.8
===============
Availability
------------
In order to use DCE, please use bake tool to install DCE.
The followings are the basic steps to use DCE.
% bake.py configure -e dce-ns3-1.8
or
% bake.py configure -e dce-linux-1.8
% bake.py download
% bake.py build
For more information, please refer the document.
Tested platforms
-------------------
- Ubuntu 12.04 32bit/64bit
- Ubuntu 13.04 64bit
- Ubuntu 14.04 64bit
- Ubuntu 15.04 64bit
- Fedora 18 32bit
- CentOS 6.2 64bit
New user-visible features
-------------------------
- All logger names start with Dce. DceAlloc got renamed to DceKingsleyAlloc
- All test names are prefixed with 'dce' (concerns process-manager and netlink-socket tests)
Bugs fixed
----------
- Bug 2098 - DCE_PATH and DCE_ROOT are now taken into account by DCE
- github #5 Allow to override values returned by DceNodeContext::UName #5
- github issue#2 - dce_getifaddrs() now returns a correct result
- github #28 - waf incorrectly detects present modules
Release dce-1.7
===============
Availability
------------
In order to use DCE, please use bake tool to install DCE.
The followings are the basic steps to use DCE.
% bake.py configure -e dce-ns3-1.7
or
% bake.py configure -e dce-linux-1.7
% bake.py download
% bake.py build
For more information, please refer the document.
Availability
------------
Tested platforms
-------------------
- Ubuntu 12.04 32bit/64bit
- Ubuntu 13.04 64bit
- Ubuntu 14.04 64bit
- Ubuntu 15.04 64bit (new)
- Fedora 18 32bit
- CentOS 6.2 64bit
New user-visible features
-------------------------
- dlopen(3), dlsym(3) support, this is useful for newer iproute2
- Added an overload DceManagerHelper::Install(Ptr<Node>)
Bugs fixed
----------
- Bug 2080 - MPTCP - FullMesh: queue_delayed_work is only successful on the first
- Bug 2085 - DCE build process crashes when using compiler flag for C++0x / C++11
- Bug 1980 - setting UnixSocketFd socket buffer size
- Bug 2129 - DCE-Linux simulations with heterogeneous nodes crash (some DCE-Linux and some ns3)
- Bug 2101 - When loading binary not compiled with the correct options, dce crashes
- Bug 2160 - Waf Fails to recognize pygccxml version 1.6.2
- github PR#6 fix routing in dce-iperf-mptcp example
Release dce-1.6
===============
Availability
------------
In order to use DCE, please use bake tool to install DCE.
The followings are the basic steps to use DCE.
% bake.py configure -e dce-ns3-1.6
or
% bake.py configure -e dce-linux-1.6
% bake.py download
% bake.py build
For more information, please refer the document.
Availability
------------
Tested platforms
-------------------
- Ubuntu 10.04 64bit
- Ubuntu 12.04 32bit/64bit
- Ubuntu 13.04 64bit
- Ubuntu 14.04 64bit
- Fedora 18 32bit
- CentOS 6.2 64bit
New user-visible features
-------------------------
- adapt new SimExported API for net-next-sim
Bugs fixed
----------
- Bug 2051 - DCE submodules (dce-quagga, dce-umip, etc) are not linked to scripts under myscripts
Release dce-1.5
===============
Availability
------------
In order to use DCE, please use bake tool to install DCE.
The followings are the basic steps to use DCE.
% bake.py configure -e dce-ns3-1.5
or
% bake.py configure -e dce-linux-1.5
% bake.py download
% bake.py build
For more information, please refer the document.
Tested platforms
-------------------
- Ubuntu 10.04 64bit
- Ubuntu 12.04 32bit/64bit
- Ubuntu 13.04 64bit
- Ubuntu 14.04 64bit (new)
- Fedora 18 32bit
- CentOS 6.2 64bit
New user-visible features
-------------------------
(none)
Bugs fixed
----------
- Bug 2009 - update code for RandomVariable deprecation
- Bug 2015 - static/optimized build fails to execute with a script under myscripts
- Bug 2035 - write(2)/send(2) crashes with connected UDP socket
- Bug 2036 - wrong return code from dce_readv in case it fails within multiple buffers loop
Release dce-1.4
===============
Availability
------------
In order to use DCE, please use bake tool to install DCE.
The followings are the basic steps to use DCE.
% bake.py configure -e dce-ns3-1.4
or
% bake.py configure -e dce-linux-1.4
% bake.py download
% bake.py build
For more information, please refer the document.
Tested platforms
-------------------
- Ubuntu 10.04 64bit
- Ubuntu 12.04 32bit/64bit
- Ubuntu 13.04 64bit
- Ubuntu 14.04 64bit (new)
- Fedora 18 32bit
- CentOS 6.2 64bit
New user-visible features
-------------------------
- A simple bash example is now added for DCE. You can use a shell script to run on your simulation.
- add Dockerfile for dce-linux-dev
- add emulation version of dce-iperf.cc
Bugs fixed
----------
- Bug 1949 - iproute build failed
- Bug 1952 - DCE can't parse envp argument of main function
- Bug 1953 - add bash-4.1 build for DCE
- avoid python bindings build for static build
Release dce-1.3
===============
Availability
------------
In order to use DCE, please use bake tool to install DCE.
The followings are the basic steps to use DCE.
% bake.py configure -e dce-ns3-1.3
or
% bake.py configure -e dce-linux-1.3
% bake.py download
% bake.py build
For more information, please refer the document.
Tested platforms
-------------------
- Ubuntu 10.04 64bit
- Ubuntu 12.04 32bit/64bit
- Ubuntu 12.10 64bit
- Ubuntu 13.04 64bit
- Ubuntu 13.10 64bit (new)
- Fedora 18 32bit
- CentOS 6.2 64bit
New user-visible features
-------------------------
- DCE now requires an additional option to LDFLAGS for applications running on DCE (Bug 1773).
- we only needed to add '-pie' option to build PIE (Position Independent Executable) binary
- (new) but we need '-rdynamic' option from now to resolve symbols defined in PIE applications.
- LinuxStackHelper now can configure IPv6 addresses with the support of Ipv6AddressHelper
- DCE Cradle now support IPv6 sockets (TCP6, UDP6, RAW6, DCCP6, SCTP6)
- Stream Control Transmission Protocol (SCTP) support, DCE Cradle as well
you need to install lksctp-dev/lksctp-tools-devel to run example.
- FreeBSD version of network stack is now supported (Bug 1878).
- support socket option (Get/Set sockopt) for DCE Cradle
- Support for tmpfile, timer_create, timer_settime and timer_gettime functions
- Support for Python bindings. The bindings do not exactly match the C++ API
Bugs fixed
----------
- Bug 1713 - Ipv6 address configuration support for LinuxStackHelper
- Bug 1827 - Linux SCTP support over DCE
- Bug 1828 - Tests and examples do not compile when sctp-tools is not enabled
- Bug 1825 - IpL4Protocol not declared in this scope in ipv6-linux.cc
- Bug 1773 - DCE doesn't run on Fedora 19, Ubuntu 13.10 (64bits) (temporal fix)
- Bug 1875 - Memory leak: LinuxSocketImpl:Send()/Sendto() with DCE Cradle
- Bug 1878 - FreeBSD version of network stack for DCE
- Bug 1892 - Support for tmpfile function
- Bug 1806 - CcnClientHelper m_files is never cleared
Release dce-1.2
=============
Availability
------------
In order to use DCE, please use bake tool to install DCE.
The followings are the basic steps to use DCE.
% bake.py configure -e dce-ns3-1.2
or
% bake.py configure -e dce-linux-1.2
% bake.py download
% bake.py build
For more information, please refer the document.
Tested platforms
-------------------
- Ubuntu 10.04 64bit
- Ubuntu 12.04 32bit/64bit
- Ubuntu 12.10 64bit
- Ubuntu 13.04 64bit
- Fedora 18 32bit
- CentOS 6.2 64bit
- CentOS 6.4 64bit
New user-visible features
-------------------------
(none)
Bugs fixed
----------
- Bug 1759 - dce httpd example stops working with big files (~1MB)
- Bug 1765 - DCE can't use TapBridge if built via bake
- Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
- Bug 1806 - CcnClientHelper m_files is never cleared
- Bug 1800 - ns-3-dce can't build on debian testing
Known issues
------------
In general, known issues are tracked on the project tracker available
at http://www.nsnam.org/bugzilla/
In particular, the following bugs are not fixed in this release.
- Bug 1773 - DCE doesn't run on Fedora 19 (64bits)
Release dce-1.1.1 (hotfix)
=========================
This release includes a hotfix for the combination with ns3-18.1.
Bugs fixed
----------
Bug 1804 - dce-ns3-1.1/dce-linux-1.1 can't built with ns3-3.18.1
Availability
------------
In order to use DCE, please use bake tool to install DCE.
The followings are the basic steps to use DCE.
% bake.py configure -e dce-ns3-1.1.1
or
% bake.py configure -e dce-linux-1.1.1
% bake.py download
% bake.py build
For more information, please refer the document.
Tested platforms
-------------------
- Ubuntu 10.04 64bit
- Ubuntu 12.04 32bit/64bit
- Ubuntu 12.10 64bit
- Ubuntu 13.04 64bit
- Fedora 18 32bit
- CentOS 6.2 64bit
- CentOS 6.4 64bit
Release dce-1.1
=============
Availability
------------
In order to use DCE, please use bake tool to install DCE.
The followings are the basic steps to use DCE.
% bake.py configure -e dce-ns3-1.1
or
% bake.py configure -e dce-linux-1.1
% bake.py download
% bake.py build
For more information, please refer the document.
Tested platforms
-------------------
- Ubuntu 10.04 64bit
- Ubuntu 12.04 32bit/64bit
- Ubuntu 12.10 64bit
- Ubuntu 13.04 64bit
- Fedora 18 32bit
New user-visible features
-------------------------
- LTE (LteUeNetDevice) Support with multipath TCP
- early version: Bug 1598 - include tracing system for kernel code
Bugs fixed
----------
- Bug 1709 - dce_select don't clear fds when returning 0
- Bug 1711 - Allow DCE cradle to support ns-3 based bulk send application
- Fix static/optimized build
Known issues
------------
In general, known issues are tracked on the project tracker available
at http://www.nsnam.org/bugzilla/
Release 1.0
===========
Availability
------------
In order to use DCE, please use bake tool to install DCE.
The followings are the basic steps to use DCE.
% bake.py configure -e dce-ns3
% bake.py download
% bake.py build
For more information, please refer the document.
Tested platforms
-----------------
- Ubuntu 10.04 32bit/64bit
- Ubuntu 10.10 32bit/64bit
- Ubuntu 11.04 32bit/64bit
- Ubuntu 11.10 32bit/64bit
- Ubuntu 12.04 32bit/64bit
- Ubuntu 12.10 64bit
- Fedora 14 32bit/64bit
- Fedora 15 32bit/64bit
- Fedora 16 32bit/64bit
- Fedora 18 32bit
New user-visible features
-------------------------
- gcov coverage test support (Bug 1594)
- DCE Cradle (Bug 1593)
- Tested applications
-- ccnx
-- quagga
-- umip
-- iperf
-- ping/ping6
-- iproute (ip command)
-- thttpd
-- wget
Bugs fixed
----------
- Bug 1624 - glibc-2.15/2.16 on 32bit oses broke dce-iperf
Known issues
------------
- elf-loader with PthreadFiberManager crashes (Bug 1513)
- no python binding (Bug 1455)
- the lack of IPv6 support with LinuxStackHelper