Documentation: update CONFIGURE.md about multicast

Make clear the existence of the multicast configuration
Changed names of parameter enumerator to better reflect actual configuration behaviour
This commit is contained in:
Luca Passarella 2023-01-10 20:28:34 +01:00 committed by GitHub
parent 51bb12caa2
commit 4635208578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,7 +224,7 @@ grep 'CONFIG-N:' `find . -type f -name "*.[ch]"`|sed 's/^.*CONFIG-.: *\(.*\)$/|\
|broadcast_port|IP port for broadcast and multicast|[1026]|
|collision_domain|Unused|N/A|
|iv|Unused|N/A|
|network_option|Method of networking between DAWN instances|0 = Broadcast; 2 = Multicast; [2 = TCP with UMDNS discovery]; 3 = TCP w/out UMDNS discovery|
|network_option|Method of networking between DAWN instances|0 = Broadcast; 1 = Multicast; [2 = TCP with UMDNS discovery (formely called multicast) ]; 3 = TCP w/out UMDNS discovery|
|server_ip|IP address when not using UMDNS|No default|
|shared_key|Unused|N/A|
|tcp_port|Port for TCP networking|[1025]|