File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
core/network/handlers/Constellation Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626 id : export
2727 uses : firebelley/godot-export@v7.0.0
2828 with :
29- godot_executable_download_url : https://github.com/godotengine /godot/releases/download/4.5-stable/Godot_v4.5-stable_linux .x86_64.zip
30- godot_export_templates_download_url : https://github.com/godotengine /godot/releases/download/4.5-stable/Godot_v4.5-stable_export_templates.tpz
29+ godot_executable_download_url : https://github.com/not-my-username /godot/releases/download/4.5.2-so_reusraddr/godot.linuxbsd.editor .x86_64.zip
30+ godot_export_templates_download_url : https://github.com/not-my-username /godot/releases/download/4.5.2-so_reusraddr/4.5.2.stable.so_reuseaddr.zip
3131 relative_project_path : ./
3232 archive_output : true
3333 cache : true
Original file line number Diff line number Diff line change @@ -443,10 +443,10 @@ func _logv(...args) -> void:
443443
444444## Starts this node, opens network connection
445445func _bind_network () -> void :
446- # _mcast_tx.set_reuse_address_enabled(true)
447- # _mcast_rx.set_reuse_address_enabled(true)
448- # _mcast_tx.set_reuse_port_enabled(true)
449- # _mcast_rx.set_reuse_port_enabled(true)
446+ _mcast_tx .set_reuse_address_enabled (true )
447+ _mcast_rx .set_reuse_address_enabled (true )
448+ _mcast_tx .set_reuse_port_enabled (true )
449+ _mcast_rx .set_reuse_port_enabled (true )
450450
451451 var rx_address : String = ConstellationConfig .bind_address if OS .has_feature ("windows" ) else MCAST_GROUP
452452
You can’t perform that action at this time.
0 commit comments