-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
46 lines (36 loc) · 1.32 KB
/
ChangeLog
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
0.2.5.2
* Code rebase and cleanup
0.2.5
* Do not hardcode the TTL, allow users to provide the desired value
* Server non interactive CLI changed to account for TTL
multicast -v4 -server -group 239.1.2.3 -port 9999 -ttl 64 -delay 1
multicast -v6 -server -group FF05::3232 -port 9999 -ttl 64 -delay 1
0.2.4
* Code clean up following structured programming
* Enabled not interactive command line arguments. example of usage:
multicast -v4 -server -group 239.1.2.3 -port 9999 -delay 1
multicast -v6 -client -group FF05::3232 -port 9999
multicast -v4 -client-ssm -group 232.1.2.3 -source 10.0.0.1 -port 9999
0.2.3
* Code clean up
* Improved main menu handling
* added IPv6 SSM support
0.2.2
* We now verify that an IPv6 address is a valid multicast
* Fixed inet_pton implementation on windows. IPv6 is fully working
also on windows now! :-)
0.2.1
* Added Doxygen documentation support
* Fixed IPv6 server
0.2.0
* Added IPv6 support for Server and client applications.
* major code clean up :
- merged windows/unix code
- improved performances of test-ip functions
- better folder structure
0.1.2
* Fixed bug where user could enter any input. The program now verified that
IPs and port numbers are in valid range
0.1.1
* Fixed bug in menu selection. Menu doesn't loop anymore if a char is typed
0.1 - Initial Release