This commit is contained in:
Luca Passarella 2025-03-04 15:45:17 -03:00 committed by GitHub
commit 2d6fdb0ee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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|[1025]| |broadcast_port|IP port for broadcast and multicast|[1025]|
|collision_domain|Unused|N/A| |collision_domain|Unused|N/A|
|iv|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| |server_ip|IP address when not using UMDNS|No default|
|shared_key|Unused|N/A| |shared_key|Unused|N/A|
|tcp_ip|IP address for TCP networking|[0.0.0.0]| |tcp_ip|IP address for TCP networking|[0.0.0.0]|