File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ enum TransportType {
5151## ICE candidate (port-preserving NAT means the srflx candidate
5252## advertises the container port, not the host port the client
5353## must dial). Defaults to 0; set from the deploy env at boot
54- ## (Edgegap exposes this as ARBITRARIUM_PORT_4433_UDP_EXTERNAL,
55- ## GameLift exposed it as gamePort etc).
54+ ## (Edgegap: ARBITRIUM_PORT_GAME_EXTERNAL; GameLift: gamePort).
5655@export var host_udp_port : int = 0
5756
5857## TLS options for the WebSocket server. When set, the
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ func _handle_offer(
230230 #
231231 # Preferred: Netcode.settings.host_udp_port set
232232 # from the deploy env at boot (Edgegap exposes
233- # this as ARBITRARIUM_PORT_4433_UDP_EXTERNAL ).
233+ # this as ARBITRIUM_PORT_GAME_EXTERNAL ).
234234 # Direct env-driven path is correct on platforms
235235 # like Edgegap where the signaling and game
236236 # ports are not contiguous.
@@ -471,8 +471,8 @@ func _on_server_ice_candidate(
471471 # host port. The ICE agent binds to the container
472472 # port (4433); clients must connect to the host
473473 # port the deploy platform forwarded that container
474- # port to (e.g., Edgegap's ARBITRARIUM_PORT_4433_
475- # UDP_EXTERNAL → 32574).
474+ # port to (e.g., Edgegap's
475+ # ARBITRIUM_PORT_GAME_EXTERNAL → 32574).
476476 var rewritten := candidate_name
477477 if (_host_udp_port > 0
478478 and "typ srflx" in candidate_name ):
You can’t perform that action at this time.
0 commit comments