mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-02-12 08:41:51 +00:00
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:
parent
51bb12caa2
commit
4635208578
1 changed files with 1 additions and 1 deletions
|
@ -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]|
|
||||
|
|
Loading…
Reference in a new issue