; Building specific constants. [building] floors=13 rooms_per_floor=8 windows_per_room=2 ; Hardware specific constants. [hardware] ; Pixel units must be an even number. vertical_pixel_unit=2 horizontal_pixel_unit=2 ; Color depth must be between 3 and 8. color_depth=3 ; Network protocol specific constants. [network] broadcast_animation_port=50001 ; Enables debug mode, sets target_address to localhost (127.0.0.1). debug_mode=false ; Must be a broadcast or multicast address when debug_mode=false otherwise could be empty. target_address=10.6.255.255 ; The number of windows divided by max_windows_per_datagram must be an integer. ; max_windows_per_datagram must be less than the number of windows. ; Packet size must be less than 1472 bytes to avoid IPv4 fragmentation. ; Assuming 1500 MTU, 1500-20(IPv4 header)-8(UDP header) = 1472 bytes. max_windows_per_datagram=208